From 436a1c4896c1f3063b6ada31a6019531fc43d8cf Mon Sep 17 00:00:00 2001 From: Ajeh Emeke Date: Wed, 28 Nov 2018 01:56:03 +0100 Subject: [PATCH 1/5] Added prompt --- .gitignore | 2 + package-lock.json | 28 +- src/docs/components/app.vue | 362 ++++++++++--------- src/docs/js/translations/en.js | 132 +++---- src/docs/js/translations/es.js | 131 +++---- src/docs/js/translations/zh.js | 131 +++---- src/plugin/components/views/default-view.vue | 4 +- src/plugin/js/constants.js | 3 +- src/plugin/js/index.js | 5 + src/plugin/js/mixins/dialog-mixin.js | 13 +- 10 files changed, 443 insertions(+), 368 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1fe1b00e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +node_modules/ diff --git a/package-lock.json b/package-lock.json index 9090b733a..0a15ce553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5197,12 +5197,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5217,17 +5219,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -5344,7 +5349,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -5356,6 +5362,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5370,6 +5377,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -5377,12 +5385,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -5401,6 +5411,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -5481,7 +5492,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -5493,6 +5505,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -5614,6 +5627,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", diff --git a/src/docs/components/app.vue b/src/docs/components/app.vue index 8b33e5358..dd5ff9749 100644 --- a/src/docs/components/app.vue +++ b/src/docs/components/app.vue @@ -26,34 +26,56 @@

{{ trans('content.titles.method_usage')}}


- +

- +

- +

- +

- + +

+ +

+

- +

- +

- +

@@ -63,7 +85,8 @@

@@ -85,8 +108,9 @@
-
- +
+ +

- +

@@ -122,7 +150,9 @@ - + @@ -144,166 +174,172 @@