@lcap/nasl 3.3.0-alpha.2 → 3.3.0-beta.0
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/automate/upgrader/2.20.js.map +1 -1
- package/out/bak/translator.js +55 -1
- package/out/bak/translator.js.map +1 -1
- package/out/breakpoint/generator/AfterStartNode.js +2 -1
- package/out/breakpoint/generator/AfterStartNode.js.map +1 -1
- package/out/breakpoint/generator/BeforeEndNode.js +2 -1
- package/out/breakpoint/generator/BeforeEndNode.js.map +1 -1
- package/out/breakpoint/generator/BreakpointNode.js +30 -9
- package/out/breakpoint/generator/BreakpointNode.js.map +1 -1
- package/out/breakpoint/shared/constants.d.ts +1 -0
- package/out/breakpoint/shared/constants.js +7 -1
- package/out/breakpoint/shared/constants.js.map +1 -1
- package/out/breakpoint/shared/utils.d.ts +3 -1
- package/out/breakpoint/shared/utils.js +24 -5
- package/out/breakpoint/shared/utils.js.map +1 -1
- package/out/common/BaseNode.d.ts +21 -8
- package/out/common/BaseNode.js +115 -69
- package/out/common/BaseNode.js.map +1 -1
- package/out/common/Command.d.ts +1 -0
- package/out/common/Command.js +15 -2
- package/out/common/Command.js.map +1 -1
- package/out/common/EventEmitter.d.ts +1 -1
- package/out/common/EventEmitter.js +1 -3
- package/out/common/EventEmitter.js.map +1 -1
- package/out/common/index.d.ts +0 -1
- package/out/common/index.js +0 -1
- package/out/common/index.js.map +1 -1
- package/out/concepts/Abort__.d.ts +3 -2
- package/out/concepts/Abort__.js +15 -18
- package/out/concepts/Abort__.js.map +1 -1
- package/out/concepts/Anchor__.d.ts +3 -3
- package/out/concepts/Anchor__.js +18 -35
- package/out/concepts/Anchor__.js.map +1 -1
- package/out/concepts/AnonymousFunction__.d.ts +3 -3
- package/out/concepts/AnonymousFunction__.js +29 -53
- package/out/concepts/AnonymousFunction__.js.map +1 -1
- package/out/concepts/App__.d.ts +160 -157
- package/out/concepts/App__.js +106 -80
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/Argument__.d.ts +3 -3
- package/out/concepts/Argument__.js +22 -42
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/Assignee__.d.ts +3 -2
- package/out/concepts/Assignee__.js +19 -21
- package/out/concepts/Assignee__.js.map +1 -1
- package/out/concepts/AssignmentLine__.d.ts +3 -2
- package/out/concepts/AssignmentLine__.js +15 -17
- package/out/concepts/AssignmentLine__.js.map +1 -1
- package/out/concepts/Assignment__.d.ts +3 -3
- package/out/concepts/Assignment__.js +34 -42
- package/out/concepts/Assignment__.js.map +1 -1
- package/out/concepts/Attribute__.d.ts +3 -2
- package/out/concepts/Attribute__.js +36 -28
- package/out/concepts/Attribute__.js.map +1 -1
- package/out/concepts/AuthInterface__.d.ts +4 -3
- package/out/concepts/AuthInterface__.js +16 -17
- package/out/concepts/AuthInterface__.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.d.ts +4 -3
- package/out/concepts/AuthLogicForCallInterface__.js +37 -27
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/AuthLogic__.d.ts +4 -3
- package/out/concepts/AuthLogic__.js +18 -19
- package/out/concepts/AuthLogic__.js.map +1 -1
- package/out/concepts/BackendVariable__.d.ts +8 -7
- package/out/concepts/BackendVariable__.js +39 -34
- package/out/concepts/BackendVariable__.js.map +1 -1
- package/out/concepts/Backend__.d.ts +32 -31
- package/out/concepts/Backend__.js +23 -22
- package/out/concepts/Backend__.js.map +1 -1
- package/out/concepts/BatchAssignment__.d.ts +3 -3
- package/out/concepts/BatchAssignment__.js +46 -54
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BinaryExpression__.d.ts +3 -3
- package/out/concepts/BinaryExpression__.js +30 -62
- package/out/concepts/BinaryExpression__.js.map +1 -1
- package/out/concepts/BindAttribute__.d.ts +13 -8
- package/out/concepts/BindAttribute__.js +137 -83
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindDirective__.d.ts +5 -3
- package/out/concepts/BindDirective__.js +34 -28
- package/out/concepts/BindDirective__.js.map +1 -1
- package/out/concepts/BindEvent__.d.ts +5 -4
- package/out/concepts/BindEvent__.js +92 -108
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BindStyle__.d.ts +5 -3
- package/out/concepts/BindStyle__.js +24 -23
- package/out/concepts/BindStyle__.js.map +1 -1
- package/out/concepts/BooleanLiteral__.d.ts +3 -3
- package/out/concepts/BooleanLiteral__.js +17 -24
- package/out/concepts/BooleanLiteral__.js.map +1 -1
- package/out/concepts/CallAuthInterface__.d.ts +3 -2
- package/out/concepts/CallAuthInterface__.js +17 -19
- package/out/concepts/CallAuthInterface__.js.map +1 -1
- package/out/concepts/CallConnector__.d.ts +5 -4
- package/out/concepts/CallConnector__.js +41 -34
- package/out/concepts/CallConnector__.js.map +1 -1
- package/out/concepts/CallFunction__.d.ts +3 -3
- package/out/concepts/CallFunction__.js +33 -71
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallInterface__.d.ts +3 -3
- package/out/concepts/CallInterface__.js +26 -57
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +6 -6
- package/out/concepts/CallLogic__.js +167 -155
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts +4 -3
- package/out/concepts/CallQueryComponent__.js +57 -41
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/Comment__.d.ts +3 -3
- package/out/concepts/Comment__.js +17 -24
- package/out/concepts/Comment__.js.map +1 -1
- package/out/concepts/CompletionProperty__.d.ts +3 -2
- package/out/concepts/CompletionProperty__.js +30 -25
- package/out/concepts/CompletionProperty__.js.map +1 -1
- package/out/concepts/ConfigGroup__.d.ts +3 -2
- package/out/concepts/ConfigGroup__.js +21 -20
- package/out/concepts/ConfigGroup__.js.map +1 -1
- package/out/concepts/ConfigPropertyValue__.d.ts +3 -2
- package/out/concepts/ConfigPropertyValue__.js +16 -16
- package/out/concepts/ConfigPropertyValue__.js.map +1 -1
- package/out/concepts/ConfigProperty__.d.ts +3 -2
- package/out/concepts/ConfigProperty__.js +26 -23
- package/out/concepts/ConfigProperty__.js.map +1 -1
- package/out/concepts/Configuration__.d.ts +3 -2
- package/out/concepts/Configuration__.js +16 -18
- package/out/concepts/Configuration__.js.map +1 -1
- package/out/concepts/Connection__.d.ts +4 -4
- package/out/concepts/Connection__.js +31 -28
- package/out/concepts/Connection__.js.map +1 -1
- package/out/concepts/ConnectorTrigger__.d.ts +7 -6
- package/out/concepts/ConnectorTrigger__.js +22 -21
- package/out/concepts/ConnectorTrigger__.js.map +1 -1
- package/out/concepts/Connector__.d.ts +139 -33
- package/out/concepts/Connector__.js +191 -34
- package/out/concepts/Connector__.js.map +1 -1
- package/out/concepts/Constant__.d.ts +3 -2
- package/out/concepts/Constant__.js +25 -23
- package/out/concepts/Constant__.js.map +1 -1
- package/out/concepts/DataSource__.d.ts +7 -2
- package/out/concepts/DataSource__.js +31 -23
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +5 -4
- 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 +39 -89
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/End__.d.ts +3 -2
- package/out/concepts/End__.js +15 -17
- package/out/concepts/End__.js.map +1 -1
- package/out/concepts/EntityIndex__.d.ts +4 -3
- package/out/concepts/EntityIndex__.js +23 -21
- package/out/concepts/EntityIndex__.js.map +1 -1
- package/out/concepts/EntityProperty__.d.ts +4 -4
- package/out/concepts/EntityProperty__.js +51 -67
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/Entity__.d.ts +3 -3
- package/out/concepts/Entity__.js +32 -51
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +3 -3
- package/out/concepts/EnumItem__.js +19 -25
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Enum__.d.ts +3 -3
- package/out/concepts/Enum__.js +23 -35
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/Event__.d.ts +3 -2
- package/out/concepts/Event__.js +24 -21
- package/out/concepts/Event__.js.map +1 -1
- package/out/concepts/ExternalDestination__.d.ts +6 -5
- 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 +46 -95
- package/out/concepts/ForEachStatement__.js.map +1 -1
- package/out/concepts/FrontendLibrary__.d.ts +4 -3
- package/out/concepts/FrontendLibrary__.js +27 -25
- package/out/concepts/FrontendLibrary__.js.map +1 -1
- package/out/concepts/FrontendVariable__.d.ts +4 -3
- package/out/concepts/FrontendVariable__.js +12 -12
- package/out/concepts/FrontendVariable__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts +8 -6
- package/out/concepts/Frontend__.js +47 -39
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/Function__.d.ts +3 -3
- package/out/concepts/Function__.js +37 -60
- package/out/concepts/Function__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +4 -3
- package/out/concepts/Identifier__.js +30 -29
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/IfStatement__.d.ts +3 -3
- package/out/concepts/IfStatement__.js +21 -51
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/Integration__.d.ts +93 -2
- package/out/concepts/Integration__.js +157 -19
- package/out/concepts/Integration__.js.map +1 -1
- package/out/concepts/InterfaceParam__.d.ts +30 -4
- package/out/concepts/InterfaceParam__.js +58 -24
- package/out/concepts/InterfaceParam__.js.map +1 -1
- package/out/concepts/Interface__.d.ts +31 -5
- package/out/concepts/Interface__.js +89 -34
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/JSBlock__.d.ts +3 -3
- package/out/concepts/JSBlock__.js +17 -24
- package/out/concepts/JSBlock__.js.map +1 -1
- package/out/concepts/JavaLogic__.d.ts +4 -3
- package/out/concepts/JavaLogic__.js +22 -21
- package/out/concepts/JavaLogic__.js.map +1 -1
- package/out/concepts/LogicItem__.d.ts +3 -8
- package/out/concepts/LogicItem__.js +23 -30
- package/out/concepts/LogicItem__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +17 -18
- package/out/concepts/Logic__.js +113 -178
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MatchCase__.d.ts +3 -3
- package/out/concepts/MatchCase__.js +23 -110
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/Match__.d.ts +3 -3
- package/out/concepts/Match__.js +20 -64
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts +4 -3
- package/out/concepts/MemberExpression__.js +167 -46
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/MicroApp__.d.ts +3 -2
- package/out/concepts/MicroApp__.js +26 -21
- package/out/concepts/MicroApp__.js.map +1 -1
- package/out/concepts/Module__.d.ts +220 -48
- package/out/concepts/Module__.js +265 -66
- package/out/concepts/Module__.js.map +1 -1
- package/out/concepts/MsgTriggerEvent__.d.ts +4 -3
- package/out/concepts/MsgTriggerEvent__.js +16 -18
- package/out/concepts/MsgTriggerEvent__.js.map +1 -1
- package/out/concepts/MsgTriggerLauncher__.d.ts +4 -3
- package/out/concepts/MsgTriggerLauncher__.js +18 -19
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -1
- package/out/concepts/Namespace__.d.ts +4 -2
- package/out/concepts/Namespace__.js +64 -46
- package/out/concepts/Namespace__.js.map +1 -1
- package/out/concepts/NewComposite__.d.ts +4 -3
- package/out/concepts/NewComposite__.js +71 -133
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/NewList__.d.ts +5 -4
- package/out/concepts/NewList__.js +35 -41
- package/out/concepts/NewList__.js.map +1 -1
- package/out/concepts/NewMap__.d.ts +5 -4
- package/out/concepts/NewMap__.js +39 -38
- package/out/concepts/NewMap__.js.map +1 -1
- package/out/concepts/New__.d.ts +3 -2
- package/out/concepts/New__.js +15 -17
- package/out/concepts/New__.js.map +1 -1
- package/out/concepts/NullLiteral__.d.ts +3 -2
- package/out/concepts/NullLiteral__.js +15 -17
- package/out/concepts/NullLiteral__.js.map +1 -1
- package/out/concepts/NumericLiteral__.d.ts +3 -3
- package/out/concepts/NumericLiteral__.js +21 -27
- package/out/concepts/NumericLiteral__.js.map +1 -1
- package/out/concepts/OqlQueryComponent__.d.ts +3 -3
- package/out/concepts/OqlQueryComponent__.js +26 -30
- package/out/concepts/OqlQueryComponent__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.d.ts +14 -22
- package/out/concepts/OverriddenLogic__.js +73 -62
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/Param__.d.ts +3 -3
- package/out/concepts/Param__.js +34 -69
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/Point__.d.ts +3 -2
- package/out/concepts/Point__.js +16 -16
- package/out/concepts/Point__.js.map +1 -1
- package/out/concepts/ProcessComponent__.d.ts +3 -2
- package/out/concepts/ProcessComponent__.js +24 -22
- package/out/concepts/ProcessComponent__.js.map +1 -1
- package/out/concepts/ProcessElement__.d.ts +3 -2
- package/out/concepts/ProcessElement__.js +61 -46
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessOutcome__.d.ts +3 -2
- package/out/concepts/ProcessOutcome__.js +17 -18
- package/out/concepts/ProcessOutcome__.js.map +1 -1
- package/out/concepts/ProcessOutcomes__.d.ts +3 -2
- package/out/concepts/ProcessOutcomes__.js +15 -17
- package/out/concepts/ProcessOutcomes__.js.map +1 -1
- package/out/concepts/Process__.d.ts +5 -7
- package/out/concepts/Process__.js +46 -35
- package/out/concepts/Process__.js.map +1 -1
- package/out/concepts/QueryAggregateExpression__.d.ts +3 -2
- package/out/concepts/QueryAggregateExpression__.js +23 -22
- package/out/concepts/QueryAggregateExpression__.js.map +1 -1
- package/out/concepts/QueryFieldExpression__.d.ts +4 -3
- package/out/concepts/QueryFieldExpression__.js +21 -20
- package/out/concepts/QueryFieldExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.d.ts +4 -3
- package/out/concepts/QueryFromExpression__.js +23 -22
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryGroupByExpression__.d.ts +3 -2
- package/out/concepts/QueryGroupByExpression__.js +18 -19
- package/out/concepts/QueryGroupByExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts +4 -3
- package/out/concepts/QueryJoinExpression__.js +29 -25
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/QueryLimitExpression__.d.ts +3 -2
- package/out/concepts/QueryLimitExpression__.js +22 -22
- package/out/concepts/QueryLimitExpression__.js.map +1 -1
- package/out/concepts/QueryOrderByExpression__.d.ts +3 -2
- package/out/concepts/QueryOrderByExpression__.js +22 -22
- package/out/concepts/QueryOrderByExpression__.js.map +1 -1
- package/out/concepts/QuerySelectExpression__.d.ts +3 -2
- package/out/concepts/QuerySelectExpression__.js +23 -21
- package/out/concepts/QuerySelectExpression__.js.map +1 -1
- package/out/concepts/Rect__.d.ts +3 -2
- package/out/concepts/Rect__.js +20 -18
- package/out/concepts/Rect__.js.map +1 -1
- package/out/concepts/Return__.d.ts +3 -3
- package/out/concepts/Return__.js +29 -45
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/Role__.d.ts +3 -2
- package/out/concepts/Role__.js +22 -21
- package/out/concepts/Role__.js.map +1 -1
- package/out/concepts/SelectMembers__.d.ts +3 -2
- package/out/concepts/SelectMembers__.js +20 -21
- package/out/concepts/SelectMembers__.js.map +1 -1
- package/out/concepts/Slot__.d.ts +3 -2
- package/out/concepts/Slot__.js +26 -22
- package/out/concepts/Slot__.js.map +1 -1
- package/out/concepts/SqlQueryComponent__.d.ts +3 -3
- package/out/concepts/SqlQueryComponent__.js +28 -31
- package/out/concepts/SqlQueryComponent__.js.map +1 -1
- package/out/concepts/Start__.d.ts +3 -2
- package/out/concepts/Start__.js +15 -17
- package/out/concepts/Start__.js.map +1 -1
- package/out/concepts/StringInterpolation__.d.ts +3 -3
- package/out/concepts/StringInterpolation__.js +17 -37
- package/out/concepts/StringInterpolation__.js.map +1 -1
- package/out/concepts/StringLiteral__.d.ts +3 -3
- package/out/concepts/StringLiteral__.js +14 -22
- package/out/concepts/StringLiteral__.js.map +1 -1
- package/out/concepts/StructureProperty__.d.ts +5 -5
- package/out/concepts/StructureProperty__.js +33 -40
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +3 -12
- package/out/concepts/Structure__.js +45 -46
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SwitchCase__.d.ts +3 -3
- package/out/concepts/SwitchCase__.js +19 -54
- package/out/concepts/SwitchCase__.js.map +1 -1
- package/out/concepts/SwitchStatement__.d.ts +3 -3
- package/out/concepts/SwitchStatement__.js +23 -39
- package/out/concepts/SwitchStatement__.js.map +1 -1
- package/out/concepts/Theme__.d.ts +3 -2
- package/out/concepts/Theme__.js +12 -14
- package/out/concepts/Theme__.js.map +1 -1
- package/out/concepts/Transactional__.d.ts +3 -2
- package/out/concepts/Transactional__.js +18 -17
- package/out/concepts/Transactional__.js.map +1 -1
- package/out/concepts/TriggerEvent__.d.ts +3 -2
- package/out/concepts/TriggerEvent__.js +19 -18
- package/out/concepts/TriggerEvent__.js.map +1 -1
- package/out/concepts/TriggerLauncher__.d.ts +6 -17
- package/out/concepts/TriggerLauncher__.js +26 -63
- package/out/concepts/TriggerLauncher__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +12 -9
- package/out/concepts/TypeAnnotation__.js +164 -146
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +3 -3
- package/out/concepts/TypeParam__.js +16 -23
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/UnaryExpression__.d.ts +3 -3
- package/out/concepts/UnaryExpression__.js +21 -39
- package/out/concepts/UnaryExpression__.js.map +1 -1
- package/out/concepts/Unparsed__.d.ts +3 -3
- package/out/concepts/Unparsed__.js +16 -23
- package/out/concepts/Unparsed__.js.map +1 -1
- package/out/concepts/UseComponent__.d.ts +3 -2
- package/out/concepts/UseComponent__.js +16 -16
- package/out/concepts/UseComponent__.js.map +1 -1
- package/out/concepts/ValidationRule__.d.ts +3 -2
- package/out/concepts/ValidationRule__.js +45 -38
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/Variable__.d.ts +3 -3
- package/out/concepts/Variable__.js +29 -45
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/ViewBlock__.d.ts +4 -3
- package/out/concepts/ViewBlock__.js +20 -19
- package/out/concepts/ViewBlock__.js.map +1 -1
- package/out/concepts/ViewComponent__.d.ts +32 -31
- package/out/concepts/ViewComponent__.js +35 -32
- package/out/concepts/ViewComponent__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +17 -15
- package/out/concepts/ViewElement__.js +342 -174
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +11 -4
- package/out/concepts/View__.js +332 -125
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/WhileStatement__.d.ts +3 -3
- package/out/concepts/WhileStatement__.js +20 -41
- package/out/concepts/WhileStatement__.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.browser.js +1 -0
- package/out/concepts/basics/stdlib/nasl.browser.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.event.js +2 -0
- package/out/concepts/basics/stdlib/nasl.event.js.map +1 -1
- package/out/concepts/index__.d.ts +0 -1
- package/out/concepts/index__.js +0 -1
- package/out/concepts/index__.js.map +1 -1
- package/out/concepts/types__.d.ts +2 -2
- package/out/decorators/index.d.ts +2 -0
- package/out/decorators/index.js +12 -8
- package/out/decorators/index.js.map +1 -1
- package/out/generator/genBundleFiles.d.ts +2 -2
- package/out/generator/genBundleFiles.js +100 -4
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/genReleaseBody.d.ts +4 -2
- package/out/generator/genReleaseBody.js +191 -135
- package/out/generator/genReleaseBody.js.map +1 -1
- package/out/generator/permission.js +3 -3
- package/out/generator/permission.js.map +1 -1
- package/out/index.d.ts +0 -1
- package/out/index.js +0 -1
- package/out/index.js.map +1 -1
- package/out/sentry/index.js +2 -2
- package/out/sentry/index.js.map +1 -1
- package/out/server/createUiTs.js +34 -1
- package/out/server/createUiTs.js.map +1 -1
- package/out/server/extendBaseNode.js +78 -53
- package/out/server/extendBaseNode.js.map +1 -1
- package/out/server/formatTsUtils.js +72 -73
- package/out/server/formatTsUtils.js.map +1 -1
- package/out/server/getConnector.d.ts +3 -0
- package/out/server/getConnector.js +38 -1
- package/out/server/getConnector.js.map +1 -1
- package/out/server/getLogics.js +20 -23
- package/out/server/getLogics.js.map +1 -1
- package/out/server/getMemberIdentifier.d.ts +1 -0
- package/out/server/getMemberIdentifier.js +148 -1
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/index.js +2 -0
- package/out/server/index.js.map +1 -1
- package/out/server/naslServer.d.ts +17 -6
- package/out/server/naslServer.js +372 -232
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +45 -37
- package/out/server/translator.js.map +1 -1
- package/out/service/creator/add.configs.js +26 -0
- package/out/service/creator/add.configs.js.map +1 -1
- package/out/service/creator/errHandles.js +5 -3
- package/out/service/creator/errHandles.js.map +1 -1
- package/out/service/creator/index.js +13 -0
- package/out/service/creator/index.js.map +1 -1
- package/out/service/defaultErrorMessage.json +6 -6
- package/out/service/storage/jsoner.js +1 -1
- package/out/service/storage/jsoner.js.map +1 -1
- package/out/templator/genCreateBlock.js +5 -3
- package/out/templator/genCreateBlock.js.map +1 -1
- package/out/templator/genCurdEditMultipleKeyBlock.js +15 -11
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +1 -1
- package/out/templator/genCurdMultipleKeyBlock.js +10 -9
- package/out/templator/genCurdMultipleKeyBlock.js.map +1 -1
- package/out/templator/genEditTableBlock.d.ts +1 -1
- package/out/templator/genEditTableBlock.js +12 -6
- package/out/templator/genEditTableBlock.js.map +1 -1
- package/out/templator/genEnumSelectBlock.js +2 -2
- package/out/templator/genEnumSelectBlock.js.map +1 -1
- package/out/templator/genGetBlock.js +1 -1
- package/out/templator/genGetBlock.js.map +1 -1
- package/out/templator/genGridViewBlock.d.ts +2 -2
- package/out/templator/genGridViewBlock.js +20 -7
- package/out/templator/genGridViewBlock.js.map +1 -1
- package/out/templator/genListViewBlock.d.ts +2 -2
- package/out/templator/genListViewBlock.js +13 -5
- package/out/templator/genListViewBlock.js.map +1 -1
- package/out/templator/genSelectBlock.d.ts +2 -2
- package/out/templator/genSelectBlock.js +8 -6
- package/out/templator/genSelectBlock.js.map +1 -1
- package/out/templator/genTableBlock.d.ts +1 -1
- package/out/templator/genTableBlock.js +11 -6
- package/out/templator/genTableBlock.js.map +1 -1
- package/out/templator/genUpdateBlock.js +5 -3
- package/out/templator/genUpdateBlock.js.map +1 -1
- package/out/translator/constant.d.ts +6 -0
- package/out/translator/constant.js +10 -0
- package/out/translator/constant.js.map +1 -0
- package/out/translator/index.d.ts +3 -48
- package/out/translator/index.js +17 -110
- package/out/translator/index.js.map +1 -1
- package/out/translator/types.d.ts +32 -0
- package/out/translator/{tsp.js → types.js} +1 -1
- package/out/translator/types.js.map +1 -0
- package/out/translator/utils.d.ts +17 -0
- package/out/translator/utils.js +102 -0
- package/out/translator/utils.js.map +1 -0
- package/out/utils/cookie.d.ts +9 -0
- package/out/utils/cookie.js +62 -0
- package/out/utils/cookie.js.map +1 -0
- package/out/utils/index.d.ts +2 -0
- package/out/utils/index.js +2 -0
- package/out/utils/index.js.map +1 -1
- package/out/utils/logger.d.ts +4 -0
- package/out/utils/logger.js +13 -1
- package/out/utils/logger.js.map +1 -1
- package/out/utils/types.d.ts +1 -0
- package/out/utils/types.js +3 -0
- package/out/utils/types.js.map +1 -0
- package/out/utils/window.d.ts +7 -0
- package/out/utils/window.js +14 -0
- package/out/utils/window.js.map +1 -0
- package/package.json +5 -10
- package/sandbox/stdlib/nasl.auth.ts +40 -44
- package/sandbox/stdlib/nasl.core.ts +8 -1
- package/sandbox/stdlib/nasl.http.ts +22 -22
- package/sandbox/stdlib/nasl.oql.ts +2 -0
- package/sandbox/stdlib/nasl.ui.definition.ts +2218 -1415
- package/src/automate/upgrader/2.20.js +17 -13
- package/src/bak/translator.js +53 -1
- package/src/breakpoint/generator/AfterStartNode.ts +2 -1
- package/src/breakpoint/generator/BeforeEndNode.ts +2 -1
- package/src/breakpoint/generator/BreakpointNode.ts +36 -9
- package/src/breakpoint/shared/constants.ts +7 -0
- package/src/breakpoint/shared/utils.ts +35 -4
- package/src/common/BaseNode.ts +140 -81
- package/src/common/Command.ts +14 -1
- package/src/common/EventEmitter.ts +2 -4
- package/src/common/index.ts +0 -1
- package/src/concepts/Abort__.ts +20 -22
- package/src/concepts/Anchor__.ts +23 -38
- package/src/concepts/AnonymousFunction__.ts +39 -63
- package/src/concepts/App__.ts +364 -314
- package/src/concepts/Argument__.ts +27 -44
- package/src/concepts/Assignee__.ts +41 -39
- package/src/concepts/AssignmentLine__.ts +20 -23
- package/src/concepts/Assignment__.ts +54 -58
- package/src/concepts/Attribute__.ts +40 -34
- package/src/concepts/AuthInterface__.ts +22 -24
- package/src/concepts/AuthLogicForCallInterface__.ts +71 -41
- package/src/concepts/AuthLogic__.ts +21 -30
- package/src/concepts/BackendVariable__.ts +55 -54
- package/src/concepts/Backend__.ts +58 -59
- package/src/concepts/BatchAssignment__.ts +88 -78
- package/src/concepts/BinaryExpression__.ts +72 -66
- package/src/concepts/BindAttribute__.ts +148 -103
- package/src/concepts/BindDirective__.ts +45 -41
- package/src/concepts/BindEvent__.ts +120 -149
- package/src/concepts/BindStyle__.ts +37 -36
- package/src/concepts/BooleanLiteral__.ts +22 -28
- package/src/concepts/CallAuthInterface__.ts +29 -32
- package/src/concepts/CallConnector__.ts +50 -41
- package/src/concepts/CallFunction__.ts +45 -77
- package/src/concepts/CallInterface__.ts +36 -68
- package/src/concepts/CallLogic__.ts +204 -195
- package/src/concepts/CallQueryComponent__.ts +156 -88
- package/src/concepts/Comment__.ts +22 -29
- package/src/concepts/CompletionProperty__.ts +34 -30
- package/src/concepts/ConfigGroup__.ts +28 -29
- package/src/concepts/ConfigPropertyValue__.ts +22 -23
- package/src/concepts/ConfigProperty__.ts +42 -36
- package/src/concepts/Configuration__.ts +23 -26
- package/src/concepts/Connection__.ts +40 -41
- package/src/concepts/ConnectorTrigger__.ts +30 -34
- package/src/concepts/Connector__.ts +342 -87
- package/src/concepts/Constant__.ts +30 -36
- package/src/concepts/DataSource__.ts +37 -33
- package/src/concepts/DatabaseTypeAnnotation__.ts +24 -24
- package/src/concepts/Destination__.ts +51 -104
- package/src/concepts/End__.ts +23 -25
- package/src/concepts/EntityIndex__.ts +36 -33
- package/src/concepts/EntityProperty__.ts +64 -84
- package/src/concepts/Entity__.ts +41 -67
- package/src/concepts/EnumItem__.ts +24 -32
- package/src/concepts/Enum__.ts +28 -42
- package/src/concepts/Event__.ts +33 -33
- package/src/concepts/ExternalDestination__.ts +29 -29
- package/src/concepts/ForEachStatement__.ts +64 -114
- package/src/concepts/FrontendLibrary__.ts +37 -38
- package/src/concepts/FrontendVariable__.ts +18 -20
- package/src/concepts/Frontend__.ts +66 -62
- package/src/concepts/Function__.ts +54 -80
- package/src/concepts/Identifier__.ts +37 -34
- package/src/concepts/IfStatement__.ts +40 -77
- package/src/concepts/Integration__.ts +244 -24
- package/src/concepts/InterfaceParam__.ts +69 -33
- package/src/concepts/Interface__.ts +104 -46
- package/src/concepts/JSBlock__.ts +22 -28
- package/src/concepts/JavaLogic__.ts +27 -26
- package/src/concepts/LogicItem__.ts +29 -47
- package/src/concepts/Logic__.ts +168 -213
- package/src/concepts/MatchCase__.ts +38 -128
- package/src/concepts/Match__.ts +28 -73
- package/src/concepts/MemberExpression__.ts +197 -54
- package/src/concepts/MicroApp__.ts +32 -27
- package/src/concepts/Module__.ts +567 -164
- package/src/concepts/MsgTriggerEvent__.ts +25 -33
- package/src/concepts/MsgTriggerLauncher__.ts +27 -30
- package/src/concepts/Namespace__.ts +109 -99
- package/src/concepts/NewComposite__.ts +130 -161
- package/src/concepts/NewList__.ts +45 -51
- package/src/concepts/NewMap__.ts +51 -48
- package/src/concepts/New__.ts +20 -22
- package/src/concepts/NullLiteral__.ts +20 -22
- package/src/concepts/NumericLiteral__.ts +26 -31
- package/src/concepts/OqlQueryComponent__.ts +33 -34
- package/src/concepts/OverriddenLogic__.ts +128 -94
- package/src/concepts/Param__.ts +51 -90
- package/src/concepts/Point__.ts +22 -22
- package/src/concepts/ProcessComponent__.ts +36 -37
- package/src/concepts/ProcessElement__.ts +114 -86
- package/src/concepts/ProcessOutcome__.ts +22 -23
- package/src/concepts/ProcessOutcomes__.ts +20 -22
- package/src/concepts/Process__.ts +69 -63
- package/src/concepts/QueryAggregateExpression__.ts +28 -27
- package/src/concepts/QueryFieldExpression__.ts +26 -25
- package/src/concepts/QueryFromExpression__.ts +29 -28
- package/src/concepts/QueryGroupByExpression__.ts +22 -23
- package/src/concepts/QueryJoinExpression__.ts +62 -41
- package/src/concepts/QueryLimitExpression__.ts +27 -27
- package/src/concepts/QueryOrderByExpression__.ts +27 -27
- package/src/concepts/QuerySelectExpression__.ts +105 -54
- package/src/concepts/Rect__.ts +26 -24
- package/src/concepts/Return__.ts +42 -67
- package/src/concepts/Role__.ts +25 -25
- package/src/concepts/SelectMembers__.ts +30 -32
- package/src/concepts/Slot__.ts +32 -30
- package/src/concepts/SqlQueryComponent__.ts +41 -37
- package/src/concepts/Start__.ts +20 -22
- package/src/concepts/StringInterpolation__.ts +25 -45
- package/src/concepts/StringLiteral__.ts +19 -26
- package/src/concepts/StructureProperty__.ts +38 -47
- package/src/concepts/Structure__.ts +55 -58
- package/src/concepts/SwitchCase__.ts +40 -74
- package/src/concepts/SwitchStatement__.ts +29 -44
- package/src/concepts/Theme__.ts +18 -21
- package/src/concepts/Transactional__.ts +24 -31
- package/src/concepts/TriggerEvent__.ts +28 -29
- package/src/concepts/TriggerLauncher__.ts +32 -82
- package/src/concepts/TypeAnnotation__.ts +214 -200
- package/src/concepts/TypeParam__.ts +21 -28
- package/src/concepts/UnaryExpression__.ts +26 -45
- package/src/concepts/Unparsed__.ts +20 -25
- package/src/concepts/UseComponent__.ts +22 -22
- package/src/concepts/ValidationRule__.ts +62 -48
- package/src/concepts/Variable__.ts +43 -67
- package/src/concepts/ViewBlock__.ts +26 -25
- package/src/concepts/ViewComponent__.ts +87 -91
- package/src/concepts/ViewElement__.ts +483 -277
- package/src/concepts/View__.ts +401 -180
- package/src/concepts/WhileStatement__.ts +36 -59
- package/src/concepts/basics/stdlib/nasl.browser.ts +1 -0
- package/src/concepts/basics/stdlib/nasl.event.ts +2 -0
- package/src/concepts/index__.ts +0 -1
- package/src/concepts/types__.ts +124 -124
- package/src/decorators/index.ts +11 -7
- package/src/generator/genBundleFiles.ts +104 -4
- package/src/generator/genReleaseBody.ts +197 -181
- package/src/generator/permission.ts +3 -3
- package/src/index.ts +0 -1
- package/src/sentry/index.ts +2 -2
- package/src/server/createUiTs.ts +30 -1
- package/src/server/extendBaseNode.ts +81 -55
- package/src/server/formatTsUtils.ts +64 -75
- package/src/server/getConnector.ts +63 -27
- package/src/server/getLogics.ts +23 -30
- package/src/server/getMemberIdentifier.ts +142 -0
- package/src/server/index.ts +4 -1
- package/src/server/naslServer.ts +367 -250
- package/src/server/translator.ts +41 -42
- package/src/service/creator/add.configs.js +26 -1
- package/src/service/creator/errHandles.js +5 -4
- package/src/service/creator/index.js +12 -0
- package/src/service/defaultErrorMessage.json +6 -6
- package/src/service/storage/jsoner.ts +1 -1
- package/src/templator/genCreateBlock.ts +5 -3
- package/src/templator/genCurdEditMultipleKeyBlock.ts +15 -11
- package/src/templator/genCurdMultipleKeyBlock.ts +10 -9
- package/src/templator/genEditTableBlock.ts +12 -7
- package/src/templator/genEnumSelectBlock.ts +2 -2
- package/src/templator/genGetBlock.ts +6 -6
- package/src/templator/genGridViewBlock.ts +22 -9
- package/src/templator/genListViewBlock.ts +14 -5
- package/src/templator/genSelectBlock.ts +8 -6
- package/src/templator/genTableBlock.ts +11 -10
- package/src/templator/genUpdateBlock.ts +5 -3
- package/src/translator/constant.ts +7 -0
- package/src/translator/index.ts +3 -137
- package/src/translator/types.ts +40 -0
- package/src/translator/utils.ts +104 -0
- package/src/utils/cookie.ts +60 -0
- package/src/utils/index.ts +2 -0
- package/src/utils/logger.ts +13 -0
- package/src/utils/types.ts +1 -0
- package/src/utils/window.ts +9 -0
- package/test/concepts/boolean-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +11 -0
- package/test/concepts/boolean-literal/__snapshots__/toJS.spec.ts.snap +11 -0
- package/test/concepts/boolean-literal/__snapshots__/toVue.spec.ts.snap +11 -0
- package/test/concepts/boolean-literal/constant.ts +5 -0
- package/test/concepts/boolean-literal/fixtures/false.json +4 -0
- package/test/concepts/boolean-literal/fixtures/true.json +4 -0
- package/test/concepts/boolean-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/boolean-literal/toJS.spec.ts +14 -0
- package/test/concepts/boolean-literal/toVue.spec.ts +14 -0
- 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__/getQuickInfoOffset.spec.ts.snap +106 -0
- package/test/concepts/call-logic/__snapshots__/toEmbeddedTS.spec.ts.snap +45 -0
- package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +102 -0
- package/test/concepts/call-logic/fixtures/nested-call-logic.json +860 -0
- package/test/concepts/call-logic/getQuickInfoOffset.spec.ts +23 -0
- package/test/concepts/call-logic/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/call-logic/toJS.spec.ts +6 -6
- package/test/concepts/identifier/__snapshots__/toEmbeddedTS.spec.ts.snap +16 -0
- package/test/concepts/identifier/__snapshots__/toJS.spec.ts.snap +16 -0
- package/test/concepts/identifier/__snapshots__/toVue.spec.ts.snap +16 -0
- package/test/concepts/identifier/constant.ts +5 -0
- package/test/concepts/identifier/fixtures/data-source.json +5 -0
- package/test/concepts/identifier/fixtures/no-namespace.json +4 -0
- package/test/concepts/identifier/fixtures/view-variable.json +201 -0
- package/test/concepts/identifier/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/identifier/toJS.spec.ts +14 -0
- package/test/concepts/identifier/toVue.spec.ts +14 -0
- package/test/concepts/match/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/match/toJS.spec.ts +6 -6
- package/test/concepts/member-expression/__snapshots__/toEmbeddedTS.spec.ts.snap +21 -0
- package/test/concepts/member-expression/__snapshots__/toJS.spec.ts.snap +21 -0
- package/test/concepts/member-expression/__snapshots__/toVue.spec.ts.snap +21 -0
- package/test/concepts/member-expression/constant.ts +5 -0
- package/test/concepts/member-expression/fixtures/app.enums.UserStatusEnum.json +13 -0
- package/test/concepts/member-expression/fixtures/elements.table-view.data.json +13 -0
- package/test/concepts/member-expression/fixtures/entry.created-by.json +18 -0
- package/test/concepts/member-expression/fixtures/nasl.auth.userInfo.json +19 -0
- package/test/concepts/member-expression/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/member-expression/toJS.spec.ts +14 -0
- package/test/concepts/member-expression/toVue.spec.ts +14 -0
- package/test/concepts/null-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +6 -0
- package/test/concepts/null-literal/__snapshots__/toJS.spec.ts.snap +6 -0
- package/test/concepts/null-literal/__snapshots__/toVue.spec.ts.snap +6 -0
- package/test/concepts/null-literal/constant.ts +5 -0
- package/test/concepts/null-literal/fixtures/null.json +3 -0
- package/test/concepts/null-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/null-literal/toJS.spec.ts +14 -0
- package/test/concepts/null-literal/toVue.spec.ts +14 -0
- package/test/concepts/numeric-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +6 -0
- package/test/concepts/numeric-literal/__snapshots__/toJS.spec.ts.snap +6 -0
- package/test/concepts/numeric-literal/__snapshots__/toVue.spec.ts.snap +6 -0
- package/test/concepts/numeric-literal/constant.ts +5 -0
- package/test/concepts/numeric-literal/fixtures/number.json +10 -0
- package/test/concepts/numeric-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/numeric-literal/toJS.spec.ts +14 -0
- package/test/concepts/numeric-literal/toVue.spec.ts +14 -0
- package/test/concepts/string-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +16 -0
- package/test/concepts/string-literal/__snapshots__/toJS.spec.ts.snap +16 -0
- package/test/concepts/string-literal/__snapshots__/toVue.spec.ts.snap +16 -0
- package/test/concepts/string-literal/constant.ts +5 -0
- package/test/concepts/string-literal/fixtures/escape.json +4 -0
- package/test/concepts/string-literal/fixtures/space.json +4 -0
- package/test/concepts/string-literal/fixtures/string.json +4 -0
- package/test/concepts/string-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/string-literal/toJS.spec.ts +14 -0
- package/test/concepts/string-literal/toVue.spec.ts +14 -0
- package/test/concepts/utils.ts +46 -43
- package/test/concepts/validation-rule/__snapshots__/toEmbeddedTS.spec.ts.snap +11 -0
- package/test/concepts/validation-rule/__snapshots__/toJS.spec.ts.snap +10 -0
- package/test/concepts/validation-rule/fixtures/argument-without-keyword.json +34 -0
- package/test/concepts/validation-rule/fixtures/empty-rule.json +9 -0
- 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 +15 -0
- package/test/concepts/view-element/__snapshots__/toEmbeddedTS.spec.ts.snap +592 -0
- package/test/concepts/view-element/__snapshots__/toVue.spec.ts.snap +308 -0
- package/test/concepts/view-element/fixtures/default-login.json +333 -0
- package/test/concepts/view-element/fixtures/default-not-found.json +313 -313
- package/test/concepts/view-element/fixtures/with-role-auth.json +148 -0
- package/test/concepts/view-element/fixtures/with-table.json +3473 -0
- 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 +6663 -101
- package/ts-worker/webpack.config.js +1 -1
- package/out/common/classMap.d.ts +0 -4
- package/out/common/classMap.js +0 -5
- package/out/common/classMap.js.map +0 -1
- package/out/concepts/DataElement__.d.ts +0 -46
- package/out/concepts/DataElement__.js +0 -118
- package/out/concepts/DataElement__.js.map +0 -1
- package/out/natural/RequirementAnalyzer.d.ts +0 -22
- package/out/natural/RequirementAnalyzer.js +0 -196
- package/out/natural/RequirementAnalyzer.js.map +0 -1
- package/out/natural/RequirementExecutor.d.ts +0 -51
- package/out/natural/RequirementExecutor.js +0 -692
- package/out/natural/RequirementExecutor.js.map +0 -1
- package/out/natural/componentData.d.ts +0 -31
- package/out/natural/componentData.js +0 -85
- package/out/natural/componentData.js.map +0 -1
- package/out/natural/genNaturalTS.d.ts +0 -3
- package/out/natural/genNaturalTS.js +0 -76
- package/out/natural/genNaturalTS.js.map +0 -1
- package/out/natural/index.d.ts +0 -4
- package/out/natural/index.js +0 -21
- package/out/natural/index.js.map +0 -1
- package/out/natural/knowledgeMap.d.ts +0 -4
- package/out/natural/knowledgeMap.js +0 -40
- package/out/natural/knowledgeMap.js.map +0 -1
- package/out/natural/naslStdlibMap.d.ts +0 -2
- package/out/natural/naslStdlibMap.js +0 -26
- package/out/natural/naslStdlibMap.js.map +0 -1
- package/out/natural/transformTSCode.d.ts +0 -7
- package/out/natural/transformTSCode.js +0 -760
- package/out/natural/transformTSCode.js.map +0 -1
- package/out/translator/lsp.d.ts +0 -45
- package/out/translator/lsp.js +0 -6
- package/out/translator/lsp.js.map +0 -1
- package/out/translator/tsp.d.ts +0 -12
- package/out/translator/tsp.js.map +0 -1
- package/sandbox-natural/stdlib/nasl.core.ts +0 -36
- package/sandbox-natural/stdlib/nasl.oql.ts +0 -8
- package/sandbox-natural/stdlib/nasl.ui.ts +0 -56
- package/sandbox-natural/stdlib/nasl.util.ts +0 -26
- package/sandbox-natural/tsconfig.json +0 -12
- package/src/common/classMap.ts +0 -3
- package/src/concepts/DataElement__.ts +0 -131
- package/src/natural/RequirementAnalyzer.ts +0 -208
- package/src/natural/RequirementExecutor.ts +0 -685
- package/src/natural/componentData.ts +0 -81
- package/src/natural/genNaturalTS.ts +0 -77
- package/src/natural/index.ts +0 -4
- package/src/natural/knowledgeMap.ts +0 -39
- package/src/natural/naslStdlibMap.ts +0 -24
- package/src/natural/transformTSCode.ts +0 -692
- package/src/test/examples/app1.json +0 -1406
- package/src/test/fixtures/env.ts +0 -19
- package/src/test/integration/connect-create-file.ts +0 -14
- package/src/test/integration/connect-file.ts +0 -24
- package/src/test/integration/node-nasl-server.ts +0 -14
- package/src/test/units/baseTypes/Assignment.spec.ts +0 -20
- package/src/test/units/baseTypes/CallLogic.spec.ts +0 -22
- package/src/test/units/baseTypes/StringLiteral.spec.ts +0 -60
- package/src/test/units/baseTypes/new.spec.ts +0 -13
- package/src/test/units/common/Vertex.spec.ts +0 -23
- package/src/test/units/data/Entity.spec.ts +0 -10
- package/src/test/units/login.spec.ts +0 -10
- package/src/test/units/page/Block.spec.ts +0 -15
- package/src/test/units/page/Element.spec.ts +0 -45
- package/src/test/units/page/example.dashboard.html +0 -46
- package/src/test/units/page/example.view1.html +0 -63
- package/src/test/units/temp/temp.spec.ts +0 -66
- package/src/translator/lsp.ts +0 -50
- package/src/translator/tsp.ts +0 -14
|
@@ -1,1909 +1,2712 @@
|
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
constructor(
|
|
58
|
-
|
|
59
|
-
options?: {
|
|
60
|
-
|
|
61
|
-
[propname: string]: any,
|
|
62
|
-
bindAttr?: () => Array<any>,
|
|
63
|
-
slotDefault?: () => Array<any>,
|
|
64
|
-
|
|
65
|
-
}) { super() }
|
|
66
|
-
}
|
|
67
|
-
export class uAlert<T> extends VueComponent {
|
|
68
|
-
|
|
69
|
-
constructor(
|
|
70
|
-
|
|
71
|
-
options?: {
|
|
72
|
-
|
|
73
|
-
[propname: string]: any,
|
|
74
|
-
bindAttr?: () => Array<any>,
|
|
75
|
-
slotDefault?: () => Array<any>,
|
|
76
|
-
slotTitle?: () => Array<any>,
|
|
77
|
-
|
|
78
|
-
}) { super() }
|
|
79
|
-
}
|
|
80
|
-
export class uAnchor<T> extends VueComponent {
|
|
81
|
-
|
|
82
|
-
constructor(
|
|
83
|
-
|
|
84
|
-
options?: {
|
|
85
|
-
|
|
86
|
-
[propname: string]: any,
|
|
87
|
-
bindAttr?: () => Array<any>,
|
|
88
|
-
slotDefault?: () => Array<any>,
|
|
89
|
-
|
|
90
|
-
}) { super() }
|
|
91
|
-
}
|
|
92
|
-
export class uBadge<T> extends VueComponent {
|
|
93
|
-
|
|
94
|
-
constructor(
|
|
95
|
-
|
|
96
|
-
options?: {
|
|
97
|
-
|
|
98
|
-
[propname: string]: any,
|
|
99
|
-
bindAttr?: () => Array<any>,
|
|
100
|
-
slotDefault?: () => Array<any>,
|
|
101
|
-
|
|
102
|
-
}) { super() }
|
|
103
|
-
}
|
|
104
|
-
export class uButton<T> extends VueComponent {
|
|
105
|
-
|
|
106
|
-
constructor(
|
|
107
|
-
|
|
108
|
-
options?: {
|
|
109
|
-
|
|
110
|
-
[propname: string]: any,
|
|
111
|
-
bindAttr?: () => Array<any>,
|
|
112
|
-
slotDefault?: () => Array<any>,
|
|
113
|
-
|
|
114
|
-
}) { super() }
|
|
115
|
-
}
|
|
116
|
-
export class uCalendarView<T> extends VueComponent {
|
|
117
|
-
|
|
118
|
-
constructor(
|
|
119
|
-
|
|
120
|
-
options?: {
|
|
121
|
-
|
|
122
|
-
[propname: string]: any,
|
|
123
|
-
bindAttr?: () => Array<any>,
|
|
124
|
-
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
125
|
-
|
|
126
|
-
}) { super() }
|
|
127
|
-
reload: () => any;
|
|
128
|
-
}
|
|
129
|
-
export class uCapsules<T> extends VueComponent {
|
|
130
|
-
|
|
131
|
-
constructor(
|
|
132
|
-
|
|
133
|
-
options?: {
|
|
134
|
-
|
|
135
|
-
[propname: string]: any,
|
|
136
|
-
bindAttr?: () => Array<any>,
|
|
137
|
-
slotDefault?: () => Array<any>,
|
|
138
|
-
|
|
139
|
-
}) { super() }
|
|
140
|
-
}
|
|
141
|
-
export class uCapsule<T> extends VueComponent {
|
|
142
|
-
|
|
143
|
-
constructor(
|
|
144
|
-
|
|
145
|
-
options?: {
|
|
146
|
-
|
|
147
|
-
[propname: string]: any,
|
|
148
|
-
bindAttr?: () => Array<any>,
|
|
149
|
-
slotDefault?: () => Array<any>,
|
|
150
|
-
|
|
151
|
-
}) { super() }
|
|
152
|
-
}
|
|
153
|
-
export class uCapsulesGroup<T> extends VueComponent {
|
|
154
|
-
|
|
155
|
-
constructor(
|
|
156
|
-
|
|
157
|
-
options?: {
|
|
158
|
-
|
|
159
|
-
[propname: string]: any,
|
|
160
|
-
bindAttr?: () => Array<any>,
|
|
161
|
-
slotDefault?: () => Array<any>,
|
|
162
|
-
|
|
163
|
-
}) { super() }
|
|
164
|
-
}
|
|
165
|
-
export class uCard<T> extends VueComponent {
|
|
166
|
-
|
|
167
|
-
constructor(
|
|
168
|
-
|
|
169
|
-
options?: {
|
|
170
|
-
|
|
171
|
-
[propname: string]: any,
|
|
172
|
-
bindAttr?: () => Array<any>,
|
|
173
|
-
slotDefault?: () => Array<any>,
|
|
174
|
-
slotCover?: () => Array<any>,
|
|
175
|
-
|
|
176
|
-
}) { super() }
|
|
177
|
-
}
|
|
178
|
-
export class uCardGroup<T> extends VueComponent {
|
|
179
|
-
|
|
180
|
-
constructor(
|
|
181
|
-
|
|
182
|
-
options?: {
|
|
183
|
-
|
|
184
|
-
[propname: string]: any,
|
|
185
|
-
bindAttr?: () => Array<any>,
|
|
186
|
-
slotDefault?: () => Array<any>,
|
|
187
|
-
slotCover?: () => Array<any>,
|
|
188
|
-
|
|
189
|
-
}) { super() }
|
|
190
|
-
}
|
|
191
|
-
export class uCarousel<T> extends VueComponent {
|
|
192
|
-
|
|
193
|
-
constructor(
|
|
194
|
-
|
|
195
|
-
options?: {
|
|
196
|
-
|
|
197
|
-
[propname: string]: any,
|
|
198
|
-
bindAttr?: () => Array<any>,
|
|
199
|
-
slotDefault?: () => Array<any>,
|
|
200
|
-
|
|
201
|
-
}) { super() }
|
|
202
|
-
}
|
|
203
|
-
export class uCarouselItem<T> extends VueComponent {
|
|
204
|
-
|
|
205
|
-
constructor(
|
|
206
|
-
|
|
207
|
-
options?: {
|
|
208
|
-
|
|
209
|
-
[propname: string]: any,
|
|
210
|
-
bindAttr?: () => Array<any>,
|
|
211
|
-
slotDefault?: () => Array<any>,
|
|
212
|
-
|
|
213
|
-
}) { super() }
|
|
214
|
-
}
|
|
215
|
-
export class uCascadeSelect<T> extends VueComponent {
|
|
216
|
-
|
|
217
|
-
constructor(
|
|
218
|
-
|
|
219
|
-
options?: {
|
|
220
|
-
|
|
221
|
-
[propname: string]: any,
|
|
222
|
-
bindAttr?: () => Array<any>,
|
|
223
|
-
slotDefault?: () => Array<any>,
|
|
224
|
-
|
|
225
|
-
}) { super() }
|
|
226
|
-
}
|
|
227
|
-
export class uCascader<T> extends VueComponent {
|
|
228
|
-
|
|
229
|
-
constructor(
|
|
230
|
-
|
|
231
|
-
options?: {
|
|
232
|
-
|
|
233
|
-
[propname: string]: any,
|
|
234
|
-
bindAttr?: () => Array<any>,
|
|
235
|
-
slotDefault?: () => Array<any>,
|
|
236
|
-
|
|
237
|
-
}) { super() }
|
|
238
|
-
open: () => any;
|
|
239
|
-
close: () => any;
|
|
240
|
-
clear: () => any;
|
|
241
|
-
}
|
|
242
|
-
export class uCheckboxes<T> extends VueComponent {
|
|
243
|
-
|
|
244
|
-
constructor(
|
|
245
|
-
|
|
246
|
-
options?: {
|
|
247
|
-
|
|
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>,
|
|
252
|
-
|
|
253
|
-
}) { super() }
|
|
254
|
-
}
|
|
255
|
-
export class uCheckbox<T> extends VueComponent {
|
|
256
|
-
|
|
257
|
-
constructor(
|
|
258
|
-
|
|
259
|
-
options?: {
|
|
260
|
-
|
|
261
|
-
[propname: string]: any,
|
|
262
|
-
bindAttr?: () => Array<any>,
|
|
263
|
-
slotDefault?: () => Array<any>,
|
|
264
|
-
|
|
265
|
-
}) { super() }
|
|
266
|
-
}
|
|
267
|
-
export class uCircularProgress<T> extends VueComponent {
|
|
268
|
-
|
|
269
|
-
constructor(
|
|
270
|
-
|
|
271
|
-
options?: {
|
|
272
|
-
|
|
273
|
-
[propname: string]: any,
|
|
274
|
-
bindAttr?: () => Array<any>,
|
|
275
|
-
slotDefault?: () => Array<any>,
|
|
276
|
-
|
|
277
|
-
}) { super() }
|
|
278
|
-
}
|
|
279
|
-
export class uCollapse<T> extends VueComponent {
|
|
280
|
-
|
|
281
|
-
constructor(
|
|
282
|
-
|
|
283
|
-
options?: {
|
|
284
|
-
|
|
285
|
-
[propname: string]: any,
|
|
286
|
-
bindAttr?: () => Array<any>,
|
|
287
|
-
slotDefault?: () => Array<any>,
|
|
288
|
-
|
|
289
|
-
}) { super() }
|
|
290
|
-
}
|
|
291
|
-
export class uCollapseItem<T> extends VueComponent {
|
|
292
|
-
|
|
293
|
-
constructor(
|
|
294
|
-
|
|
295
|
-
options?: {
|
|
296
|
-
|
|
297
|
-
[propname: string]: any,
|
|
298
|
-
bindAttr?: () => Array<any>,
|
|
299
|
-
slotDefault?: () => Array<any>,
|
|
300
|
-
slotTitle?: () => Array<any>,
|
|
301
|
-
slotExtra?: () => Array<any>,
|
|
302
|
-
|
|
303
|
-
}) { super() }
|
|
304
|
-
}
|
|
305
|
-
export class uComboSlider<T> extends VueComponent {
|
|
306
|
-
|
|
307
|
-
constructor(
|
|
308
|
-
|
|
309
|
-
options?: {
|
|
310
|
-
|
|
311
|
-
[propname: string]: any,
|
|
312
|
-
bindAttr?: () => Array<any>,
|
|
313
|
-
slotDefault?: () => Array<any>,
|
|
314
|
-
|
|
315
|
-
}) { super() }
|
|
316
|
-
}
|
|
317
|
-
export class uCopy<T> extends VueComponent {
|
|
318
|
-
|
|
319
|
-
constructor(
|
|
320
|
-
|
|
321
|
-
options?: {
|
|
322
|
-
|
|
323
|
-
[propname: string]: any,
|
|
324
|
-
bindAttr?: () => Array<any>,
|
|
325
|
-
slotDefault?: () => Array<any>,
|
|
326
|
-
|
|
327
|
-
}) { super() }
|
|
328
|
-
}
|
|
329
|
-
export class uCountDown<T> extends VueComponent {
|
|
330
|
-
|
|
331
|
-
constructor(
|
|
332
|
-
|
|
333
|
-
options?: {
|
|
334
|
-
|
|
335
|
-
[propname: string]: any,
|
|
336
|
-
bindAttr?: () => Array<any>,
|
|
337
|
-
slotDefault?: () => Array<any>,
|
|
338
|
-
|
|
339
|
-
}) { super() }
|
|
340
|
-
start: () => any;
|
|
341
|
-
pause: () => any;
|
|
342
|
-
continue: () => any;
|
|
343
|
-
stop: () => any;
|
|
344
|
-
}
|
|
345
|
-
export class uCrumb<T> extends VueComponent {
|
|
346
|
-
|
|
347
|
-
constructor(
|
|
348
|
-
|
|
349
|
-
options?: {
|
|
350
|
-
|
|
351
|
-
[propname: string]: any,
|
|
352
|
-
bindAttr?: () => Array<any>,
|
|
353
|
-
slotDefault?: () => Array<any>,
|
|
354
|
-
|
|
355
|
-
}) { super() }
|
|
356
|
-
}
|
|
357
|
-
export class uCrumbItem<T> extends VueComponent {
|
|
358
|
-
|
|
359
|
-
constructor(
|
|
360
|
-
|
|
361
|
-
options?: {
|
|
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
|
+
|
|
13
|
+
class BaseDomEl<T> extends VueComponent {
|
|
14
|
+
constructor(
|
|
15
|
+
options?: {
|
|
16
|
+
[propname: string]: any,
|
|
17
|
+
bindAttr?: () => Array<any>,
|
|
18
|
+
slotDefault?: () => Array<any>,
|
|
19
|
+
click?: (event: any) => Array<any>,
|
|
20
|
+
}) { super() }
|
|
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{
|
|
362
57
|
|
|
363
|
-
|
|
364
|
-
bindAttr?: () => Array<any>,
|
|
365
|
-
slotDefault?: () => Array<any>,
|
|
58
|
+
constructor(
|
|
366
59
|
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
export class uDatePicker<T> extends VueComponent {
|
|
60
|
+
options?: {
|
|
370
61
|
|
|
371
|
-
|
|
62
|
+
[propname: string]: any,
|
|
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{
|
|
372
72
|
|
|
373
|
-
|
|
73
|
+
constructor(
|
|
374
74
|
|
|
375
|
-
|
|
376
|
-
bindAttr?: () => Array<any>,
|
|
377
|
-
slotDefault?: () => Array<any>,
|
|
75
|
+
options?: {
|
|
378
76
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
77
|
+
[propname: string]: any,
|
|
78
|
+
bindAttr?: () => Array<any>,
|
|
79
|
+
slotDefault?: ()=> Array<any>,
|
|
80
|
+
|
|
81
|
+
}){super()}
|
|
82
|
+
'value': any;
|
|
83
|
+
}
|
|
84
|
+
export class vanCollapseItem<T> extends VueComponent{
|
|
382
85
|
|
|
383
|
-
|
|
86
|
+
constructor(
|
|
384
87
|
|
|
385
|
-
|
|
88
|
+
options?: {
|
|
386
89
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
90
|
+
[propname: string]: any,
|
|
91
|
+
bindAttr?: () => Array<any>,
|
|
92
|
+
slotDefault?: ()=> Array<any>,
|
|
93
|
+
|
|
94
|
+
}){super()}
|
|
95
|
+
}
|
|
96
|
+
export class vanCardu<T> extends VueComponent{
|
|
390
97
|
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
export class uDivider<T> extends VueComponent {
|
|
98
|
+
constructor(
|
|
394
99
|
|
|
395
|
-
|
|
100
|
+
options?: {
|
|
396
101
|
|
|
397
|
-
|
|
102
|
+
[propname: string]: any,
|
|
103
|
+
bindAttr?: () => Array<any>,
|
|
104
|
+
slotDefault?: ()=> Array<any>,
|
|
105
|
+
slotCover?: ()=> Array<any>,
|
|
106
|
+
|
|
107
|
+
}){super()}
|
|
108
|
+
}
|
|
109
|
+
export class vanCarduGroup<T> extends VueComponent{
|
|
398
110
|
|
|
399
|
-
|
|
400
|
-
bindAttr?: () => Array<any>,
|
|
401
|
-
slotDefault?: () => Array<any>,
|
|
111
|
+
constructor(
|
|
402
112
|
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
export class uDrawer<T> extends VueComponent {
|
|
113
|
+
options?: {
|
|
406
114
|
|
|
407
|
-
|
|
115
|
+
[propname: string]: any,
|
|
116
|
+
bindAttr?: () => Array<any>,
|
|
117
|
+
slotDefault?: ()=> Array<any>,
|
|
118
|
+
slotCover?: ()=> Array<any>,
|
|
119
|
+
|
|
120
|
+
}){super()}
|
|
121
|
+
}
|
|
122
|
+
export class vanLinearLayout<T> extends VueComponent{
|
|
408
123
|
|
|
409
|
-
|
|
124
|
+
constructor(
|
|
410
125
|
|
|
411
|
-
|
|
412
|
-
bindAttr?: () => Array<any>,
|
|
413
|
-
slotDefault?: () => Array<any>,
|
|
126
|
+
options?: {
|
|
414
127
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
128
|
+
[propname: string]: any,
|
|
129
|
+
bindAttr?: () => Array<any>,
|
|
130
|
+
slotDefault?: ()=> Array<any>,
|
|
131
|
+
|
|
132
|
+
}){super()}
|
|
133
|
+
openLoading: () => any;
|
|
134
|
+
closeLoading: () => any;
|
|
135
|
+
}
|
|
136
|
+
export class vanAbsoluteLayout<T> extends VueComponent{
|
|
420
137
|
|
|
421
|
-
|
|
138
|
+
constructor(
|
|
422
139
|
|
|
423
|
-
|
|
140
|
+
options?: {
|
|
424
141
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
142
|
+
[propname: string]: any,
|
|
143
|
+
bindAttr?: () => Array<any>,
|
|
144
|
+
slotDefault?: ()=> Array<any>,
|
|
145
|
+
|
|
146
|
+
}){super()}
|
|
147
|
+
}
|
|
148
|
+
export class vanDivider<T> extends VueComponent{
|
|
428
149
|
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
export class uDropdownItem<T> extends VueComponent {
|
|
150
|
+
constructor(
|
|
432
151
|
|
|
433
|
-
|
|
152
|
+
options?: {
|
|
434
153
|
|
|
435
|
-
|
|
154
|
+
[propname: string]: any,
|
|
155
|
+
bindAttr?: () => Array<any>,
|
|
156
|
+
slotDefault?: ()=> Array<any>,
|
|
157
|
+
|
|
158
|
+
}){super()}
|
|
159
|
+
}
|
|
160
|
+
export class vanCellGroup<T> extends VueComponent{
|
|
436
161
|
|
|
437
|
-
|
|
438
|
-
bindAttr?: () => Array<any>,
|
|
439
|
-
slotDefault?: () => Array<any>,
|
|
162
|
+
constructor(
|
|
440
163
|
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
export class uFootbar<T> extends VueComponent {
|
|
164
|
+
options?: {
|
|
444
165
|
|
|
445
|
-
|
|
166
|
+
[propname: string]: any,
|
|
167
|
+
bindAttr?: () => Array<any>,
|
|
168
|
+
slotDefault?: ()=> Array<any>,
|
|
169
|
+
|
|
170
|
+
}){super()}
|
|
171
|
+
}
|
|
172
|
+
export class vanCell<T> extends VueComponent{
|
|
446
173
|
|
|
447
|
-
|
|
174
|
+
constructor(
|
|
448
175
|
|
|
449
|
-
|
|
450
|
-
bindAttr?: () => Array<any>,
|
|
451
|
-
slotDefault?: () => Array<any>,
|
|
176
|
+
options?: {
|
|
452
177
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
178
|
+
[propname: string]: any,
|
|
179
|
+
bindAttr?: () => Array<any>,
|
|
180
|
+
slotDefault?: ()=> Array<any>,
|
|
181
|
+
|
|
182
|
+
}){super()}
|
|
183
|
+
'value': any;
|
|
184
|
+
}
|
|
185
|
+
export class vanRow<T> extends VueComponent{
|
|
456
186
|
|
|
457
|
-
|
|
187
|
+
constructor(
|
|
458
188
|
|
|
459
|
-
|
|
189
|
+
options?: {
|
|
460
190
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
191
|
+
[propname: string]: any,
|
|
192
|
+
bindAttr?: () => Array<any>,
|
|
193
|
+
slotDefault?: ()=> Array<any>,
|
|
194
|
+
|
|
195
|
+
}){super()}
|
|
196
|
+
}
|
|
197
|
+
export class vanCol<T> extends VueComponent{
|
|
464
198
|
|
|
465
|
-
|
|
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 {
|
|
199
|
+
constructor(
|
|
470
200
|
|
|
471
|
-
|
|
201
|
+
options?: {
|
|
472
202
|
|
|
473
|
-
|
|
203
|
+
[propname: string]: any,
|
|
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{
|
|
474
212
|
|
|
475
|
-
|
|
476
|
-
bindAttr?: () => Array<any>,
|
|
477
|
-
slotDefault?: () => Array<any>,
|
|
213
|
+
constructor(
|
|
478
214
|
|
|
479
|
-
|
|
480
|
-
}
|
|
481
|
-
export class uFormGroup<T> extends VueComponent {
|
|
215
|
+
options?: {
|
|
482
216
|
|
|
483
|
-
|
|
217
|
+
[propname: string]: any,
|
|
218
|
+
bindAttr?: () => Array<any>,
|
|
219
|
+
slotDefault?: ()=> Array<any>,
|
|
220
|
+
|
|
221
|
+
}){super()}
|
|
222
|
+
'value': any;
|
|
223
|
+
}
|
|
224
|
+
export class vanDropdownItem<T> extends VueComponent{
|
|
484
225
|
|
|
485
|
-
|
|
226
|
+
constructor(
|
|
486
227
|
|
|
487
|
-
|
|
488
|
-
bindAttr?: () => Array<any>,
|
|
489
|
-
slotDefault?: () => Array<any>,
|
|
490
|
-
slotTitle?: () => Array<any>,
|
|
491
|
-
slotExtra?: () => Array<any>,
|
|
228
|
+
options?: {
|
|
492
229
|
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
230
|
+
[propname: string]: any,
|
|
231
|
+
bindAttr?: () => Array<any>,
|
|
232
|
+
slotDefault?: ()=> Array<any>,
|
|
233
|
+
|
|
234
|
+
}){super()}
|
|
235
|
+
'value': any;
|
|
236
|
+
}
|
|
237
|
+
export class vanDropdownItemSon<T> extends VueComponent{
|
|
496
238
|
|
|
497
|
-
|
|
239
|
+
constructor(
|
|
498
240
|
|
|
499
|
-
|
|
241
|
+
options?: {
|
|
500
242
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
243
|
+
[propname: string]: any,
|
|
244
|
+
bindAttr?: () => Array<any>,
|
|
245
|
+
slotDefault?: ()=> Array<any>,
|
|
246
|
+
|
|
247
|
+
}){super()}
|
|
248
|
+
'value': any;
|
|
249
|
+
}
|
|
250
|
+
export class vanSidebar<T> extends VueComponent{
|
|
504
251
|
|
|
505
|
-
|
|
506
|
-
}
|
|
507
|
-
export class uFormTableViewColumn<T> extends VueComponent {
|
|
252
|
+
constructor(
|
|
508
253
|
|
|
509
|
-
|
|
254
|
+
options?: {
|
|
510
255
|
|
|
511
|
-
|
|
256
|
+
[propname: string]: any,
|
|
257
|
+
bindAttr?: () => Array<any>,
|
|
258
|
+
slotDefault?: ()=> Array<any>,
|
|
259
|
+
|
|
260
|
+
}){super()}
|
|
261
|
+
'value': any;
|
|
262
|
+
}
|
|
263
|
+
export class vanSidebarItem<T> extends VueComponent{
|
|
512
264
|
|
|
513
|
-
|
|
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>,
|
|
265
|
+
constructor(
|
|
519
266
|
|
|
520
|
-
|
|
521
|
-
}
|
|
522
|
-
export class uGallery<T> extends VueComponent {
|
|
267
|
+
options?: {
|
|
523
268
|
|
|
524
|
-
|
|
269
|
+
[propname: string]: any,
|
|
270
|
+
bindAttr?: () => Array<any>,
|
|
271
|
+
slotDefault?: ()=> Array<any>,
|
|
272
|
+
|
|
273
|
+
}){super()}
|
|
274
|
+
'value': any;
|
|
275
|
+
'badgemax': nasl.core.Long;
|
|
276
|
+
}
|
|
277
|
+
export class vanTabbar<T> extends VueComponent{
|
|
525
278
|
|
|
526
|
-
|
|
279
|
+
constructor(
|
|
527
280
|
|
|
528
|
-
|
|
529
|
-
bindAttr?: () => Array<any>,
|
|
530
|
-
slotDefault?: () => Array<any>,
|
|
281
|
+
options?: {
|
|
531
282
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
283
|
+
[propname: string]: any,
|
|
284
|
+
bindAttr?: () => Array<any>,
|
|
285
|
+
slotDefault?: ()=> Array<any>,
|
|
286
|
+
|
|
287
|
+
}){super()}
|
|
288
|
+
'value': any;
|
|
289
|
+
}
|
|
290
|
+
export class vanTabbarItem<T> extends VueComponent{
|
|
535
291
|
|
|
536
|
-
|
|
292
|
+
constructor(
|
|
537
293
|
|
|
538
|
-
|
|
294
|
+
options?: {
|
|
539
295
|
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
296
|
+
[propname: string]: any,
|
|
297
|
+
bindAttr?: () => Array<any>,
|
|
298
|
+
slotDefault?: ()=> Array<any>,
|
|
299
|
+
|
|
300
|
+
}){super()}
|
|
301
|
+
'badgemax': nasl.core.Long;
|
|
302
|
+
}
|
|
303
|
+
export class vanButton<T> extends VueComponent{
|
|
543
304
|
|
|
544
|
-
|
|
545
|
-
}
|
|
546
|
-
export class uGridLayoutRow<T> extends VueComponent {
|
|
305
|
+
constructor(
|
|
547
306
|
|
|
548
|
-
|
|
307
|
+
options?: {
|
|
549
308
|
|
|
550
|
-
|
|
309
|
+
[propname: string]: any,
|
|
310
|
+
bindAttr?: () => Array<any>,
|
|
311
|
+
slotDefault?: ()=> Array<any>,
|
|
312
|
+
|
|
313
|
+
}){super()}
|
|
314
|
+
}
|
|
315
|
+
export class vanImage<T> extends VueComponent{
|
|
551
316
|
|
|
552
|
-
|
|
553
|
-
bindAttr?: () => Array<any>,
|
|
554
|
-
slotDefault?: () => Array<any>,
|
|
317
|
+
constructor(
|
|
555
318
|
|
|
556
|
-
|
|
557
|
-
}
|
|
558
|
-
export class uGridLayoutColumn<T> extends VueComponent {
|
|
319
|
+
options?: {
|
|
559
320
|
|
|
560
|
-
|
|
321
|
+
[propname: string]: any,
|
|
322
|
+
bindAttr?: () => Array<any>,
|
|
323
|
+
slotDefault?: ()=> Array<any>,
|
|
324
|
+
|
|
325
|
+
}){super()}
|
|
326
|
+
}
|
|
327
|
+
export class vanSwipe<T> extends VueComponent{
|
|
561
328
|
|
|
562
|
-
|
|
329
|
+
constructor(
|
|
563
330
|
|
|
564
|
-
|
|
565
|
-
bindAttr?: () => Array<any>,
|
|
566
|
-
slotDefault?: () => Array<any>,
|
|
331
|
+
options?: {
|
|
567
332
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
333
|
+
[propname: string]: any,
|
|
334
|
+
bindAttr?: () => Array<any>,
|
|
335
|
+
slotDefault?: ()=> Array<any>,
|
|
336
|
+
|
|
337
|
+
}){super()}
|
|
338
|
+
'duration': nasl.core.Long;
|
|
339
|
+
}
|
|
340
|
+
export class vanSwipeItem<T> extends VueComponent{
|
|
571
341
|
|
|
572
|
-
|
|
342
|
+
constructor(
|
|
573
343
|
|
|
574
|
-
|
|
344
|
+
options?: {
|
|
575
345
|
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
346
|
+
[propname: string]: any,
|
|
347
|
+
bindAttr?: () => Array<any>,
|
|
348
|
+
slotDefault?: ()=> Array<any>,
|
|
349
|
+
|
|
350
|
+
}){super()}
|
|
351
|
+
}
|
|
352
|
+
export class vanTabs<T> extends VueComponent{
|
|
580
353
|
|
|
581
|
-
|
|
582
|
-
load: () => any;
|
|
583
|
-
reload: () => any;
|
|
584
|
-
}
|
|
585
|
-
export class uIframe<T> extends VueComponent {
|
|
354
|
+
constructor(
|
|
586
355
|
|
|
587
|
-
|
|
356
|
+
options?: {
|
|
588
357
|
|
|
589
|
-
|
|
358
|
+
[propname: string]: any,
|
|
359
|
+
bindAttr?: () => Array<any>,
|
|
360
|
+
slotDefault?: ()=> Array<any>,
|
|
361
|
+
|
|
362
|
+
}){super()}
|
|
363
|
+
'value': any;
|
|
364
|
+
}
|
|
365
|
+
export class vanTab<T> extends VueComponent{
|
|
590
366
|
|
|
591
|
-
|
|
592
|
-
bindAttr?: () => Array<any>,
|
|
593
|
-
slotDefault?: () => Array<any>,
|
|
367
|
+
constructor(
|
|
594
368
|
|
|
595
|
-
|
|
596
|
-
}
|
|
597
|
-
export class uImage<T> extends VueComponent {
|
|
369
|
+
options?: {
|
|
598
370
|
|
|
599
|
-
|
|
371
|
+
[propname: string]: any,
|
|
372
|
+
bindAttr?: () => Array<any>,
|
|
373
|
+
slotDefault?: ()=> Array<any>,
|
|
374
|
+
|
|
375
|
+
}){super()}
|
|
376
|
+
'badgemax': nasl.core.Long;
|
|
377
|
+
}
|
|
378
|
+
export class vanText<T> extends VueComponent{
|
|
600
379
|
|
|
601
|
-
|
|
380
|
+
constructor(
|
|
602
381
|
|
|
603
|
-
|
|
604
|
-
bindAttr?: () => Array<any>,
|
|
605
|
-
slotDefault?: () => Array<any>,
|
|
382
|
+
options?: {
|
|
606
383
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
384
|
+
[propname: string]: any,
|
|
385
|
+
bindAttr?: () => Array<any>,
|
|
386
|
+
slotDefault?: ()=> Array<any>,
|
|
387
|
+
|
|
388
|
+
}){super()}
|
|
389
|
+
}
|
|
390
|
+
export class vanLink<T> extends VueComponent{
|
|
610
391
|
|
|
611
|
-
|
|
392
|
+
constructor(
|
|
612
393
|
|
|
613
|
-
|
|
394
|
+
options?: {
|
|
614
395
|
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
396
|
+
[propname: string]: any,
|
|
397
|
+
bindAttr?: () => Array<any>,
|
|
398
|
+
slotDefault?: ()=> Array<any>,
|
|
399
|
+
|
|
400
|
+
}){super()}
|
|
401
|
+
}
|
|
402
|
+
export class vanBadge<T> extends VueComponent{
|
|
618
403
|
|
|
619
|
-
|
|
620
|
-
}
|
|
621
|
-
export class uInfoListItem<T> extends VueComponent {
|
|
404
|
+
constructor(
|
|
622
405
|
|
|
623
|
-
|
|
406
|
+
options?: {
|
|
624
407
|
|
|
625
|
-
|
|
408
|
+
[propname: string]: any,
|
|
409
|
+
bindAttr?: () => Array<any>,
|
|
410
|
+
slotDefault?: ()=> Array<any>,
|
|
411
|
+
|
|
412
|
+
}){super()}
|
|
413
|
+
'max': nasl.core.Long;
|
|
414
|
+
}
|
|
415
|
+
export class vanNoticeBar<T> extends VueComponent{
|
|
626
416
|
|
|
627
|
-
|
|
628
|
-
bindAttr?: () => Array<any>,
|
|
629
|
-
slotDefault?: () => Array<any>,
|
|
630
|
-
slotLabel?: () => Array<any>,
|
|
417
|
+
constructor(
|
|
631
418
|
|
|
632
|
-
|
|
633
|
-
}
|
|
634
|
-
export class uInfoListGroup<T> extends VueComponent {
|
|
419
|
+
options?: {
|
|
635
420
|
|
|
636
|
-
|
|
421
|
+
[propname: string]: any,
|
|
422
|
+
bindAttr?: () => Array<any>,
|
|
423
|
+
slotDefault?: ()=> Array<any>,
|
|
424
|
+
|
|
425
|
+
}){super()}
|
|
426
|
+
}
|
|
427
|
+
export class vanSteps<T> extends VueComponent{
|
|
637
428
|
|
|
638
|
-
|
|
429
|
+
constructor(
|
|
639
430
|
|
|
640
|
-
|
|
641
|
-
bindAttr?: () => Array<any>,
|
|
642
|
-
slotDefault?: () => Array<any>,
|
|
643
|
-
slotTitle?: () => Array<any>,
|
|
644
|
-
slotExtra?: () => Array<any>,
|
|
431
|
+
options?: {
|
|
645
432
|
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
433
|
+
[propname: string]: any,
|
|
434
|
+
bindAttr?: () => Array<any>,
|
|
435
|
+
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
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{
|
|
649
443
|
|
|
650
|
-
|
|
444
|
+
constructor(
|
|
651
445
|
|
|
652
|
-
|
|
446
|
+
options?: {
|
|
653
447
|
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
448
|
+
[propname: string]: any,
|
|
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{
|
|
657
472
|
|
|
658
|
-
|
|
659
|
-
focus: () => any;
|
|
660
|
-
blur: () => any;
|
|
661
|
-
clear: () => any;
|
|
662
|
-
}
|
|
663
|
-
export class uLabel<T> extends VueComponent {
|
|
473
|
+
constructor(
|
|
664
474
|
|
|
665
|
-
|
|
475
|
+
options?: {
|
|
666
476
|
|
|
667
|
-
|
|
477
|
+
[propname: string]: any,
|
|
478
|
+
bindAttr?: () => Array<any>,
|
|
479
|
+
slotDefault?: ()=> Array<any>,
|
|
480
|
+
|
|
481
|
+
}){super()}
|
|
482
|
+
}
|
|
483
|
+
export class vanTag<T> extends VueComponent{
|
|
668
484
|
|
|
669
|
-
|
|
670
|
-
bindAttr?: () => Array<any>,
|
|
671
|
-
slotDefault?: () => Array<any>,
|
|
485
|
+
constructor(
|
|
672
486
|
|
|
673
|
-
|
|
674
|
-
}
|
|
675
|
-
export class uLinearLayout<T> extends VueComponent {
|
|
487
|
+
options?: {
|
|
676
488
|
|
|
677
|
-
|
|
489
|
+
[propname: string]: any,
|
|
490
|
+
bindAttr?: () => Array<any>,
|
|
491
|
+
slotDefault?: ()=> Array<any>,
|
|
492
|
+
|
|
493
|
+
}){super()}
|
|
494
|
+
}
|
|
495
|
+
export class vanCircle<T> extends VueComponent{
|
|
678
496
|
|
|
679
|
-
|
|
497
|
+
constructor(
|
|
680
498
|
|
|
681
|
-
|
|
682
|
-
bindAttr?: () => Array<any>,
|
|
683
|
-
slotDefault?: () => Array<any>,
|
|
499
|
+
options?: {
|
|
684
500
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
501
|
+
[propname: string]: any,
|
|
502
|
+
bindAttr?: () => Array<any>,
|
|
503
|
+
slotDefault?: ()=> Array<any>,
|
|
504
|
+
|
|
505
|
+
}){super()}
|
|
506
|
+
'value': any;
|
|
507
|
+
}
|
|
508
|
+
export class vanProgress<T> extends VueComponent{
|
|
690
509
|
|
|
691
|
-
|
|
510
|
+
constructor(
|
|
692
511
|
|
|
693
|
-
|
|
512
|
+
options?: {
|
|
694
513
|
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
514
|
+
[propname: string]: any,
|
|
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{
|
|
698
523
|
|
|
699
|
-
|
|
700
|
-
}
|
|
701
|
-
export class uLink<T> extends VueComponent {
|
|
524
|
+
constructor(
|
|
702
525
|
|
|
703
|
-
|
|
526
|
+
options?: {
|
|
704
527
|
|
|
705
|
-
|
|
528
|
+
[propname: string]: any,
|
|
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{
|
|
706
559
|
|
|
707
|
-
|
|
708
|
-
bindAttr?: () => Array<any>,
|
|
709
|
-
slotDefault?: () => Array<any>,
|
|
560
|
+
constructor(
|
|
710
561
|
|
|
711
|
-
|
|
712
|
-
}
|
|
713
|
-
export class uListComponents<T> extends VueComponent {
|
|
562
|
+
options?: {
|
|
714
563
|
|
|
715
|
-
|
|
564
|
+
[propname: string]: any,
|
|
565
|
+
bindAttr?: () => Array<any>,
|
|
566
|
+
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
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{
|
|
716
593
|
|
|
717
|
-
|
|
594
|
+
constructor(
|
|
718
595
|
|
|
719
|
-
|
|
720
|
-
bindAttr?: () => Array<any>,
|
|
721
|
-
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
596
|
+
options?: {
|
|
722
597
|
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
598
|
+
[propname: string]: any,
|
|
599
|
+
bindAttr?: () => Array<any>,
|
|
600
|
+
slotDefault?: ()=> Array<any>,
|
|
601
|
+
|
|
602
|
+
}){super()}
|
|
603
|
+
'data-source': Array<T>;
|
|
604
|
+
}
|
|
605
|
+
export class vanForm<T> extends VueComponent{
|
|
726
606
|
|
|
727
|
-
|
|
607
|
+
constructor(
|
|
728
608
|
|
|
729
|
-
|
|
609
|
+
options?: {
|
|
730
610
|
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
611
|
+
[propname: string]: any,
|
|
612
|
+
bindAttr?: () => Array<any>,
|
|
613
|
+
slotDefault?: ()=> Array<any>,
|
|
614
|
+
|
|
615
|
+
}){super()}
|
|
616
|
+
validate: () => any;
|
|
617
|
+
}
|
|
618
|
+
export class vanField<T> extends VueComponent{
|
|
735
619
|
|
|
736
|
-
|
|
737
|
-
load: () => any;
|
|
738
|
-
reload: () => any;
|
|
739
|
-
}
|
|
740
|
-
export class uModal<T> extends VueComponent {
|
|
620
|
+
constructor(
|
|
741
621
|
|
|
742
|
-
|
|
622
|
+
options?: {
|
|
743
623
|
|
|
744
|
-
|
|
624
|
+
[propname: string]: any,
|
|
625
|
+
bindAttr?: () => Array<any>,
|
|
626
|
+
slotInput?: ()=> Array<any>,
|
|
627
|
+
|
|
628
|
+
}){super()}
|
|
629
|
+
'value': any;
|
|
630
|
+
}
|
|
631
|
+
export class vanFieldinput<T> extends VueComponent{
|
|
745
632
|
|
|
746
|
-
|
|
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>,
|
|
633
|
+
constructor(
|
|
754
634
|
|
|
755
|
-
|
|
756
|
-
open: () => any;
|
|
757
|
-
close: () => any;
|
|
758
|
-
ok: () => any;
|
|
759
|
-
cancel: () => any;
|
|
760
|
-
}
|
|
761
|
-
export class uMultiLayout<T> extends VueComponent {
|
|
635
|
+
options?: {
|
|
762
636
|
|
|
763
|
-
|
|
637
|
+
[propname: string]: any,
|
|
638
|
+
bindAttr?: () => Array<any>,
|
|
639
|
+
|
|
640
|
+
}){super()}
|
|
641
|
+
'value': any;
|
|
642
|
+
'maxlength': nasl.core.Long;
|
|
643
|
+
focus: () => any;
|
|
644
|
+
blur: () => any;
|
|
645
|
+
clear: () => any;
|
|
646
|
+
}
|
|
647
|
+
export class vanFieldtextarea<T> extends VueComponent{
|
|
764
648
|
|
|
765
|
-
|
|
649
|
+
constructor(
|
|
766
650
|
|
|
767
|
-
|
|
768
|
-
bindAttr?: () => Array<any>,
|
|
769
|
-
slotDefault?: () => Array<any>,
|
|
651
|
+
options?: {
|
|
770
652
|
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
653
|
+
[propname: string]: any,
|
|
654
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
774
664
|
|
|
775
|
-
|
|
665
|
+
constructor(
|
|
776
666
|
|
|
777
|
-
|
|
667
|
+
options?: {
|
|
778
668
|
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
669
|
+
[propname: string]: any,
|
|
670
|
+
bindAttr?: () => Array<any>,
|
|
671
|
+
slotDefault?: ()=> Array<any>,
|
|
672
|
+
|
|
673
|
+
}){super()}
|
|
674
|
+
'value': any;
|
|
675
|
+
}
|
|
676
|
+
export class vanRadioGroup<T> extends VueComponent{
|
|
782
677
|
|
|
783
|
-
|
|
784
|
-
}
|
|
785
|
-
export class uNavbar<T> extends VueComponent {
|
|
678
|
+
constructor(
|
|
786
679
|
|
|
787
|
-
|
|
680
|
+
options?: {
|
|
788
681
|
|
|
789
|
-
|
|
682
|
+
[propname: string]: any,
|
|
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{
|
|
790
693
|
|
|
791
|
-
|
|
792
|
-
bindAttr?: () => Array<any>,
|
|
793
|
-
slotDefault?: () => Array<any>,
|
|
794
|
-
slotLeft?: () => Array<any>,
|
|
795
|
-
slotRight?: () => Array<any>,
|
|
694
|
+
constructor(
|
|
796
695
|
|
|
797
|
-
|
|
798
|
-
}
|
|
799
|
-
export class uNavbarItem<T> extends VueComponent {
|
|
696
|
+
options?: {
|
|
800
697
|
|
|
801
|
-
|
|
698
|
+
[propname: string]: any,
|
|
699
|
+
bindAttr?: () => Array<any>,
|
|
700
|
+
slotDefault?: ()=> Array<any>,
|
|
701
|
+
|
|
702
|
+
}){super()}
|
|
703
|
+
}
|
|
704
|
+
export class vanSwitch<T> extends VueComponent{
|
|
802
705
|
|
|
803
|
-
|
|
706
|
+
constructor(
|
|
804
707
|
|
|
805
|
-
|
|
806
|
-
bindAttr?: () => Array<any>,
|
|
807
|
-
slotDefault?: () => Array<any>,
|
|
708
|
+
options?: {
|
|
808
709
|
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
710
|
+
[propname: string]: any,
|
|
711
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
812
736
|
|
|
813
|
-
|
|
737
|
+
constructor(
|
|
814
738
|
|
|
815
|
-
|
|
739
|
+
options?: {
|
|
816
740
|
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
741
|
+
[propname: string]: any,
|
|
742
|
+
bindAttr?: () => Array<any>,
|
|
743
|
+
slotDefault?: ()=> Array<any>,
|
|
744
|
+
|
|
745
|
+
}){super()}
|
|
746
|
+
'value': any;
|
|
747
|
+
}
|
|
748
|
+
export class vanStepper<T> extends VueComponent{
|
|
820
749
|
|
|
821
|
-
|
|
822
|
-
}
|
|
823
|
-
export class uNavbarDropdown<T> extends VueComponent {
|
|
750
|
+
constructor(
|
|
824
751
|
|
|
825
|
-
|
|
752
|
+
options?: {
|
|
826
753
|
|
|
827
|
-
|
|
754
|
+
[propname: string]: any,
|
|
755
|
+
bindAttr?: () => Array<any>,
|
|
756
|
+
slotDefault?: ()=> Array<any>,
|
|
757
|
+
|
|
758
|
+
}){super()}
|
|
759
|
+
'value': any;
|
|
760
|
+
}
|
|
761
|
+
export class vanStepperNew<T> extends VueComponent{
|
|
828
762
|
|
|
829
|
-
|
|
830
|
-
bindAttr?: () => Array<any>,
|
|
831
|
-
slotDefault?: () => Array<any>,
|
|
763
|
+
constructor(
|
|
832
764
|
|
|
833
|
-
|
|
834
|
-
}
|
|
835
|
-
export class uNavbarMenu<T> extends VueComponent {
|
|
765
|
+
options?: {
|
|
836
766
|
|
|
837
|
-
|
|
767
|
+
[propname: string]: any,
|
|
768
|
+
bindAttr?: () => Array<any>,
|
|
769
|
+
slotDefault?: ()=> Array<any>,
|
|
770
|
+
|
|
771
|
+
}){super()}
|
|
772
|
+
'value': any;
|
|
773
|
+
}
|
|
774
|
+
export class vanRate<T> extends VueComponent{
|
|
838
775
|
|
|
839
|
-
|
|
776
|
+
constructor(
|
|
840
777
|
|
|
841
|
-
|
|
842
|
-
bindAttr?: () => Array<any>,
|
|
843
|
-
slotDefault?: () => Array<any>,
|
|
778
|
+
options?: {
|
|
844
779
|
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
780
|
+
[propname: string]: any,
|
|
781
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
848
805
|
|
|
849
|
-
|
|
806
|
+
constructor(
|
|
850
807
|
|
|
851
|
-
|
|
808
|
+
options?: {
|
|
852
809
|
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
810
|
+
[propname: string]: any,
|
|
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{
|
|
856
842
|
|
|
857
|
-
|
|
858
|
-
}
|
|
859
|
-
export class uNavbarMenuItem<T> extends VueComponent {
|
|
843
|
+
constructor(
|
|
860
844
|
|
|
861
|
-
|
|
845
|
+
options?: {
|
|
862
846
|
|
|
863
|
-
|
|
847
|
+
[propname: string]: any,
|
|
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{
|
|
864
857
|
|
|
865
|
-
|
|
866
|
-
bindAttr?: () => Array<any>,
|
|
867
|
-
slotDefault?: () => Array<any>,
|
|
858
|
+
constructor(
|
|
868
859
|
|
|
869
|
-
|
|
870
|
-
}
|
|
871
|
-
export class uNavbarMenuDivider<T> extends VueComponent {
|
|
860
|
+
options?: {
|
|
872
861
|
|
|
873
|
-
|
|
862
|
+
[propname: string]: any,
|
|
863
|
+
bindAttr?: () => Array<any>,
|
|
864
|
+
slotDefault?: ()=> Array<any>,
|
|
865
|
+
|
|
866
|
+
}){super()}
|
|
867
|
+
'value': any;
|
|
868
|
+
'data-source': Array<T>;
|
|
869
|
+
}
|
|
870
|
+
export class vanDatetimePicker<T> extends VueComponent{
|
|
874
871
|
|
|
875
|
-
|
|
872
|
+
constructor(
|
|
876
873
|
|
|
877
|
-
|
|
878
|
-
bindAttr?: () => Array<any>,
|
|
879
|
-
slotDefault?: () => Array<any>,
|
|
874
|
+
options?: {
|
|
880
875
|
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
876
|
+
[propname: string]: any,
|
|
877
|
+
bindAttr?: () => Array<any>,
|
|
878
|
+
slotDefault?: ()=> Array<any>,
|
|
879
|
+
|
|
880
|
+
}){super()}
|
|
881
|
+
'value': any;
|
|
882
|
+
open: () => any;
|
|
883
|
+
close: () => any;
|
|
884
|
+
}
|
|
885
|
+
export class vanCalendar<T> extends VueComponent{
|
|
884
886
|
|
|
885
|
-
|
|
887
|
+
constructor(
|
|
886
888
|
|
|
887
|
-
|
|
889
|
+
options?: {
|
|
888
890
|
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
891
|
+
[propname: string]: any,
|
|
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{
|
|
892
900
|
|
|
893
|
-
|
|
894
|
-
}
|
|
895
|
-
export class uNavbarSelectGroup<T> extends VueComponent {
|
|
901
|
+
constructor(
|
|
896
902
|
|
|
897
|
-
|
|
903
|
+
options?: {
|
|
898
904
|
|
|
899
|
-
|
|
905
|
+
[propname: string]: any,
|
|
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{
|
|
900
915
|
|
|
901
|
-
|
|
902
|
-
bindAttr?: () => Array<any>,
|
|
903
|
-
slotDefault?: () => Array<any>,
|
|
916
|
+
constructor(
|
|
904
917
|
|
|
905
|
-
|
|
906
|
-
}
|
|
907
|
-
export class uNavbarSelectItem<T> extends VueComponent {
|
|
918
|
+
options?: {
|
|
908
919
|
|
|
909
|
-
|
|
920
|
+
[propname: string]: any,
|
|
921
|
+
bindAttr?: () => Array<any>,
|
|
922
|
+
slotDefault?: ()=> Array<any>,
|
|
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{
|
|
910
946
|
|
|
911
|
-
|
|
947
|
+
constructor(
|
|
912
948
|
|
|
913
|
-
|
|
914
|
-
bindAttr?: () => Array<any>,
|
|
915
|
-
slotDefault?: () => Array<any>,
|
|
949
|
+
options?: {
|
|
916
950
|
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
951
|
+
[propname: string]: any,
|
|
952
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
920
978
|
|
|
921
|
-
|
|
979
|
+
constructor(
|
|
922
980
|
|
|
923
|
-
|
|
981
|
+
options?: {
|
|
924
982
|
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
983
|
+
[propname: string]: any,
|
|
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{
|
|
928
992
|
|
|
929
|
-
|
|
930
|
-
}
|
|
931
|
-
export class uNavbarMulti<T> extends VueComponent {
|
|
993
|
+
constructor(
|
|
932
994
|
|
|
933
|
-
|
|
995
|
+
options?: {
|
|
934
996
|
|
|
935
|
-
|
|
997
|
+
[propname: string]: any,
|
|
998
|
+
bindAttr?: () => Array<any>,
|
|
999
|
+
slotDefault?: ()=> Array<any>,
|
|
1000
|
+
|
|
1001
|
+
}){super()}
|
|
1002
|
+
}
|
|
1003
|
+
export class uGridLayout<T> extends VueComponent{
|
|
936
1004
|
|
|
937
|
-
|
|
938
|
-
bindAttr?: () => Array<any>,
|
|
939
|
-
slotDefault?: () => Array<any>,
|
|
1005
|
+
constructor(
|
|
940
1006
|
|
|
941
|
-
|
|
942
|
-
}
|
|
943
|
-
export class uNavbarItemMulti<T> extends VueComponent {
|
|
1007
|
+
options?: {
|
|
944
1008
|
|
|
945
|
-
|
|
1009
|
+
[propname: string]: any,
|
|
1010
|
+
bindAttr?: () => Array<any>,
|
|
1011
|
+
slotDefault?: ()=> Array<any>,
|
|
1012
|
+
|
|
1013
|
+
}){super()}
|
|
1014
|
+
}
|
|
1015
|
+
export class uGridLayoutRow<T> extends VueComponent{
|
|
946
1016
|
|
|
947
|
-
|
|
1017
|
+
constructor(
|
|
948
1018
|
|
|
949
|
-
|
|
950
|
-
bindAttr?: () => Array<any>,
|
|
951
|
-
slotDefault?: () => Array<any>,
|
|
1019
|
+
options?: {
|
|
952
1020
|
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
1021
|
+
[propname: string]: any,
|
|
1022
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
956
1050
|
|
|
957
|
-
|
|
1051
|
+
constructor(
|
|
958
1052
|
|
|
959
|
-
|
|
1053
|
+
options?: {
|
|
960
1054
|
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
1055
|
+
[propname: string]: any,
|
|
1056
|
+
bindAttr?: () => Array<any>,
|
|
1057
|
+
slotDefault?: ()=> Array<any>,
|
|
1058
|
+
|
|
1059
|
+
}){super()}
|
|
1060
|
+
}
|
|
1061
|
+
export class uMultiLayoutItem<T> extends VueComponent{
|
|
964
1062
|
|
|
965
|
-
|
|
966
|
-
}
|
|
967
|
-
export class uNavbarDropdownMulti<T> extends VueComponent {
|
|
1063
|
+
constructor(
|
|
968
1064
|
|
|
969
|
-
|
|
1065
|
+
options?: {
|
|
970
1066
|
|
|
971
|
-
|
|
1067
|
+
[propname: string]: any,
|
|
1068
|
+
bindAttr?: () => Array<any>,
|
|
1069
|
+
slotDefault?: ()=> Array<any>,
|
|
1070
|
+
|
|
1071
|
+
}){super()}
|
|
1072
|
+
}
|
|
1073
|
+
export class uCrumb<T> extends VueComponent{
|
|
972
1074
|
|
|
973
|
-
|
|
974
|
-
bindAttr?: () => Array<any>,
|
|
975
|
-
slotDefault?: () => Array<any>,
|
|
1075
|
+
constructor(
|
|
976
1076
|
|
|
977
|
-
|
|
978
|
-
}
|
|
979
|
-
export class uNavbarMenuMulti<T> extends VueComponent {
|
|
1077
|
+
options?: {
|
|
980
1078
|
|
|
981
|
-
|
|
1079
|
+
[propname: string]: any,
|
|
1080
|
+
bindAttr?: () => Array<any>,
|
|
1081
|
+
slotDefault?: ()=> Array<any>,
|
|
1082
|
+
|
|
1083
|
+
}){super()}
|
|
1084
|
+
}
|
|
1085
|
+
export class uCrumbItem<T> extends VueComponent{
|
|
982
1086
|
|
|
983
|
-
|
|
1087
|
+
constructor(
|
|
984
1088
|
|
|
985
|
-
|
|
986
|
-
bindAttr?: () => Array<any>,
|
|
987
|
-
slotDefault?: () => Array<any>,
|
|
1089
|
+
options?: {
|
|
988
1090
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
1091
|
+
[propname: string]: any,
|
|
1092
|
+
bindAttr?: () => Array<any>,
|
|
1093
|
+
slotDefault?: ()=> Array<any>,
|
|
1094
|
+
|
|
1095
|
+
}){super()}
|
|
1096
|
+
}
|
|
1097
|
+
export class uSidebar<T> extends VueComponent{
|
|
992
1098
|
|
|
993
|
-
|
|
1099
|
+
constructor(
|
|
994
1100
|
|
|
995
|
-
|
|
1101
|
+
options?: {
|
|
996
1102
|
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1103
|
+
[propname: string]: any,
|
|
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{
|
|
1000
1113
|
|
|
1001
|
-
|
|
1002
|
-
}
|
|
1003
|
-
export class uNavbarMenuItemMulti<T> extends VueComponent {
|
|
1114
|
+
constructor(
|
|
1004
1115
|
|
|
1005
|
-
|
|
1116
|
+
options?: {
|
|
1006
1117
|
|
|
1007
|
-
|
|
1118
|
+
[propname: string]: any,
|
|
1119
|
+
bindAttr?: () => Array<any>,
|
|
1120
|
+
slotDefault?: ()=> Array<any>,
|
|
1121
|
+
|
|
1122
|
+
}){super()}
|
|
1123
|
+
'value': any;
|
|
1124
|
+
}
|
|
1125
|
+
export class uSidebarGroup<T> extends VueComponent{
|
|
1008
1126
|
|
|
1009
|
-
|
|
1010
|
-
bindAttr?: () => Array<any>,
|
|
1011
|
-
slotDefault?: () => Array<any>,
|
|
1127
|
+
constructor(
|
|
1012
1128
|
|
|
1013
|
-
|
|
1014
|
-
}
|
|
1015
|
-
export class uNavbarMenuDividerMulti<T> extends VueComponent {
|
|
1129
|
+
options?: {
|
|
1016
1130
|
|
|
1017
|
-
|
|
1131
|
+
[propname: string]: any,
|
|
1132
|
+
bindAttr?: () => Array<any>,
|
|
1133
|
+
slotDefault?: ()=> Array<any>,
|
|
1134
|
+
slotTitle?: ()=> Array<any>,
|
|
1135
|
+
slotExtra?: ()=> Array<any>,
|
|
1136
|
+
|
|
1137
|
+
}){super()}
|
|
1138
|
+
}
|
|
1139
|
+
export class uSidebarDivider<T> extends VueComponent{
|
|
1018
1140
|
|
|
1019
|
-
|
|
1141
|
+
constructor(
|
|
1020
1142
|
|
|
1021
|
-
|
|
1022
|
-
bindAttr?: () => Array<any>,
|
|
1023
|
-
slotDefault?: () => Array<any>,
|
|
1143
|
+
options?: {
|
|
1024
1144
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1145
|
+
[propname: string]: any,
|
|
1146
|
+
bindAttr?: () => Array<any>,
|
|
1147
|
+
slotDefault?: ()=> Array<any>,
|
|
1148
|
+
|
|
1149
|
+
}){super()}
|
|
1150
|
+
}
|
|
1151
|
+
export class uNavbarMulti<T> extends VueComponent{
|
|
1028
1152
|
|
|
1029
|
-
|
|
1153
|
+
constructor(
|
|
1030
1154
|
|
|
1031
|
-
|
|
1155
|
+
options?: {
|
|
1032
1156
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1157
|
+
[propname: string]: any,
|
|
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{
|
|
1036
1166
|
|
|
1037
|
-
|
|
1038
|
-
}
|
|
1039
|
-
export class uNavbarSelectGroupMulti<T> extends VueComponent {
|
|
1167
|
+
constructor(
|
|
1040
1168
|
|
|
1041
|
-
|
|
1169
|
+
options?: {
|
|
1042
1170
|
|
|
1043
|
-
|
|
1171
|
+
[propname: string]: any,
|
|
1172
|
+
bindAttr?: () => Array<any>,
|
|
1173
|
+
slotDefault?: ()=> Array<any>,
|
|
1174
|
+
|
|
1175
|
+
}){super()}
|
|
1176
|
+
'value': any;
|
|
1177
|
+
}
|
|
1178
|
+
export class uNavbarDividerMulti<T> extends VueComponent{
|
|
1044
1179
|
|
|
1045
|
-
|
|
1046
|
-
bindAttr?: () => Array<any>,
|
|
1047
|
-
slotDefault?: () => Array<any>,
|
|
1180
|
+
constructor(
|
|
1048
1181
|
|
|
1049
|
-
|
|
1050
|
-
}
|
|
1051
|
-
export class uNavbarSelectItemMulti<T> extends VueComponent {
|
|
1182
|
+
options?: {
|
|
1052
1183
|
|
|
1053
|
-
|
|
1184
|
+
[propname: string]: any,
|
|
1185
|
+
bindAttr?: () => Array<any>,
|
|
1186
|
+
slotDefault?: ()=> Array<any>,
|
|
1187
|
+
|
|
1188
|
+
}){super()}
|
|
1189
|
+
}
|
|
1190
|
+
export class uNavbarDropdownMulti<T> extends VueComponent{
|
|
1054
1191
|
|
|
1055
|
-
|
|
1192
|
+
constructor(
|
|
1056
1193
|
|
|
1057
|
-
|
|
1058
|
-
bindAttr?: () => Array<any>,
|
|
1059
|
-
slotDefault?: () => Array<any>,
|
|
1194
|
+
options?: {
|
|
1060
1195
|
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1196
|
+
[propname: string]: any,
|
|
1197
|
+
bindAttr?: () => Array<any>,
|
|
1198
|
+
slotDefault?: ()=> Array<any>,
|
|
1199
|
+
|
|
1200
|
+
}){super()}
|
|
1201
|
+
}
|
|
1202
|
+
export class uNavbarMenuMulti<T> extends VueComponent{
|
|
1064
1203
|
|
|
1065
|
-
|
|
1204
|
+
constructor(
|
|
1066
1205
|
|
|
1067
|
-
|
|
1206
|
+
options?: {
|
|
1068
1207
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1208
|
+
[propname: string]: any,
|
|
1209
|
+
bindAttr?: () => Array<any>,
|
|
1210
|
+
slotDefault?: ()=> Array<any>,
|
|
1211
|
+
|
|
1212
|
+
}){super()}
|
|
1213
|
+
}
|
|
1214
|
+
export class uNavbarMenuGroupMulti<T> extends VueComponent{
|
|
1072
1215
|
|
|
1073
|
-
|
|
1074
|
-
}
|
|
1075
|
-
export class uNumberInput<T> extends VueComponent {
|
|
1216
|
+
constructor(
|
|
1076
1217
|
|
|
1077
|
-
|
|
1218
|
+
options?: {
|
|
1078
1219
|
|
|
1079
|
-
|
|
1220
|
+
[propname: string]: any,
|
|
1221
|
+
bindAttr?: () => Array<any>,
|
|
1222
|
+
slotDefault?: ()=> Array<any>,
|
|
1223
|
+
|
|
1224
|
+
}){super()}
|
|
1225
|
+
}
|
|
1226
|
+
export class uNavbarMenuItemMulti<T> extends VueComponent{
|
|
1080
1227
|
|
|
1081
|
-
|
|
1082
|
-
bindAttr?: () => Array<any>,
|
|
1083
|
-
slotDefault?: () => Array<any>,
|
|
1228
|
+
constructor(
|
|
1084
1229
|
|
|
1085
|
-
|
|
1086
|
-
}
|
|
1087
|
-
export class uPagination<T> extends VueComponent {
|
|
1230
|
+
options?: {
|
|
1088
1231
|
|
|
1089
|
-
|
|
1232
|
+
[propname: string]: any,
|
|
1233
|
+
bindAttr?: () => Array<any>,
|
|
1234
|
+
slotDefault?: ()=> Array<any>,
|
|
1235
|
+
|
|
1236
|
+
}){super()}
|
|
1237
|
+
}
|
|
1238
|
+
export class uNavbarMenuDividerMulti<T> extends VueComponent{
|
|
1090
1239
|
|
|
1091
|
-
|
|
1240
|
+
constructor(
|
|
1092
1241
|
|
|
1093
|
-
|
|
1094
|
-
bindAttr?: () => Array<any>,
|
|
1095
|
-
slotDefault?: () => Array<any>,
|
|
1242
|
+
options?: {
|
|
1096
1243
|
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1244
|
+
[propname: string]: any,
|
|
1245
|
+
bindAttr?: () => Array<any>,
|
|
1246
|
+
slotDefault?: ()=> Array<any>,
|
|
1247
|
+
|
|
1248
|
+
}){super()}
|
|
1249
|
+
}
|
|
1250
|
+
export class uNavbarSelectMulti<T> extends VueComponent{
|
|
1100
1251
|
|
|
1101
|
-
|
|
1252
|
+
constructor(
|
|
1102
1253
|
|
|
1103
|
-
|
|
1254
|
+
options?: {
|
|
1104
1255
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1256
|
+
[propname: string]: any,
|
|
1257
|
+
bindAttr?: () => Array<any>,
|
|
1258
|
+
slotDefault?: ()=> Array<any>,
|
|
1259
|
+
|
|
1260
|
+
}){super()}
|
|
1261
|
+
}
|
|
1262
|
+
export class uNavbarSelectGroupMulti<T> extends VueComponent{
|
|
1108
1263
|
|
|
1109
|
-
|
|
1110
|
-
}
|
|
1111
|
-
export class uPanelGroup<T> extends VueComponent {
|
|
1264
|
+
constructor(
|
|
1112
1265
|
|
|
1113
|
-
|
|
1266
|
+
options?: {
|
|
1114
1267
|
|
|
1115
|
-
|
|
1268
|
+
[propname: string]: any,
|
|
1269
|
+
bindAttr?: () => Array<any>,
|
|
1270
|
+
slotDefault?: ()=> Array<any>,
|
|
1271
|
+
|
|
1272
|
+
}){super()}
|
|
1273
|
+
}
|
|
1274
|
+
export class uNavbarSelectItemMulti<T> extends VueComponent{
|
|
1116
1275
|
|
|
1117
|
-
|
|
1118
|
-
bindAttr?: () => Array<any>,
|
|
1119
|
-
slotDefault?: () => Array<any>,
|
|
1276
|
+
constructor(
|
|
1120
1277
|
|
|
1121
|
-
|
|
1122
|
-
}
|
|
1123
|
-
export class uPopupCombination<T> extends VueComponent {
|
|
1278
|
+
options?: {
|
|
1124
1279
|
|
|
1125
|
-
|
|
1280
|
+
[propname: string]: any,
|
|
1281
|
+
bindAttr?: () => Array<any>,
|
|
1282
|
+
slotDefault?: ()=> Array<any>,
|
|
1283
|
+
|
|
1284
|
+
}){super()}
|
|
1285
|
+
}
|
|
1286
|
+
export class uNavbarSelectDividerMulti<T> extends VueComponent{
|
|
1126
1287
|
|
|
1127
|
-
|
|
1288
|
+
constructor(
|
|
1128
1289
|
|
|
1129
|
-
|
|
1130
|
-
bindAttr?: () => Array<any>,
|
|
1131
|
-
slotDefault?: () => Array<any>,
|
|
1132
|
-
slotReference?: () => Array<any>,
|
|
1290
|
+
options?: {
|
|
1133
1291
|
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
export class uRadios<T> extends VueComponent {
|
|
1292
|
+
[propname: string]: any,
|
|
1293
|
+
bindAttr?: () => Array<any>,
|
|
1294
|
+
slotDefault?: ()=> Array<any>,
|
|
1295
|
+
|
|
1296
|
+
}){super()}
|
|
1297
|
+
}
|
|
1298
|
+
export class uNavbarGroupMulti<T> extends VueComponent{
|
|
1142
1299
|
|
|
1143
|
-
|
|
1300
|
+
constructor(
|
|
1144
1301
|
|
|
1145
|
-
|
|
1302
|
+
options?: {
|
|
1146
1303
|
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1304
|
+
[propname: string]: any,
|
|
1305
|
+
bindAttr?: () => Array<any>,
|
|
1306
|
+
slotDefault?: ()=> Array<any>,
|
|
1307
|
+
|
|
1308
|
+
}){super()}
|
|
1309
|
+
}
|
|
1310
|
+
export class uNavbar<T> extends VueComponent{
|
|
1151
1311
|
|
|
1152
|
-
|
|
1153
|
-
}
|
|
1154
|
-
export class uRadio<T> extends VueComponent {
|
|
1312
|
+
constructor(
|
|
1155
1313
|
|
|
1156
|
-
|
|
1314
|
+
options?: {
|
|
1157
1315
|
|
|
1158
|
-
|
|
1316
|
+
[propname: string]: any,
|
|
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{
|
|
1159
1326
|
|
|
1160
|
-
|
|
1161
|
-
bindAttr?: () => Array<any>,
|
|
1162
|
-
slotDefault?: () => Array<any>,
|
|
1327
|
+
constructor(
|
|
1163
1328
|
|
|
1164
|
-
|
|
1165
|
-
}
|
|
1166
|
-
export class uRate<T> extends VueComponent {
|
|
1329
|
+
options?: {
|
|
1167
1330
|
|
|
1168
|
-
|
|
1331
|
+
[propname: string]: any,
|
|
1332
|
+
bindAttr?: () => Array<any>,
|
|
1333
|
+
slotDefault?: ()=> Array<any>,
|
|
1334
|
+
|
|
1335
|
+
}){super()}
|
|
1336
|
+
'value': any;
|
|
1337
|
+
}
|
|
1338
|
+
export class uNavbarDivider<T> extends VueComponent{
|
|
1169
1339
|
|
|
1170
|
-
|
|
1340
|
+
constructor(
|
|
1171
1341
|
|
|
1172
|
-
|
|
1173
|
-
bindAttr?: () => Array<any>,
|
|
1174
|
-
slotDefault?: () => Array<any>,
|
|
1342
|
+
options?: {
|
|
1175
1343
|
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1344
|
+
[propname: string]: any,
|
|
1345
|
+
bindAttr?: () => Array<any>,
|
|
1346
|
+
slotDefault?: ()=> Array<any>,
|
|
1347
|
+
|
|
1348
|
+
}){super()}
|
|
1349
|
+
}
|
|
1350
|
+
export class uNavbarDropdown<T> extends VueComponent{
|
|
1179
1351
|
|
|
1180
|
-
|
|
1352
|
+
constructor(
|
|
1181
1353
|
|
|
1182
|
-
|
|
1354
|
+
options?: {
|
|
1183
1355
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1356
|
+
[propname: string]: any,
|
|
1357
|
+
bindAttr?: () => Array<any>,
|
|
1358
|
+
slotDefault?: ()=> Array<any>,
|
|
1359
|
+
|
|
1360
|
+
}){super()}
|
|
1361
|
+
}
|
|
1362
|
+
export class uNavbarMenu<T> extends VueComponent{
|
|
1187
1363
|
|
|
1188
|
-
|
|
1189
|
-
open: () => any;
|
|
1190
|
-
close: () => any;
|
|
1191
|
-
clear: () => any;
|
|
1192
|
-
}
|
|
1193
|
-
export class uRouterView<T> extends VueComponent {
|
|
1364
|
+
constructor(
|
|
1194
1365
|
|
|
1195
|
-
|
|
1366
|
+
options?: {
|
|
1196
1367
|
|
|
1197
|
-
|
|
1368
|
+
[propname: string]: any,
|
|
1369
|
+
bindAttr?: () => Array<any>,
|
|
1370
|
+
slotDefault?: ()=> Array<any>,
|
|
1371
|
+
|
|
1372
|
+
}){super()}
|
|
1373
|
+
}
|
|
1374
|
+
export class uNavbarMenuGroup<T> extends VueComponent{
|
|
1198
1375
|
|
|
1199
|
-
|
|
1200
|
-
bindAttr?: () => Array<any>,
|
|
1201
|
-
slotDefault?: () => Array<any>,
|
|
1376
|
+
constructor(
|
|
1202
1377
|
|
|
1203
|
-
|
|
1204
|
-
}
|
|
1205
|
-
export class uSelect<T> extends VueComponent {
|
|
1378
|
+
options?: {
|
|
1206
1379
|
|
|
1207
|
-
|
|
1380
|
+
[propname: string]: any,
|
|
1381
|
+
bindAttr?: () => Array<any>,
|
|
1382
|
+
slotDefault?: ()=> Array<any>,
|
|
1383
|
+
|
|
1384
|
+
}){super()}
|
|
1385
|
+
}
|
|
1386
|
+
export class uNavbarMenuItem<T> extends VueComponent{
|
|
1208
1387
|
|
|
1209
|
-
|
|
1388
|
+
constructor(
|
|
1210
1389
|
|
|
1211
|
-
|
|
1212
|
-
bindAttr?: () => Array<any>,
|
|
1213
|
-
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1390
|
+
options?: {
|
|
1214
1391
|
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
export class uSelectItem<T> extends VueComponent {
|
|
1392
|
+
[propname: string]: any,
|
|
1393
|
+
bindAttr?: () => Array<any>,
|
|
1394
|
+
slotDefault?: ()=> Array<any>,
|
|
1395
|
+
|
|
1396
|
+
}){super()}
|
|
1397
|
+
}
|
|
1398
|
+
export class uNavbarMenuDivider<T> extends VueComponent{
|
|
1223
1399
|
|
|
1224
|
-
|
|
1400
|
+
constructor(
|
|
1225
1401
|
|
|
1226
|
-
|
|
1402
|
+
options?: {
|
|
1227
1403
|
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1404
|
+
[propname: string]: any,
|
|
1405
|
+
bindAttr?: () => Array<any>,
|
|
1406
|
+
slotDefault?: ()=> Array<any>,
|
|
1407
|
+
|
|
1408
|
+
}){super()}
|
|
1409
|
+
}
|
|
1410
|
+
export class uNavbarSelect<T> extends VueComponent{
|
|
1231
1411
|
|
|
1232
|
-
|
|
1233
|
-
}
|
|
1234
|
-
export class uSelectGroup<T> extends VueComponent {
|
|
1412
|
+
constructor(
|
|
1235
1413
|
|
|
1236
|
-
|
|
1414
|
+
options?: {
|
|
1237
1415
|
|
|
1238
|
-
|
|
1416
|
+
[propname: string]: any,
|
|
1417
|
+
bindAttr?: () => Array<any>,
|
|
1418
|
+
slotDefault?: ()=> Array<any>,
|
|
1419
|
+
|
|
1420
|
+
}){super()}
|
|
1421
|
+
}
|
|
1422
|
+
export class uNavbarSelectGroup<T> extends VueComponent{
|
|
1239
1423
|
|
|
1240
|
-
|
|
1241
|
-
bindAttr?: () => Array<any>,
|
|
1242
|
-
slotDefault?: () => Array<any>,
|
|
1424
|
+
constructor(
|
|
1243
1425
|
|
|
1244
|
-
|
|
1245
|
-
}
|
|
1246
|
-
export class uSelectDivider<T> extends VueComponent {
|
|
1426
|
+
options?: {
|
|
1247
1427
|
|
|
1248
|
-
|
|
1428
|
+
[propname: string]: any,
|
|
1429
|
+
bindAttr?: () => Array<any>,
|
|
1430
|
+
slotDefault?: ()=> Array<any>,
|
|
1431
|
+
|
|
1432
|
+
}){super()}
|
|
1433
|
+
}
|
|
1434
|
+
export class uNavbarSelectItem<T> extends VueComponent{
|
|
1249
1435
|
|
|
1250
|
-
|
|
1436
|
+
constructor(
|
|
1251
1437
|
|
|
1252
|
-
|
|
1253
|
-
bindAttr?: () => Array<any>,
|
|
1254
|
-
slotDefault?: () => Array<any>,
|
|
1438
|
+
options?: {
|
|
1255
1439
|
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1440
|
+
[propname: string]: any,
|
|
1441
|
+
bindAttr?: () => Array<any>,
|
|
1442
|
+
slotDefault?: ()=> Array<any>,
|
|
1443
|
+
|
|
1444
|
+
}){super()}
|
|
1445
|
+
}
|
|
1446
|
+
export class uNavbarSelectDivider<T> extends VueComponent{
|
|
1259
1447
|
|
|
1260
|
-
|
|
1448
|
+
constructor(
|
|
1261
1449
|
|
|
1262
|
-
|
|
1450
|
+
options?: {
|
|
1263
1451
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1452
|
+
[propname: string]: any,
|
|
1453
|
+
bindAttr?: () => Array<any>,
|
|
1454
|
+
slotDefault?: ()=> Array<any>,
|
|
1455
|
+
|
|
1456
|
+
}){super()}
|
|
1457
|
+
}
|
|
1458
|
+
export class uDropdown<T> extends VueComponent{
|
|
1267
1459
|
|
|
1268
|
-
|
|
1269
|
-
}
|
|
1270
|
-
export class uSelectableStep<T> extends VueComponent {
|
|
1460
|
+
constructor(
|
|
1271
1461
|
|
|
1272
|
-
|
|
1462
|
+
options?: {
|
|
1273
1463
|
|
|
1274
|
-
|
|
1464
|
+
[propname: string]: any,
|
|
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{
|
|
1275
1473
|
|
|
1276
|
-
|
|
1277
|
-
bindAttr?: () => Array<any>,
|
|
1278
|
-
slotDefault?: () => Array<any>,
|
|
1279
|
-
slotTitle?: () => Array<any>,
|
|
1474
|
+
constructor(
|
|
1280
1475
|
|
|
1281
|
-
|
|
1282
|
-
}
|
|
1283
|
-
export class uSidebar<T> extends VueComponent {
|
|
1476
|
+
options?: {
|
|
1284
1477
|
|
|
1285
|
-
|
|
1478
|
+
[propname: string]: any,
|
|
1479
|
+
bindAttr?: () => Array<any>,
|
|
1480
|
+
slotDefault?: ()=> Array<any>,
|
|
1481
|
+
|
|
1482
|
+
}){super()}
|
|
1483
|
+
}
|
|
1484
|
+
export class uDropdownGroup<T> extends VueComponent{
|
|
1286
1485
|
|
|
1287
|
-
|
|
1486
|
+
constructor(
|
|
1288
1487
|
|
|
1289
|
-
|
|
1290
|
-
bindAttr?: () => Array<any>,
|
|
1291
|
-
slotDefault?: () => Array<any>,
|
|
1488
|
+
options?: {
|
|
1292
1489
|
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1490
|
+
[propname: string]: any,
|
|
1491
|
+
bindAttr?: () => Array<any>,
|
|
1492
|
+
slotDefault?: ()=> Array<any>,
|
|
1493
|
+
|
|
1494
|
+
}){super()}
|
|
1495
|
+
}
|
|
1496
|
+
export class uToc<T> extends VueComponent{
|
|
1297
1497
|
|
|
1298
|
-
|
|
1498
|
+
constructor(
|
|
1299
1499
|
|
|
1300
|
-
|
|
1500
|
+
options?: {
|
|
1301
1501
|
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1502
|
+
[propname: string]: any,
|
|
1503
|
+
bindAttr?: () => Array<any>,
|
|
1504
|
+
slotDefault?: ()=> Array<any>,
|
|
1505
|
+
|
|
1506
|
+
}){super()}
|
|
1507
|
+
'value': any;
|
|
1508
|
+
}
|
|
1509
|
+
export class uTocItem<T> extends VueComponent{
|
|
1305
1510
|
|
|
1306
|
-
|
|
1307
|
-
}
|
|
1308
|
-
export class uSidebarGroup<T> extends VueComponent {
|
|
1511
|
+
constructor(
|
|
1309
1512
|
|
|
1310
|
-
|
|
1513
|
+
options?: {
|
|
1311
1514
|
|
|
1312
|
-
|
|
1515
|
+
[propname: string]: any,
|
|
1516
|
+
bindAttr?: () => Array<any>,
|
|
1517
|
+
slotDefault?: ()=> Array<any>,
|
|
1518
|
+
|
|
1519
|
+
}){super()}
|
|
1520
|
+
'value': any;
|
|
1521
|
+
}
|
|
1522
|
+
export class uAnchor<T> extends VueComponent{
|
|
1313
1523
|
|
|
1314
|
-
|
|
1315
|
-
bindAttr?: () => Array<any>,
|
|
1316
|
-
slotDefault?: () => Array<any>,
|
|
1317
|
-
slotTitle?: () => Array<any>,
|
|
1318
|
-
slotExtra?: () => Array<any>,
|
|
1524
|
+
constructor(
|
|
1319
1525
|
|
|
1320
|
-
|
|
1321
|
-
}
|
|
1322
|
-
export class uSidebarDivider<T> extends VueComponent {
|
|
1526
|
+
options?: {
|
|
1323
1527
|
|
|
1324
|
-
|
|
1528
|
+
[propname: string]: any,
|
|
1529
|
+
bindAttr?: () => Array<any>,
|
|
1530
|
+
slotDefault?: ()=> Array<any>,
|
|
1531
|
+
|
|
1532
|
+
}){super()}
|
|
1533
|
+
}
|
|
1534
|
+
export class uRouterView<T> extends VueComponent{
|
|
1325
1535
|
|
|
1326
|
-
|
|
1536
|
+
constructor(
|
|
1327
1537
|
|
|
1328
|
-
|
|
1329
|
-
bindAttr?: () => Array<any>,
|
|
1330
|
-
slotDefault?: () => Array<any>,
|
|
1538
|
+
options?: {
|
|
1331
1539
|
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1540
|
+
[propname: string]: any,
|
|
1541
|
+
bindAttr?: () => Array<any>,
|
|
1542
|
+
slotDefault?: ()=> Array<any>,
|
|
1543
|
+
|
|
1544
|
+
}){super()}
|
|
1545
|
+
}
|
|
1546
|
+
export class uIframe<T> extends VueComponent{
|
|
1335
1547
|
|
|
1336
|
-
|
|
1548
|
+
constructor(
|
|
1337
1549
|
|
|
1338
|
-
|
|
1550
|
+
options?: {
|
|
1339
1551
|
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1552
|
+
[propname: string]: any,
|
|
1553
|
+
bindAttr?: () => Array<any>,
|
|
1554
|
+
slotDefault?: ()=> Array<any>,
|
|
1555
|
+
|
|
1556
|
+
}){super()}
|
|
1557
|
+
}
|
|
1558
|
+
export class uPanel<T> extends VueComponent{
|
|
1343
1559
|
|
|
1344
|
-
|
|
1345
|
-
}
|
|
1346
|
-
export class uTableView<T> extends VueComponent {
|
|
1560
|
+
constructor(
|
|
1347
1561
|
|
|
1348
|
-
|
|
1562
|
+
options?: {
|
|
1349
1563
|
|
|
1350
|
-
|
|
1564
|
+
[propname: string]: any,
|
|
1565
|
+
bindAttr?: () => Array<any>,
|
|
1566
|
+
slotDefault?: ()=> Array<any>,
|
|
1567
|
+
|
|
1568
|
+
}){super()}
|
|
1569
|
+
}
|
|
1570
|
+
export class uPanelGroup<T> extends VueComponent{
|
|
1351
1571
|
|
|
1352
|
-
|
|
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>,
|
|
1572
|
+
constructor(
|
|
1358
1573
|
|
|
1359
|
-
|
|
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 {
|
|
1574
|
+
options?: {
|
|
1366
1575
|
|
|
1367
|
-
|
|
1576
|
+
[propname: string]: any,
|
|
1577
|
+
bindAttr?: () => Array<any>,
|
|
1578
|
+
slotDefault?: ()=> Array<any>,
|
|
1579
|
+
|
|
1580
|
+
}){super()}
|
|
1581
|
+
}
|
|
1582
|
+
export class uCollapse<T> extends VueComponent{
|
|
1368
1583
|
|
|
1369
|
-
|
|
1584
|
+
constructor(
|
|
1370
1585
|
|
|
1371
|
-
|
|
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>,
|
|
1586
|
+
options?: {
|
|
1377
1587
|
|
|
1378
|
-
|
|
1379
|
-
|
|
1588
|
+
[propname: string]: any,
|
|
1589
|
+
bindAttr?: () => Array<any>,
|
|
1590
|
+
slotDefault?: ()=> Array<any>,
|
|
1591
|
+
|
|
1592
|
+
}){super()}
|
|
1593
|
+
}
|
|
1594
|
+
export class uCollapseItem<T> extends VueComponent{
|
|
1380
1595
|
|
|
1381
|
-
|
|
1596
|
+
constructor(
|
|
1382
1597
|
|
|
1383
|
-
|
|
1598
|
+
options?: {
|
|
1384
1599
|
|
|
1385
|
-
|
|
1600
|
+
[propname: string]: any,
|
|
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{
|
|
1386
1609
|
|
|
1387
|
-
|
|
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>,
|
|
1610
|
+
constructor(
|
|
1393
1611
|
|
|
1394
|
-
|
|
1395
|
-
}
|
|
1612
|
+
options?: {
|
|
1396
1613
|
|
|
1397
|
-
|
|
1614
|
+
[propname: string]: any,
|
|
1615
|
+
bindAttr?: () => Array<any>,
|
|
1616
|
+
slotDefault?: ()=> Array<any>,
|
|
1617
|
+
slotCover?: ()=> Array<any>,
|
|
1618
|
+
|
|
1619
|
+
}){super()}
|
|
1620
|
+
}
|
|
1621
|
+
export class uCardGroup<T> extends VueComponent{
|
|
1398
1622
|
|
|
1399
|
-
|
|
1623
|
+
constructor(
|
|
1400
1624
|
|
|
1401
|
-
|
|
1625
|
+
options?: {
|
|
1402
1626
|
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1627
|
+
[propname: string]: any,
|
|
1628
|
+
bindAttr?: () => Array<any>,
|
|
1629
|
+
slotDefault?: ()=> Array<any>,
|
|
1630
|
+
slotCover?: ()=> Array<any>,
|
|
1631
|
+
|
|
1632
|
+
}){super()}
|
|
1633
|
+
}
|
|
1634
|
+
export class uText<T> extends VueComponent{
|
|
1406
1635
|
|
|
1407
|
-
|
|
1408
|
-
}
|
|
1409
|
-
export class uTab<T> extends VueComponent {
|
|
1636
|
+
constructor(
|
|
1410
1637
|
|
|
1411
|
-
|
|
1638
|
+
options?: {
|
|
1412
1639
|
|
|
1413
|
-
|
|
1640
|
+
[propname: string]: any,
|
|
1641
|
+
bindAttr?: () => Array<any>,
|
|
1642
|
+
slotDefault?: ()=> Array<any>,
|
|
1643
|
+
|
|
1644
|
+
}){super()}
|
|
1645
|
+
}
|
|
1646
|
+
export class uLink<T> extends VueComponent{
|
|
1414
1647
|
|
|
1415
|
-
|
|
1416
|
-
bindAttr?: () => Array<any>,
|
|
1417
|
-
slotDefault?: () => Array<any>,
|
|
1418
|
-
slotTitle?: () => Array<any>,
|
|
1648
|
+
constructor(
|
|
1419
1649
|
|
|
1420
|
-
|
|
1421
|
-
}
|
|
1422
|
-
export class uTaskbox<T> extends VueComponent {
|
|
1650
|
+
options?: {
|
|
1423
1651
|
|
|
1424
|
-
|
|
1652
|
+
[propname: string]: any,
|
|
1653
|
+
bindAttr?: () => Array<any>,
|
|
1654
|
+
slotDefault?: ()=> Array<any>,
|
|
1655
|
+
|
|
1656
|
+
}){super()}
|
|
1657
|
+
}
|
|
1658
|
+
export class uButton<T> extends VueComponent{
|
|
1425
1659
|
|
|
1426
|
-
|
|
1660
|
+
constructor(
|
|
1427
1661
|
|
|
1428
|
-
|
|
1429
|
-
bindAttr?: () => Array<any>,
|
|
1430
|
-
slotDefault?: () => Array<any>,
|
|
1662
|
+
options?: {
|
|
1431
1663
|
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1664
|
+
[propname: string]: any,
|
|
1665
|
+
bindAttr?: () => Array<any>,
|
|
1666
|
+
slotDefault?: ()=> Array<any>,
|
|
1667
|
+
|
|
1668
|
+
}){super()}
|
|
1669
|
+
}
|
|
1670
|
+
export class iIco<T> extends VueComponent{
|
|
1435
1671
|
|
|
1436
|
-
|
|
1672
|
+
constructor(
|
|
1437
1673
|
|
|
1438
|
-
|
|
1674
|
+
options?: {
|
|
1439
1675
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1676
|
+
[propname: string]: any,
|
|
1677
|
+
bindAttr?: () => Array<any>,
|
|
1678
|
+
slotDefault?: ()=> Array<any>,
|
|
1679
|
+
|
|
1680
|
+
}){super()}
|
|
1681
|
+
}
|
|
1682
|
+
export class uGallery<T> extends VueComponent{
|
|
1443
1683
|
|
|
1444
|
-
|
|
1445
|
-
}
|
|
1446
|
-
export class uTextarea<T> extends VueComponent {
|
|
1684
|
+
constructor(
|
|
1447
1685
|
|
|
1448
|
-
|
|
1686
|
+
options?: {
|
|
1449
1687
|
|
|
1450
|
-
|
|
1688
|
+
[propname: string]: any,
|
|
1689
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1451
1698
|
|
|
1452
|
-
|
|
1453
|
-
bindAttr?: () => Array<any>,
|
|
1454
|
-
slotDefault?: () => Array<any>,
|
|
1699
|
+
constructor(
|
|
1455
1700
|
|
|
1456
|
-
|
|
1457
|
-
}
|
|
1458
|
-
export class uTimePicker<T> extends VueComponent {
|
|
1701
|
+
options?: {
|
|
1459
1702
|
|
|
1460
|
-
|
|
1703
|
+
[propname: string]: any,
|
|
1704
|
+
bindAttr?: () => Array<any>,
|
|
1705
|
+
slotDefault?: ()=> Array<any>,
|
|
1706
|
+
|
|
1707
|
+
}){super()}
|
|
1708
|
+
}
|
|
1709
|
+
export class uBadge<T> extends VueComponent{
|
|
1461
1710
|
|
|
1462
|
-
|
|
1711
|
+
constructor(
|
|
1463
1712
|
|
|
1464
|
-
|
|
1465
|
-
bindAttr?: () => Array<any>,
|
|
1466
|
-
slotDefault?: () => Array<any>,
|
|
1713
|
+
options?: {
|
|
1467
1714
|
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1715
|
+
[propname: string]: any,
|
|
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{
|
|
1471
1741
|
|
|
1472
|
-
|
|
1742
|
+
constructor(
|
|
1473
1743
|
|
|
1474
|
-
|
|
1744
|
+
options?: {
|
|
1475
1745
|
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1746
|
+
[propname: string]: any,
|
|
1747
|
+
bindAttr?: () => Array<any>,
|
|
1748
|
+
slotDefault?: ()=> Array<any>,
|
|
1749
|
+
|
|
1750
|
+
}){super()}
|
|
1751
|
+
'value': any;
|
|
1752
|
+
}
|
|
1753
|
+
export class uInfoList<T> extends VueComponent{
|
|
1479
1754
|
|
|
1480
|
-
|
|
1481
|
-
}
|
|
1482
|
-
export class uTocItem<T> extends VueComponent {
|
|
1755
|
+
constructor(
|
|
1483
1756
|
|
|
1484
|
-
|
|
1757
|
+
options?: {
|
|
1485
1758
|
|
|
1486
|
-
|
|
1759
|
+
[propname: string]: any,
|
|
1760
|
+
bindAttr?: () => Array<any>,
|
|
1761
|
+
slotDefault?: ()=> Array<any>,
|
|
1762
|
+
|
|
1763
|
+
}){super()}
|
|
1764
|
+
'repeat': nasl.core.Long;
|
|
1765
|
+
}
|
|
1766
|
+
export class uInfoListItem<T> extends VueComponent{
|
|
1487
1767
|
|
|
1488
|
-
|
|
1489
|
-
bindAttr?: () => Array<any>,
|
|
1490
|
-
slotDefault?: () => Array<any>,
|
|
1768
|
+
constructor(
|
|
1491
1769
|
|
|
1492
|
-
|
|
1493
|
-
}
|
|
1494
|
-
export class uTransfer<T> extends VueComponent {
|
|
1770
|
+
options?: {
|
|
1495
1771
|
|
|
1496
|
-
|
|
1772
|
+
[propname: string]: any,
|
|
1773
|
+
bindAttr?: () => Array<any>,
|
|
1774
|
+
slotDefault?: ()=> Array<any>,
|
|
1775
|
+
slotLabel?: ()=> Array<any>,
|
|
1776
|
+
|
|
1777
|
+
}){super()}
|
|
1778
|
+
}
|
|
1779
|
+
export class uInfoListGroup<T> extends VueComponent{
|
|
1497
1780
|
|
|
1498
|
-
|
|
1781
|
+
constructor(
|
|
1499
1782
|
|
|
1500
|
-
|
|
1501
|
-
bindAttr?: () => Array<any>,
|
|
1502
|
-
slotDefault?: () => Array<any>,
|
|
1783
|
+
options?: {
|
|
1503
1784
|
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1785
|
+
[propname: string]: any,
|
|
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{
|
|
1510
1795
|
|
|
1511
|
-
|
|
1796
|
+
constructor(
|
|
1512
1797
|
|
|
1513
|
-
|
|
1798
|
+
options?: {
|
|
1514
1799
|
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1800
|
+
[propname: string]: any,
|
|
1801
|
+
bindAttr?: () => Array<any>,
|
|
1802
|
+
slotDefault?: ()=> Array<any>,
|
|
1803
|
+
|
|
1804
|
+
}){super()}
|
|
1805
|
+
}
|
|
1806
|
+
export class uAlert<T> extends VueComponent{
|
|
1519
1807
|
|
|
1520
|
-
|
|
1521
|
-
}
|
|
1522
|
-
export class uTreeViewNew<T> extends VueComponent {
|
|
1808
|
+
constructor(
|
|
1523
1809
|
|
|
1524
|
-
|
|
1810
|
+
options?: {
|
|
1525
1811
|
|
|
1526
|
-
|
|
1812
|
+
[propname: string]: any,
|
|
1813
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1527
1837
|
|
|
1528
|
-
|
|
1529
|
-
bindAttr?: () => Array<any>,
|
|
1530
|
-
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1531
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1838
|
+
constructor(
|
|
1532
1839
|
|
|
1533
|
-
|
|
1534
|
-
}
|
|
1535
|
-
export class uTreeViewNodeNew<T> extends VueComponent {
|
|
1840
|
+
options?: {
|
|
1536
1841
|
|
|
1537
|
-
|
|
1842
|
+
[propname: string]: any,
|
|
1843
|
+
bindAttr?: () => Array<any>,
|
|
1844
|
+
slotDefault?: ()=> Array<any>,
|
|
1845
|
+
|
|
1846
|
+
}){super()}
|
|
1847
|
+
}
|
|
1848
|
+
export class uTimeline<T> extends VueComponent{
|
|
1538
1849
|
|
|
1539
|
-
|
|
1850
|
+
constructor(
|
|
1540
1851
|
|
|
1541
|
-
|
|
1542
|
-
bindAttr?: () => Array<any>,
|
|
1543
|
-
slotDefault?: () => Array<any>,
|
|
1852
|
+
options?: {
|
|
1544
1853
|
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1854
|
+
[propname: string]: any,
|
|
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{
|
|
1548
1863
|
|
|
1549
|
-
|
|
1864
|
+
constructor(
|
|
1550
1865
|
|
|
1551
|
-
|
|
1866
|
+
options?: {
|
|
1552
1867
|
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1868
|
+
[propname: string]: any,
|
|
1869
|
+
bindAttr?: () => Array<any>,
|
|
1870
|
+
slotDefault?: ()=> Array<any>,
|
|
1871
|
+
slotDot?: ()=> Array<any>,
|
|
1872
|
+
slotLabel?: ()=> Array<any>,
|
|
1873
|
+
|
|
1874
|
+
}){super()}
|
|
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{
|
|
1556
1907
|
|
|
1557
|
-
|
|
1558
|
-
select: () => any;
|
|
1559
|
-
}
|
|
1560
|
-
export class uValidator<T> extends VueComponent {
|
|
1908
|
+
constructor(
|
|
1561
1909
|
|
|
1562
|
-
|
|
1910
|
+
options?: {
|
|
1563
1911
|
|
|
1564
|
-
|
|
1912
|
+
[propname: string]: any,
|
|
1913
|
+
bindAttr?: () => Array<any>,
|
|
1914
|
+
slotCell?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
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{
|
|
1565
1923
|
|
|
1566
|
-
|
|
1567
|
-
bindAttr?: () => Array<any>,
|
|
1568
|
-
slotDefault?: () => Array<any>,
|
|
1924
|
+
constructor(
|
|
1569
1925
|
|
|
1570
|
-
|
|
1571
|
-
validate: (trigger?: nasl.core.String, muted?: nasl.core.Boolean,) => any;
|
|
1572
|
-
}
|
|
1573
|
-
export class lcapLogin<T> extends VueComponent {
|
|
1926
|
+
options?: {
|
|
1574
1927
|
|
|
1575
|
-
|
|
1928
|
+
[propname: string]: any,
|
|
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{
|
|
1576
1938
|
|
|
1577
|
-
|
|
1939
|
+
constructor(
|
|
1578
1940
|
|
|
1579
|
-
|
|
1580
|
-
bindAttr?: () => Array<any>,
|
|
1941
|
+
options?: {
|
|
1581
1942
|
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1943
|
+
[propname: string]: any,
|
|
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{
|
|
1585
1989
|
|
|
1586
|
-
|
|
1990
|
+
constructor(
|
|
1587
1991
|
|
|
1588
|
-
|
|
1992
|
+
options?: {
|
|
1589
1993
|
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1994
|
+
[propname: string]: any,
|
|
1995
|
+
bindAttr?: () => Array<any>,
|
|
1996
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
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{
|
|
1593
2005
|
|
|
1594
|
-
|
|
1595
|
-
}
|
|
1596
|
-
export class lcapEchartsPie<T> extends VueComponent {
|
|
2006
|
+
constructor(
|
|
1597
2007
|
|
|
1598
|
-
|
|
2008
|
+
options?: {
|
|
1599
2009
|
|
|
1600
|
-
|
|
2010
|
+
[propname: string]: any,
|
|
2011
|
+
bindAttr?: () => Array<any>,
|
|
2012
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2013
|
+
|
|
2014
|
+
}){super()}
|
|
2015
|
+
'data-source': Array<T>;
|
|
2016
|
+
'colnum': nasl.core.Long;
|
|
2017
|
+
}
|
|
2018
|
+
export class uForm<T> extends VueComponent{
|
|
1601
2019
|
|
|
1602
|
-
|
|
1603
|
-
bindAttr?: () => Array<any>,
|
|
2020
|
+
constructor(
|
|
1604
2021
|
|
|
1605
|
-
|
|
1606
|
-
reload: () => any;
|
|
1607
|
-
}
|
|
1608
|
-
export class lcapEchartsBar<T> extends VueComponent {
|
|
2022
|
+
options?: {
|
|
1609
2023
|
|
|
1610
|
-
|
|
2024
|
+
[propname: string]: any,
|
|
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{
|
|
1611
2034
|
|
|
1612
|
-
|
|
2035
|
+
constructor(
|
|
1613
2036
|
|
|
1614
|
-
|
|
1615
|
-
bindAttr?: () => Array<any>,
|
|
2037
|
+
options?: {
|
|
1616
2038
|
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
2039
|
+
[propname: string]: any,
|
|
2040
|
+
bindAttr?: () => Array<any>,
|
|
2041
|
+
slotDefault?: ()=> Array<any>,
|
|
2042
|
+
|
|
2043
|
+
}){super()}
|
|
2044
|
+
}
|
|
2045
|
+
export class uFormGroup<T> extends VueComponent{
|
|
1621
2046
|
|
|
1622
|
-
|
|
2047
|
+
constructor(
|
|
1623
2048
|
|
|
1624
|
-
|
|
2049
|
+
options?: {
|
|
1625
2050
|
|
|
1626
|
-
|
|
1627
|
-
|
|
2051
|
+
[propname: string]: any,
|
|
2052
|
+
bindAttr?: () => Array<any>,
|
|
2053
|
+
slotDefault?: ()=> Array<any>,
|
|
2054
|
+
slotTitle?: ()=> Array<any>,
|
|
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{
|
|
1628
2097
|
|
|
1629
|
-
|
|
1630
|
-
reload: () => any;
|
|
1631
|
-
}
|
|
1632
|
-
export class lcapH5Signature<T> extends VueComponent {
|
|
2098
|
+
constructor(
|
|
1633
2099
|
|
|
1634
|
-
|
|
2100
|
+
options?: {
|
|
1635
2101
|
|
|
1636
|
-
|
|
2102
|
+
[propname: string]: any,
|
|
2103
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1637
2112
|
|
|
1638
|
-
|
|
1639
|
-
bindAttr?: () => Array<any>,
|
|
2113
|
+
constructor(
|
|
1640
2114
|
|
|
1641
|
-
|
|
1642
|
-
openSignatureModal: () => any;
|
|
1643
|
-
}
|
|
1644
|
-
export class lcapH5PrintPage<T> extends VueComponent {
|
|
2115
|
+
options?: {
|
|
1645
2116
|
|
|
1646
|
-
|
|
2117
|
+
[propname: string]: any,
|
|
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{
|
|
1647
2128
|
|
|
1648
|
-
|
|
2129
|
+
constructor(
|
|
1649
2130
|
|
|
1650
|
-
|
|
1651
|
-
bindAttr?: () => Array<any>,
|
|
2131
|
+
options?: {
|
|
1652
2132
|
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
2133
|
+
[propname: string]: any,
|
|
2134
|
+
bindAttr?: () => Array<any>,
|
|
2135
|
+
slotDefault?: ()=> Array<any>,
|
|
2136
|
+
|
|
2137
|
+
}){super()}
|
|
2138
|
+
}
|
|
2139
|
+
export class uSwitch<T> extends VueComponent{
|
|
1657
2140
|
|
|
1658
|
-
|
|
2141
|
+
constructor(
|
|
1659
2142
|
|
|
1660
|
-
|
|
2143
|
+
options?: {
|
|
1661
2144
|
|
|
1662
|
-
|
|
1663
|
-
|
|
2145
|
+
[propname: string]: any,
|
|
2146
|
+
bindAttr?: () => Array<any>,
|
|
2147
|
+
slotDefault?: ()=> Array<any>,
|
|
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{
|
|
1664
2171
|
|
|
1665
|
-
|
|
1666
|
-
}
|
|
1667
|
-
export class lcapH5TkSfriends<T> extends VueComponent {
|
|
2172
|
+
constructor(
|
|
1668
2173
|
|
|
1669
|
-
|
|
2174
|
+
options?: {
|
|
1670
2175
|
|
|
1671
|
-
|
|
2176
|
+
[propname: string]: any,
|
|
2177
|
+
bindAttr?: () => Array<any>,
|
|
2178
|
+
slotDefault?: ()=> Array<any>,
|
|
2179
|
+
|
|
2180
|
+
}){super()}
|
|
2181
|
+
'value': any;
|
|
2182
|
+
}
|
|
2183
|
+
export class uCapsules<T> extends VueComponent{
|
|
1672
2184
|
|
|
1673
|
-
|
|
1674
|
-
bindAttr?: () => Array<any>,
|
|
1675
|
-
slotDefault?: () => Array<any>,
|
|
2185
|
+
constructor(
|
|
1676
2186
|
|
|
1677
|
-
|
|
1678
|
-
getMsg: () => any;
|
|
1679
|
-
invoke: () => any;
|
|
1680
|
-
}
|
|
1681
|
-
export class devopsMultiLayout<T> extends VueComponent {
|
|
2187
|
+
options?: {
|
|
1682
2188
|
|
|
1683
|
-
|
|
2189
|
+
[propname: string]: any,
|
|
2190
|
+
bindAttr?: () => Array<any>,
|
|
2191
|
+
slotDefault?: ()=> Array<any>,
|
|
2192
|
+
|
|
2193
|
+
}){super()}
|
|
2194
|
+
'value': any;
|
|
2195
|
+
}
|
|
2196
|
+
export class uCapsule<T> extends VueComponent{
|
|
1684
2197
|
|
|
1685
|
-
|
|
2198
|
+
constructor(
|
|
1686
2199
|
|
|
1687
|
-
|
|
1688
|
-
bindAttr?: () => Array<any>,
|
|
1689
|
-
slotDefault?: () => Array<any>,
|
|
2200
|
+
options?: {
|
|
1690
2201
|
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
2202
|
+
[propname: string]: any,
|
|
2203
|
+
bindAttr?: () => Array<any>,
|
|
2204
|
+
slotDefault?: ()=> Array<any>,
|
|
2205
|
+
|
|
2206
|
+
}){super()}
|
|
2207
|
+
'value': any;
|
|
2208
|
+
}
|
|
2209
|
+
export class uCapsulesGroup<T> extends VueComponent{
|
|
1694
2210
|
|
|
1695
|
-
|
|
2211
|
+
constructor(
|
|
1696
2212
|
|
|
1697
|
-
|
|
2213
|
+
options?: {
|
|
1698
2214
|
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
2215
|
+
[propname: string]: any,
|
|
2216
|
+
bindAttr?: () => Array<any>,
|
|
2217
|
+
slotDefault?: ()=> Array<any>,
|
|
2218
|
+
|
|
2219
|
+
}){super()}
|
|
2220
|
+
}
|
|
2221
|
+
export class uRate<T> extends VueComponent{
|
|
1702
2222
|
|
|
1703
|
-
|
|
1704
|
-
}
|
|
1705
|
-
export class devopsStatusTable<T> extends VueComponent {
|
|
2223
|
+
constructor(
|
|
1706
2224
|
|
|
1707
|
-
|
|
2225
|
+
options?: {
|
|
1708
2226
|
|
|
1709
|
-
|
|
2227
|
+
[propname: string]: any,
|
|
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{
|
|
1710
2274
|
|
|
1711
|
-
|
|
1712
|
-
bindAttr?: () => Array<any>,
|
|
2275
|
+
constructor(
|
|
1713
2276
|
|
|
1714
|
-
|
|
1715
|
-
}
|
|
1716
|
-
export class lcapCommunityTabs<T> extends VueComponent {
|
|
2277
|
+
options?: {
|
|
1717
2278
|
|
|
1718
|
-
|
|
2279
|
+
[propname: string]: any,
|
|
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{
|
|
1719
2304
|
|
|
1720
|
-
|
|
2305
|
+
constructor(
|
|
1721
2306
|
|
|
1722
|
-
|
|
1723
|
-
bindAttr?: () => Array<any>,
|
|
1724
|
-
slotDefault?: () => Array<any>,
|
|
2307
|
+
options?: {
|
|
1725
2308
|
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
2309
|
+
[propname: string]: any,
|
|
2310
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1729
2335
|
|
|
1730
|
-
|
|
2336
|
+
constructor(
|
|
1731
2337
|
|
|
1732
|
-
|
|
2338
|
+
options?: {
|
|
1733
2339
|
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
2340
|
+
[propname: string]: any,
|
|
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{
|
|
1737
2393
|
|
|
1738
|
-
|
|
1739
|
-
}
|
|
1740
|
-
export class devopsDynamicTable<T> extends VueComponent {
|
|
2394
|
+
constructor(
|
|
1741
2395
|
|
|
1742
|
-
|
|
2396
|
+
options?: {
|
|
1743
2397
|
|
|
1744
|
-
|
|
2398
|
+
[propname: string]: any,
|
|
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{
|
|
1745
2406
|
|
|
1746
|
-
|
|
1747
|
-
bindAttr?: () => Array<any>,
|
|
1748
|
-
slotDefault?: () => Array<any>,
|
|
2407
|
+
constructor(
|
|
1749
2408
|
|
|
1750
|
-
|
|
1751
|
-
}
|
|
1752
|
-
export class lcapH5AmapPoi<T> extends VueComponent {
|
|
2409
|
+
options?: {
|
|
1753
2410
|
|
|
1754
|
-
|
|
2411
|
+
[propname: string]: any,
|
|
2412
|
+
bindAttr?: () => Array<any>,
|
|
2413
|
+
slotDefault?: ()=> Array<any>,
|
|
2414
|
+
|
|
2415
|
+
}){super()}
|
|
2416
|
+
}
|
|
2417
|
+
export class uSelectDivider<T> extends VueComponent{
|
|
1755
2418
|
|
|
1756
|
-
|
|
2419
|
+
constructor(
|
|
1757
2420
|
|
|
1758
|
-
|
|
1759
|
-
bindAttr?: () => Array<any>,
|
|
2421
|
+
options?: {
|
|
1760
2422
|
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
2423
|
+
[propname: string]: any,
|
|
2424
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1765
2448
|
|
|
1766
|
-
|
|
2449
|
+
constructor(
|
|
1767
2450
|
|
|
1768
|
-
|
|
2451
|
+
options?: {
|
|
1769
2452
|
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
2453
|
+
[propname: string]: any,
|
|
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{
|
|
1773
2464
|
|
|
1774
|
-
|
|
1775
|
-
}
|
|
1776
|
-
export class lcapReport<T> extends VueComponent {
|
|
2465
|
+
constructor(
|
|
1777
2466
|
|
|
1778
|
-
|
|
2467
|
+
options?: {
|
|
1779
2468
|
|
|
1780
|
-
|
|
2469
|
+
[propname: string]: any,
|
|
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{
|
|
1781
2480
|
|
|
1782
|
-
|
|
1783
|
-
bindAttr?: () => Array<any>,
|
|
2481
|
+
constructor(
|
|
1784
2482
|
|
|
1785
|
-
|
|
1786
|
-
reload: () => any;
|
|
1787
|
-
}
|
|
1788
|
-
export class lcapAmapNav<T> extends VueComponent {
|
|
2483
|
+
options?: {
|
|
1789
2484
|
|
|
1790
|
-
|
|
2485
|
+
[propname: string]: any,
|
|
2486
|
+
bindAttr?: () => Array<any>,
|
|
2487
|
+
slotDefault?: ()=> Array<any>,
|
|
2488
|
+
|
|
2489
|
+
}){super()}
|
|
2490
|
+
'value': any;
|
|
2491
|
+
}
|
|
2492
|
+
export class uTransfer<T> extends VueComponent{
|
|
1791
2493
|
|
|
1792
|
-
|
|
2494
|
+
constructor(
|
|
1793
2495
|
|
|
1794
|
-
|
|
1795
|
-
bindAttr?: () => Array<any>,
|
|
2496
|
+
options?: {
|
|
1796
2497
|
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
2498
|
+
[propname: string]: any,
|
|
2499
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1800
2509
|
|
|
1801
|
-
|
|
2510
|
+
constructor(
|
|
1802
2511
|
|
|
1803
|
-
|
|
2512
|
+
options?: {
|
|
1804
2513
|
|
|
1805
|
-
|
|
1806
|
-
|
|
2514
|
+
[propname: string]: any,
|
|
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{
|
|
1807
2524
|
|
|
1808
|
-
|
|
1809
|
-
poiPicked: () => any;
|
|
1810
|
-
}
|
|
1811
|
-
export class lcapLuckyDraw<T> extends VueComponent {
|
|
2525
|
+
constructor(
|
|
1812
2526
|
|
|
1813
|
-
|
|
2527
|
+
options?: {
|
|
1814
2528
|
|
|
1815
|
-
|
|
2529
|
+
[propname: string]: any,
|
|
2530
|
+
bindAttr?: () => Array<any>,
|
|
2531
|
+
slotDefault?: ()=> Array<any>,
|
|
2532
|
+
|
|
2533
|
+
}){super()}
|
|
2534
|
+
'value': any;
|
|
2535
|
+
}
|
|
2536
|
+
export class uDateTimePicker<T> extends VueComponent{
|
|
1816
2537
|
|
|
1817
|
-
|
|
1818
|
-
bindAttr?: () => Array<any>,
|
|
2538
|
+
constructor(
|
|
1819
2539
|
|
|
1820
|
-
|
|
1821
|
-
}
|
|
1822
|
-
export class lcapWangEditor<T> extends VueComponent {
|
|
2540
|
+
options?: {
|
|
1823
2541
|
|
|
1824
|
-
|
|
2542
|
+
[propname: string]: any,
|
|
2543
|
+
bindAttr?: () => Array<any>,
|
|
2544
|
+
slotDefault?: ()=> Array<any>,
|
|
2545
|
+
|
|
2546
|
+
}){super()}
|
|
2547
|
+
'value': any;
|
|
2548
|
+
'yearDiff': nasl.core.Long;
|
|
2549
|
+
'yearAdd': nasl.core.Long;
|
|
2550
|
+
}
|
|
2551
|
+
export class uTreeSelectNew<T> extends VueComponent{
|
|
1825
2552
|
|
|
1826
|
-
|
|
2553
|
+
constructor(
|
|
1827
2554
|
|
|
1828
|
-
|
|
1829
|
-
bindAttr?: () => Array<any>,
|
|
2555
|
+
options?: {
|
|
1830
2556
|
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
2557
|
+
[propname: string]: any,
|
|
2558
|
+
bindAttr?: () => Array<any>,
|
|
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{
|
|
1834
2568
|
|
|
1835
|
-
|
|
2569
|
+
constructor(
|
|
1836
2570
|
|
|
1837
|
-
|
|
2571
|
+
options?: {
|
|
1838
2572
|
|
|
1839
|
-
|
|
1840
|
-
|
|
2573
|
+
[propname: string]: any,
|
|
2574
|
+
bindAttr?: () => Array<any>,
|
|
2575
|
+
slotDefault?: ()=> Array<any>,
|
|
2576
|
+
|
|
2577
|
+
}){super()}
|
|
2578
|
+
'percent': nasl.core.Long;
|
|
2579
|
+
}
|
|
2580
|
+
export class uCircularProgress<T> extends VueComponent{
|
|
1841
2581
|
|
|
1842
|
-
|
|
1843
|
-
open: () => any;
|
|
1844
|
-
close: () => any;
|
|
1845
|
-
snapshot: () => any;
|
|
1846
|
-
}
|
|
1847
|
-
export class lcapClock<T> extends VueComponent {
|
|
2582
|
+
constructor(
|
|
1848
2583
|
|
|
1849
|
-
|
|
2584
|
+
options?: {
|
|
1850
2585
|
|
|
1851
|
-
|
|
2586
|
+
[propname: string]: any,
|
|
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{
|
|
1852
2632
|
|
|
1853
|
-
|
|
1854
|
-
bindAttr?: () => Array<any>,
|
|
1855
|
-
slotDefault?: () => Array<any>,
|
|
2633
|
+
constructor(
|
|
1856
2634
|
|
|
1857
|
-
|
|
1858
|
-
}
|
|
1859
|
-
export class lcapVideoFlv<T> extends VueComponent {
|
|
2635
|
+
options?: {
|
|
1860
2636
|
|
|
1861
|
-
|
|
2637
|
+
[propname: string]: any,
|
|
2638
|
+
bindAttr?: () => Array<any>,
|
|
2639
|
+
slotDefault?: ()=> Array<any>,
|
|
2640
|
+
|
|
2641
|
+
}){super()}
|
|
2642
|
+
open: () => any;
|
|
2643
|
+
close: () => any;
|
|
2644
|
+
}
|
|
2645
|
+
export class eWatermark<T> extends VueComponent{
|
|
1862
2646
|
|
|
1863
|
-
|
|
2647
|
+
constructor(
|
|
1864
2648
|
|
|
1865
|
-
|
|
1866
|
-
bindAttr?: () => Array<any>,
|
|
2649
|
+
options?: {
|
|
1867
2650
|
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
2651
|
+
[propname: string]: any,
|
|
2652
|
+
bindAttr?: () => Array<any>,
|
|
2653
|
+
slotDefault?: ()=> Array<any>,
|
|
2654
|
+
|
|
2655
|
+
}){super()}
|
|
2656
|
+
'opacity': nasl.core.Long;
|
|
2657
|
+
}
|
|
2658
|
+
export class uCopy<T> extends VueComponent{
|
|
1871
2659
|
|
|
1872
|
-
|
|
2660
|
+
constructor(
|
|
1873
2661
|
|
|
1874
|
-
|
|
2662
|
+
options?: {
|
|
1875
2663
|
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
2664
|
+
[propname: string]: any,
|
|
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{
|
|
1879
2673
|
|
|
1880
|
-
|
|
1881
|
-
load: () => any;
|
|
1882
|
-
reload: () => any;
|
|
1883
|
-
}
|
|
1884
|
-
export class uSiderModal<T> extends VueComponent {
|
|
2674
|
+
constructor(
|
|
1885
2675
|
|
|
1886
|
-
|
|
2676
|
+
options?: {
|
|
1887
2677
|
|
|
1888
|
-
|
|
2678
|
+
[propname: string]: any,
|
|
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{
|
|
1889
2687
|
|
|
1890
|
-
|
|
1891
|
-
bindAttr?: () => Array<any>,
|
|
1892
|
-
slotDefault?: () => Array<any>,
|
|
2688
|
+
constructor(
|
|
1893
2689
|
|
|
1894
|
-
|
|
1895
|
-
}
|
|
1896
|
-
export class lcapVideo<T> extends VueComponent {
|
|
2690
|
+
options?: {
|
|
1897
2691
|
|
|
1898
|
-
|
|
2692
|
+
[propname: string]: any,
|
|
2693
|
+
bindAttr?: () => Array<any>,
|
|
2694
|
+
|
|
2695
|
+
}){super()}
|
|
2696
|
+
}
|
|
2697
|
+
export class lcapLogin<T> extends VueComponent{
|
|
1899
2698
|
|
|
1900
|
-
|
|
2699
|
+
constructor(
|
|
1901
2700
|
|
|
1902
|
-
|
|
1903
|
-
bindAttr?: () => Array<any>,
|
|
2701
|
+
options?: {
|
|
1904
2702
|
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
2703
|
+
[propname: string]: any,
|
|
2704
|
+
bindAttr?: () => Array<any>,
|
|
2705
|
+
|
|
2706
|
+
}){super()}
|
|
2707
|
+
'exdays': nasl.core.Long;
|
|
2708
|
+
jumpAuthPass: () => any;
|
|
2709
|
+
jumpAuth: (type?: nasl.core.String,) => any;
|
|
2710
|
+
login: (account?: nasl.core.String,password?: nasl.core.String,) => any;
|
|
2711
|
+
}
|
|
1909
2712
|
}
|