@v2coding/ui 0.1.39 → 0.1.40
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/README.md +1 -1
- package/dist/v2coding-ui.esm.js +8 -10
- package/dist/v2coding-ui.min.js +2 -2
- package/dist/v2coding-ui.ssr.js +16 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
## 使用须知
|
|
8
8
|
- 提前在项目中安装以下依赖
|
|
9
9
|
```bash
|
|
10
|
-
yarn add
|
|
10
|
+
yarn add moment element-ui quill vue-quill-editor pinyin-match lodash vuex axios await-to-js vue-router vuex-persist immutable @amap/amap-jsapi-loader gcoord vue-multipane
|
|
11
11
|
```
|
package/dist/v2coding-ui.esm.js
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { fromJS, is } from 'immutable';
|
|
2
|
-
import merge from 'lodash
|
|
2
|
+
import { merge, debounce, throttle } from 'lodash';
|
|
3
3
|
import axios from 'axios';
|
|
4
4
|
import to from 'await-to-js';
|
|
5
5
|
import { Message, TableColumn as TableColumn$1 } from 'element-ui';
|
|
6
6
|
import Vuex, { mapState } from 'vuex';
|
|
7
7
|
import VuexPersistence from 'vuex-persist';
|
|
8
8
|
import VueRouter from 'vue-router';
|
|
9
|
-
import throttle from 'lodash.throttle';
|
|
10
9
|
import PinyinMatch from 'pinyin-match';
|
|
11
10
|
import moment from 'moment';
|
|
12
|
-
import debounce from 'lodash.debounce';
|
|
13
11
|
import { Quill, quillEditor } from 'vue-quill-editor';
|
|
14
12
|
import 'quill/dist/quill.core.css';
|
|
15
13
|
import 'quill/dist/quill.snow.css';
|
|
@@ -4127,7 +4125,7 @@ var __vue_staticRenderFns__$s = [];
|
|
|
4127
4125
|
const __vue_inject_styles__$t = undefined;
|
|
4128
4126
|
/* scoped */
|
|
4129
4127
|
|
|
4130
|
-
const __vue_scope_id__$t = "data-v-
|
|
4128
|
+
const __vue_scope_id__$t = "data-v-8fc41acc";
|
|
4131
4129
|
/* module identifier */
|
|
4132
4130
|
|
|
4133
4131
|
const __vue_module_identifier__$t = undefined;
|
|
@@ -5288,8 +5286,8 @@ var __vue_staticRenderFns__$k = [];
|
|
|
5288
5286
|
|
|
5289
5287
|
const __vue_inject_styles__$l = function (inject) {
|
|
5290
5288
|
if (!inject) return;
|
|
5291
|
-
inject("data-v-
|
|
5292
|
-
source: ".ui-field-trigger-popover[data-v-
|
|
5289
|
+
inject("data-v-5b11db96_0", {
|
|
5290
|
+
source: ".ui-field-trigger-popover[data-v-5b11db96]{width:100%}",
|
|
5293
5291
|
map: undefined,
|
|
5294
5292
|
media: undefined
|
|
5295
5293
|
});
|
|
@@ -5297,7 +5295,7 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
5297
5295
|
/* scoped */
|
|
5298
5296
|
|
|
5299
5297
|
|
|
5300
|
-
const __vue_scope_id__$l = "data-v-
|
|
5298
|
+
const __vue_scope_id__$l = "data-v-5b11db96";
|
|
5301
5299
|
/* module identifier */
|
|
5302
5300
|
|
|
5303
5301
|
const __vue_module_identifier__$l = undefined;
|
|
@@ -7411,8 +7409,8 @@ var __vue_staticRenderFns__$f = [];
|
|
|
7411
7409
|
|
|
7412
7410
|
const __vue_inject_styles__$g = function (inject) {
|
|
7413
7411
|
if (!inject) return;
|
|
7414
|
-
inject("data-v-
|
|
7415
|
-
source: ".el-form--inline[data-v-
|
|
7412
|
+
inject("data-v-a797a0b6_0", {
|
|
7413
|
+
source: ".el-form--inline[data-v-a797a0b6] .el-form-item{display:inline-flex}",
|
|
7416
7414
|
map: undefined,
|
|
7417
7415
|
media: undefined
|
|
7418
7416
|
});
|
|
@@ -7420,7 +7418,7 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7420
7418
|
/* scoped */
|
|
7421
7419
|
|
|
7422
7420
|
|
|
7423
|
-
const __vue_scope_id__$g = "data-v-
|
|
7421
|
+
const __vue_scope_id__$g = "data-v-a797a0b6";
|
|
7424
7422
|
/* module identifier */
|
|
7425
7423
|
|
|
7426
7424
|
const __vue_module_identifier__$g = undefined;
|