@guihz/trading-vue-editor-tes 0.0.217 → 0.0.219
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/i18n/local/en.d.ts +10 -0
- package/lib/i18n/local/zh_cn.d.ts +12 -0
- package/lib/trading-vue-editor.js +1831 -1809
- package/lib/trading-vue-editor.umd.cjs +25 -25
- package/package.json +1 -1
package/lib/i18n/local/en.d.ts
CHANGED
@@ -47,5 +47,15 @@ declare const _default: {
|
|
47
47
|
'to trigger parameters hint': string;
|
48
48
|
library: string;
|
49
49
|
'enum member': string;
|
50
|
+
Returns: string;
|
51
|
+
Syntax: string;
|
52
|
+
Remarks: string;
|
53
|
+
Fields: string;
|
54
|
+
Description: string;
|
55
|
+
Example: string;
|
56
|
+
'Enum members': string;
|
57
|
+
statement: string;
|
58
|
+
loop: string;
|
59
|
+
'`click` on keyword for more help': string;
|
50
60
|
};
|
51
61
|
export default _default;
|
@@ -45,5 +45,17 @@ declare const _default: {
|
|
45
45
|
parameter: string;
|
46
46
|
"**Namespaces** are immutable terms that act as prefixes for groups of identifiers. A dot and another term always follow a namespace when naming Tcc functions, variables, and methods.": string;
|
47
47
|
'to trigger parameters hint': string;
|
48
|
+
library: string;
|
49
|
+
'enum member': string;
|
50
|
+
Returns: string;
|
51
|
+
Syntax: string;
|
52
|
+
Remarks: string;
|
53
|
+
Fields: string;
|
54
|
+
Description: string;
|
55
|
+
Example: string;
|
56
|
+
'Enum members': string;
|
57
|
+
statement: string;
|
58
|
+
loop: string;
|
59
|
+
'`click` on keyword for more help': string;
|
48
60
|
};
|
49
61
|
export default _default;
|