@guihz/trading-vue-editor-tes 0.0.218 → 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 +4 -1
- package/lib/i18n/local/zh_cn.d.ts +4 -1
- package/lib/trading-vue-editor.js +1814 -1808
- package/lib/trading-vue-editor.umd.cjs +25 -25
- package/package.json +1 -1
package/lib/i18n/local/en.d.ts
CHANGED
@@ -53,6 +53,9 @@ declare const _default: {
|
|
53
53
|
Fields: string;
|
54
54
|
Description: string;
|
55
55
|
Example: string;
|
56
|
-
|
56
|
+
'Enum members': string;
|
57
|
+
statement: string;
|
58
|
+
loop: string;
|
59
|
+
'`click` on keyword for more help': string;
|
57
60
|
};
|
58
61
|
export default _default;
|
@@ -53,6 +53,9 @@ declare const _default: {
|
|
53
53
|
Fields: string;
|
54
54
|
Description: string;
|
55
55
|
Example: string;
|
56
|
-
|
56
|
+
'Enum members': string;
|
57
|
+
statement: string;
|
58
|
+
loop: string;
|
59
|
+
'`click` on keyword for more help': string;
|
57
60
|
};
|
58
61
|
export default _default;
|