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