@v2coding/ui 0.1.57 → 0.2.0
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/dist/v2coding-ui.esm.js +755 -295
- package/dist/v2coding-ui.min.js +2 -2
- package/dist/v2coding-ui.ssr.js +687 -294
- package/package.json +1 -1
package/dist/v2coding-ui.esm.js
CHANGED
|
@@ -1078,7 +1078,7 @@ var Directives = {
|
|
|
1078
1078
|
};
|
|
1079
1079
|
|
|
1080
1080
|
//
|
|
1081
|
-
var script$
|
|
1081
|
+
var script$F = {
|
|
1082
1082
|
name: 'ui-icon',
|
|
1083
1083
|
props: {
|
|
1084
1084
|
name: String
|
|
@@ -1248,10 +1248,10 @@ function addStyle(id, css) {
|
|
|
1248
1248
|
}
|
|
1249
1249
|
|
|
1250
1250
|
/* script */
|
|
1251
|
-
const __vue_script__$
|
|
1251
|
+
const __vue_script__$G = script$F;
|
|
1252
1252
|
/* template */
|
|
1253
1253
|
|
|
1254
|
-
var __vue_render__$
|
|
1254
|
+
var __vue_render__$F = function () {
|
|
1255
1255
|
var _vm = this;
|
|
1256
1256
|
|
|
1257
1257
|
var _h = _vm.$createElement;
|
|
@@ -1270,10 +1270,10 @@ var __vue_render__$E = function () {
|
|
|
1270
1270
|
})]);
|
|
1271
1271
|
};
|
|
1272
1272
|
|
|
1273
|
-
var __vue_staticRenderFns__$
|
|
1273
|
+
var __vue_staticRenderFns__$F = [];
|
|
1274
1274
|
/* style */
|
|
1275
1275
|
|
|
1276
|
-
const __vue_inject_styles__$
|
|
1276
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
1277
1277
|
if (!inject) return;
|
|
1278
1278
|
inject("data-v-135b2758_0", {
|
|
1279
1279
|
source: ".ui-icon[data-v-135b2758]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden;display:inline-block}.ui-icon.ui-icon-loading[data-v-135b2758]{animation:rotating-data-v-135b2758 2s linear infinite}@keyframes rotating-data-v-135b2758{from{transform:rotate(0)}to{transform:rotate(1turn)}}",
|
|
@@ -1284,23 +1284,23 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
1284
1284
|
/* scoped */
|
|
1285
1285
|
|
|
1286
1286
|
|
|
1287
|
-
const __vue_scope_id__$
|
|
1287
|
+
const __vue_scope_id__$G = "data-v-135b2758";
|
|
1288
1288
|
/* module identifier */
|
|
1289
1289
|
|
|
1290
|
-
const __vue_module_identifier__$
|
|
1290
|
+
const __vue_module_identifier__$G = undefined;
|
|
1291
1291
|
/* functional template */
|
|
1292
1292
|
|
|
1293
|
-
const __vue_is_functional_template__$
|
|
1293
|
+
const __vue_is_functional_template__$G = false;
|
|
1294
1294
|
/* style inject SSR */
|
|
1295
1295
|
|
|
1296
1296
|
/* style inject shadow dom */
|
|
1297
1297
|
|
|
1298
|
-
const __vue_component__$
|
|
1299
|
-
render: __vue_render__$
|
|
1300
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1301
|
-
}, __vue_inject_styles__$
|
|
1298
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
1299
|
+
render: __vue_render__$F,
|
|
1300
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
1301
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
1302
1302
|
|
|
1303
|
-
var Icon$1 = __vue_component__$
|
|
1303
|
+
var Icon$1 = __vue_component__$G;
|
|
1304
1304
|
|
|
1305
1305
|
var Icon = {
|
|
1306
1306
|
install: Vue => {
|
|
@@ -2055,17 +2055,17 @@ var DisplayField = {
|
|
|
2055
2055
|
};
|
|
2056
2056
|
|
|
2057
2057
|
//
|
|
2058
|
-
var script$
|
|
2058
|
+
var script$E = {
|
|
2059
2059
|
name: 'ui-field-autocomplete',
|
|
2060
2060
|
inheritAttrs: false,
|
|
2061
2061
|
mixins: [FieldMixin]
|
|
2062
2062
|
};
|
|
2063
2063
|
|
|
2064
2064
|
/* script */
|
|
2065
|
-
const __vue_script__$
|
|
2065
|
+
const __vue_script__$F = script$E;
|
|
2066
2066
|
/* template */
|
|
2067
2067
|
|
|
2068
|
-
var __vue_render__$
|
|
2068
|
+
var __vue_render__$E = function () {
|
|
2069
2069
|
var _vm = this;
|
|
2070
2070
|
|
|
2071
2071
|
var _h = _vm.$createElement;
|
|
@@ -2079,34 +2079,34 @@ var __vue_render__$D = function () {
|
|
|
2079
2079
|
}, 'el-autocomplete', _vm.$attrs, false), _vm.$listeners));
|
|
2080
2080
|
};
|
|
2081
2081
|
|
|
2082
|
-
var __vue_staticRenderFns__$
|
|
2082
|
+
var __vue_staticRenderFns__$E = [];
|
|
2083
2083
|
/* style */
|
|
2084
2084
|
|
|
2085
|
-
const __vue_inject_styles__$
|
|
2085
|
+
const __vue_inject_styles__$F = undefined;
|
|
2086
2086
|
/* scoped */
|
|
2087
2087
|
|
|
2088
|
-
const __vue_scope_id__$
|
|
2088
|
+
const __vue_scope_id__$F = undefined;
|
|
2089
2089
|
/* module identifier */
|
|
2090
2090
|
|
|
2091
|
-
const __vue_module_identifier__$
|
|
2091
|
+
const __vue_module_identifier__$F = undefined;
|
|
2092
2092
|
/* functional template */
|
|
2093
2093
|
|
|
2094
|
-
const __vue_is_functional_template__$
|
|
2094
|
+
const __vue_is_functional_template__$F = false;
|
|
2095
2095
|
/* style inject */
|
|
2096
2096
|
|
|
2097
2097
|
/* style inject SSR */
|
|
2098
2098
|
|
|
2099
2099
|
/* style inject shadow dom */
|
|
2100
2100
|
|
|
2101
|
-
const __vue_component__$
|
|
2102
|
-
render: __vue_render__$
|
|
2103
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2104
|
-
}, __vue_inject_styles__$
|
|
2101
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2102
|
+
render: __vue_render__$E,
|
|
2103
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
2104
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
|
|
2105
2105
|
|
|
2106
|
-
var AutocompleteField = __vue_component__$
|
|
2106
|
+
var AutocompleteField = __vue_component__$F;
|
|
2107
2107
|
|
|
2108
2108
|
//
|
|
2109
|
-
var script$
|
|
2109
|
+
var script$D = {
|
|
2110
2110
|
name: 'ui-field-text',
|
|
2111
2111
|
inheritAttrs: false,
|
|
2112
2112
|
mixins: [FieldMixin],
|
|
@@ -2150,10 +2150,10 @@ var script$C = {
|
|
|
2150
2150
|
};
|
|
2151
2151
|
|
|
2152
2152
|
/* script */
|
|
2153
|
-
const __vue_script__$
|
|
2153
|
+
const __vue_script__$E = script$D;
|
|
2154
2154
|
/* template */
|
|
2155
2155
|
|
|
2156
|
-
var __vue_render__$
|
|
2156
|
+
var __vue_render__$D = function () {
|
|
2157
2157
|
var _vm = this;
|
|
2158
2158
|
|
|
2159
2159
|
var _h = _vm.$createElement;
|
|
@@ -2173,10 +2173,10 @@ var __vue_render__$C = function () {
|
|
|
2173
2173
|
}, 'el-input', _vm.$attrs, false), _vm.$listeners));
|
|
2174
2174
|
};
|
|
2175
2175
|
|
|
2176
|
-
var __vue_staticRenderFns__$
|
|
2176
|
+
var __vue_staticRenderFns__$D = [];
|
|
2177
2177
|
/* style */
|
|
2178
2178
|
|
|
2179
|
-
const __vue_inject_styles__$
|
|
2179
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
2180
2180
|
if (!inject) return;
|
|
2181
2181
|
inject("data-v-5e8a712c_0", {
|
|
2182
2182
|
source: ".el-input__suffix-inner{display:flex;align-items:center;height:100%}.el-input--large .el-input__count .el-input__count-inner{line-height:38px}.el-input--medium .el-input__count .el-input__count-inner{line-height:34px}.el-input--mini .el-input__count .el-input__count-inner{line-height:26px}",
|
|
@@ -2187,23 +2187,23 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
2187
2187
|
/* scoped */
|
|
2188
2188
|
|
|
2189
2189
|
|
|
2190
|
-
const __vue_scope_id__$
|
|
2190
|
+
const __vue_scope_id__$E = undefined;
|
|
2191
2191
|
/* module identifier */
|
|
2192
2192
|
|
|
2193
|
-
const __vue_module_identifier__$
|
|
2193
|
+
const __vue_module_identifier__$E = undefined;
|
|
2194
2194
|
/* functional template */
|
|
2195
2195
|
|
|
2196
|
-
const __vue_is_functional_template__$
|
|
2196
|
+
const __vue_is_functional_template__$E = false;
|
|
2197
2197
|
/* style inject SSR */
|
|
2198
2198
|
|
|
2199
2199
|
/* style inject shadow dom */
|
|
2200
2200
|
|
|
2201
|
-
const __vue_component__$
|
|
2202
|
-
render: __vue_render__$
|
|
2203
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2204
|
-
}, __vue_inject_styles__$
|
|
2201
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2202
|
+
render: __vue_render__$D,
|
|
2203
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
2204
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
2205
2205
|
|
|
2206
|
-
var TextField = __vue_component__$
|
|
2206
|
+
var TextField = __vue_component__$E;
|
|
2207
2207
|
|
|
2208
2208
|
const mapLabelValue = (data, config) => {
|
|
2209
2209
|
if (!Array.isArray(data)) {
|
|
@@ -2394,7 +2394,7 @@ var DataMixin = {
|
|
|
2394
2394
|
};
|
|
2395
2395
|
|
|
2396
2396
|
//
|
|
2397
|
-
var script$
|
|
2397
|
+
var script$C = {
|
|
2398
2398
|
name: 'ui-field-radio',
|
|
2399
2399
|
mixins: [FieldMixin, DataMixin],
|
|
2400
2400
|
props: {
|
|
@@ -2462,10 +2462,10 @@ var script$B = {
|
|
|
2462
2462
|
};
|
|
2463
2463
|
|
|
2464
2464
|
/* script */
|
|
2465
|
-
const __vue_script__$
|
|
2465
|
+
const __vue_script__$D = script$C;
|
|
2466
2466
|
/* template */
|
|
2467
2467
|
|
|
2468
|
-
var __vue_render__$
|
|
2468
|
+
var __vue_render__$C = function () {
|
|
2469
2469
|
var _vm = this;
|
|
2470
2470
|
|
|
2471
2471
|
var _h = _vm.$createElement;
|
|
@@ -2515,10 +2515,10 @@ var __vue_render__$B = function () {
|
|
|
2515
2515
|
}, [_vm._v("重新加载")])], 1) : _vm._e()], 1);
|
|
2516
2516
|
};
|
|
2517
2517
|
|
|
2518
|
-
var __vue_staticRenderFns__$
|
|
2518
|
+
var __vue_staticRenderFns__$C = [];
|
|
2519
2519
|
/* style */
|
|
2520
2520
|
|
|
2521
|
-
const __vue_inject_styles__$
|
|
2521
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
2522
2522
|
if (!inject) return;
|
|
2523
2523
|
inject("data-v-e3949f02_0", {
|
|
2524
2524
|
source: ".ui-field-radio .empty[data-v-e3949f02]{display:inline-flex;align-items:center;font-size:12px;color:#909399}.ui-field-radio>.el-radio-group[data-v-e3949f02]{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center}.ui-field-radio>.el-radio-group .el-radio[data-v-e3949f02]{line-height:36px}[data-v-e3949f02] .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -2529,26 +2529,26 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
2529
2529
|
/* scoped */
|
|
2530
2530
|
|
|
2531
2531
|
|
|
2532
|
-
const __vue_scope_id__$
|
|
2532
|
+
const __vue_scope_id__$D = "data-v-e3949f02";
|
|
2533
2533
|
/* module identifier */
|
|
2534
2534
|
|
|
2535
|
-
const __vue_module_identifier__$
|
|
2535
|
+
const __vue_module_identifier__$D = undefined;
|
|
2536
2536
|
/* functional template */
|
|
2537
2537
|
|
|
2538
|
-
const __vue_is_functional_template__$
|
|
2538
|
+
const __vue_is_functional_template__$D = false;
|
|
2539
2539
|
/* style inject SSR */
|
|
2540
2540
|
|
|
2541
2541
|
/* style inject shadow dom */
|
|
2542
2542
|
|
|
2543
|
-
const __vue_component__$
|
|
2544
|
-
render: __vue_render__$
|
|
2545
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2546
|
-
}, __vue_inject_styles__$
|
|
2543
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2544
|
+
render: __vue_render__$C,
|
|
2545
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
2546
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
2547
2547
|
|
|
2548
|
-
var RadioField = __vue_component__$
|
|
2548
|
+
var RadioField = __vue_component__$D;
|
|
2549
2549
|
|
|
2550
2550
|
//
|
|
2551
|
-
var script$
|
|
2551
|
+
var script$B = {
|
|
2552
2552
|
name: 'ui-field-checkbox',
|
|
2553
2553
|
mixins: [FieldMixin, DataMixin],
|
|
2554
2554
|
props: {
|
|
@@ -2629,10 +2629,10 @@ var script$A = {
|
|
|
2629
2629
|
};
|
|
2630
2630
|
|
|
2631
2631
|
/* script */
|
|
2632
|
-
const __vue_script__$
|
|
2632
|
+
const __vue_script__$C = script$B;
|
|
2633
2633
|
/* template */
|
|
2634
2634
|
|
|
2635
|
-
var __vue_render__$
|
|
2635
|
+
var __vue_render__$B = function () {
|
|
2636
2636
|
var _vm = this;
|
|
2637
2637
|
|
|
2638
2638
|
var _h = _vm.$createElement;
|
|
@@ -2713,10 +2713,10 @@ var __vue_render__$A = function () {
|
|
|
2713
2713
|
}, [_vm._v("重新加载")])], 1) : _vm._e()], 1);
|
|
2714
2714
|
};
|
|
2715
2715
|
|
|
2716
|
-
var __vue_staticRenderFns__$
|
|
2716
|
+
var __vue_staticRenderFns__$B = [];
|
|
2717
2717
|
/* style */
|
|
2718
2718
|
|
|
2719
|
-
const __vue_inject_styles__$
|
|
2719
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
2720
2720
|
if (!inject) return;
|
|
2721
2721
|
inject("data-v-ae8f026a_0", {
|
|
2722
2722
|
source: ".ui-field-checkbox .all[data-v-ae8f026a]{display:flex}.ui-field-checkbox .all>.el-checkbox[data-v-ae8f026a]{margin-right:0}.ui-field-checkbox .options[data-v-ae8f026a]{display:flex;flex-direction:row;align-items:center}.ui-field-checkbox .empty[data-v-ae8f026a]{display:inline-flex;align-items:center;font-size:12px;color:#909399}.ui-field-checkbox[data-v-ae8f026a] .el-checkbox{margin:0 8px 0 0}.ui-field-checkbox[data-v-ae8f026a] .el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:0}.ui-field-checkbox[data-v-ae8f026a] .el-divider{margin:0 10px}[data-v-ae8f026a] .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -2727,26 +2727,26 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
2727
2727
|
/* scoped */
|
|
2728
2728
|
|
|
2729
2729
|
|
|
2730
|
-
const __vue_scope_id__$
|
|
2730
|
+
const __vue_scope_id__$C = "data-v-ae8f026a";
|
|
2731
2731
|
/* module identifier */
|
|
2732
2732
|
|
|
2733
|
-
const __vue_module_identifier__$
|
|
2733
|
+
const __vue_module_identifier__$C = undefined;
|
|
2734
2734
|
/* functional template */
|
|
2735
2735
|
|
|
2736
|
-
const __vue_is_functional_template__$
|
|
2736
|
+
const __vue_is_functional_template__$C = false;
|
|
2737
2737
|
/* style inject SSR */
|
|
2738
2738
|
|
|
2739
2739
|
/* style inject shadow dom */
|
|
2740
2740
|
|
|
2741
|
-
const __vue_component__$
|
|
2742
|
-
render: __vue_render__$
|
|
2743
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2744
|
-
}, __vue_inject_styles__$
|
|
2741
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2742
|
+
render: __vue_render__$B,
|
|
2743
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
2744
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
2745
2745
|
|
|
2746
|
-
var CheckboxField = __vue_component__$
|
|
2746
|
+
var CheckboxField = __vue_component__$C;
|
|
2747
2747
|
|
|
2748
2748
|
//
|
|
2749
|
-
var script$
|
|
2749
|
+
var script$A = {
|
|
2750
2750
|
name: 'ui-field-select',
|
|
2751
2751
|
mixins: [FieldMixin, DataMixin],
|
|
2752
2752
|
inheritAttrs: false,
|
|
@@ -2948,10 +2948,10 @@ var script$z = {
|
|
|
2948
2948
|
};
|
|
2949
2949
|
|
|
2950
2950
|
/* script */
|
|
2951
|
-
const __vue_script__$
|
|
2951
|
+
const __vue_script__$B = script$A;
|
|
2952
2952
|
/* template */
|
|
2953
2953
|
|
|
2954
|
-
var __vue_render__$
|
|
2954
|
+
var __vue_render__$A = function () {
|
|
2955
2955
|
var _vm = this;
|
|
2956
2956
|
|
|
2957
2957
|
var _h = _vm.$createElement;
|
|
@@ -3076,10 +3076,10 @@ var __vue_render__$z = function () {
|
|
|
3076
3076
|
})], 1)], 1) : _vm._e()], 1);
|
|
3077
3077
|
};
|
|
3078
3078
|
|
|
3079
|
-
var __vue_staticRenderFns__$
|
|
3079
|
+
var __vue_staticRenderFns__$A = [];
|
|
3080
3080
|
/* style */
|
|
3081
3081
|
|
|
3082
|
-
const __vue_inject_styles__$
|
|
3082
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
3083
3083
|
if (!inject) return;
|
|
3084
3084
|
inject("data-v-3c9745c2_0", {
|
|
3085
3085
|
source: ".ui-field-select .el-select{width:100%}.ui-field-select .el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:var(--color-primary)}.ui-field-select .empty{font-size:12px;color:#909399;display:flex;align-items:center}.ui-field-select .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -3090,26 +3090,26 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
3090
3090
|
/* scoped */
|
|
3091
3091
|
|
|
3092
3092
|
|
|
3093
|
-
const __vue_scope_id__$
|
|
3093
|
+
const __vue_scope_id__$B = undefined;
|
|
3094
3094
|
/* module identifier */
|
|
3095
3095
|
|
|
3096
|
-
const __vue_module_identifier__$
|
|
3096
|
+
const __vue_module_identifier__$B = undefined;
|
|
3097
3097
|
/* functional template */
|
|
3098
3098
|
|
|
3099
|
-
const __vue_is_functional_template__$
|
|
3099
|
+
const __vue_is_functional_template__$B = false;
|
|
3100
3100
|
/* style inject SSR */
|
|
3101
3101
|
|
|
3102
3102
|
/* style inject shadow dom */
|
|
3103
3103
|
|
|
3104
|
-
const __vue_component__$
|
|
3105
|
-
render: __vue_render__$
|
|
3106
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3107
|
-
}, __vue_inject_styles__$
|
|
3104
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3105
|
+
render: __vue_render__$A,
|
|
3106
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
3107
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
3108
3108
|
|
|
3109
|
-
var SelectField = __vue_component__$
|
|
3109
|
+
var SelectField = __vue_component__$B;
|
|
3110
3110
|
|
|
3111
3111
|
//
|
|
3112
|
-
var script$
|
|
3112
|
+
var script$z = {
|
|
3113
3113
|
name: 'ui-field-number',
|
|
3114
3114
|
mixins: [FieldMixin],
|
|
3115
3115
|
props: {
|
|
@@ -3140,10 +3140,10 @@ var script$y = {
|
|
|
3140
3140
|
};
|
|
3141
3141
|
|
|
3142
3142
|
/* script */
|
|
3143
|
-
const __vue_script__$
|
|
3143
|
+
const __vue_script__$A = script$z;
|
|
3144
3144
|
/* template */
|
|
3145
3145
|
|
|
3146
|
-
var __vue_render__$
|
|
3146
|
+
var __vue_render__$z = function () {
|
|
3147
3147
|
var _vm = this;
|
|
3148
3148
|
|
|
3149
3149
|
var _h = _vm.$createElement;
|
|
@@ -3159,10 +3159,10 @@ var __vue_render__$y = function () {
|
|
|
3159
3159
|
}, 'el-input-number', _vm.$attrs, false), _vm.$listeners));
|
|
3160
3160
|
};
|
|
3161
3161
|
|
|
3162
|
-
var __vue_staticRenderFns__$
|
|
3162
|
+
var __vue_staticRenderFns__$z = [];
|
|
3163
3163
|
/* style */
|
|
3164
3164
|
|
|
3165
|
-
const __vue_inject_styles__$
|
|
3165
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
3166
3166
|
if (!inject) return;
|
|
3167
3167
|
inject("data-v-53fd5ea2_0", {
|
|
3168
3168
|
source: ".ui-number-field[data-v-53fd5ea2]{width:100%}.ui-number-field[data-v-53fd5ea2] input{text-align:initial}",
|
|
@@ -3173,23 +3173,23 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
3173
3173
|
/* scoped */
|
|
3174
3174
|
|
|
3175
3175
|
|
|
3176
|
-
const __vue_scope_id__$
|
|
3176
|
+
const __vue_scope_id__$A = "data-v-53fd5ea2";
|
|
3177
3177
|
/* module identifier */
|
|
3178
3178
|
|
|
3179
|
-
const __vue_module_identifier__$
|
|
3179
|
+
const __vue_module_identifier__$A = undefined;
|
|
3180
3180
|
/* functional template */
|
|
3181
3181
|
|
|
3182
|
-
const __vue_is_functional_template__$
|
|
3182
|
+
const __vue_is_functional_template__$A = false;
|
|
3183
3183
|
/* style inject SSR */
|
|
3184
3184
|
|
|
3185
3185
|
/* style inject shadow dom */
|
|
3186
3186
|
|
|
3187
|
-
const __vue_component__$
|
|
3188
|
-
render: __vue_render__$
|
|
3189
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3190
|
-
}, __vue_inject_styles__$
|
|
3187
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3188
|
+
render: __vue_render__$z,
|
|
3189
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
3190
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
3191
3191
|
|
|
3192
|
-
var NumberField = __vue_component__$
|
|
3192
|
+
var NumberField = __vue_component__$A;
|
|
3193
3193
|
|
|
3194
3194
|
const randomStr = length => {
|
|
3195
3195
|
let str = Math.random().toString(36).substr(2);
|
|
@@ -3207,7 +3207,7 @@ var Strings = {
|
|
|
3207
3207
|
};
|
|
3208
3208
|
|
|
3209
3209
|
//
|
|
3210
|
-
var script$
|
|
3210
|
+
var script$y = {
|
|
3211
3211
|
name: 'ui-field-cascade',
|
|
3212
3212
|
mixins: [FieldMixin, DataMixin],
|
|
3213
3213
|
props: {
|
|
@@ -3478,10 +3478,10 @@ var script$x = {
|
|
|
3478
3478
|
};
|
|
3479
3479
|
|
|
3480
3480
|
/* script */
|
|
3481
|
-
const __vue_script__$
|
|
3481
|
+
const __vue_script__$z = script$y;
|
|
3482
3482
|
/* template */
|
|
3483
3483
|
|
|
3484
|
-
var __vue_render__$
|
|
3484
|
+
var __vue_render__$y = function () {
|
|
3485
3485
|
var _vm = this;
|
|
3486
3486
|
|
|
3487
3487
|
var _h = _vm.$createElement;
|
|
@@ -3545,10 +3545,10 @@ var __vue_render__$x = function () {
|
|
|
3545
3545
|
})], 1)], 1) : _vm._e()], 1);
|
|
3546
3546
|
};
|
|
3547
3547
|
|
|
3548
|
-
var __vue_staticRenderFns__$
|
|
3548
|
+
var __vue_staticRenderFns__$y = [];
|
|
3549
3549
|
/* style */
|
|
3550
3550
|
|
|
3551
|
-
const __vue_inject_styles__$
|
|
3551
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
3552
3552
|
if (!inject) return;
|
|
3553
3553
|
inject("data-v-e8617b10_0", {
|
|
3554
3554
|
source: ".ui-cascade-field[data-v-e8617b10]{width:100%}.ui-cascade-field-popper[data-v-e8617b10]{z-index:99999!important}.ui-cascade-field-popper .el-cascader-menu__item[data-v-e8617b10]{padding-right:30px}[data-v-e8617b10] .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -3559,23 +3559,23 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
3559
3559
|
/* scoped */
|
|
3560
3560
|
|
|
3561
3561
|
|
|
3562
|
-
const __vue_scope_id__$
|
|
3562
|
+
const __vue_scope_id__$z = "data-v-e8617b10";
|
|
3563
3563
|
/* module identifier */
|
|
3564
3564
|
|
|
3565
|
-
const __vue_module_identifier__$
|
|
3565
|
+
const __vue_module_identifier__$z = undefined;
|
|
3566
3566
|
/* functional template */
|
|
3567
3567
|
|
|
3568
|
-
const __vue_is_functional_template__$
|
|
3568
|
+
const __vue_is_functional_template__$z = false;
|
|
3569
3569
|
/* style inject SSR */
|
|
3570
3570
|
|
|
3571
3571
|
/* style inject shadow dom */
|
|
3572
3572
|
|
|
3573
|
-
const __vue_component__$
|
|
3574
|
-
render: __vue_render__$
|
|
3575
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3576
|
-
}, __vue_inject_styles__$
|
|
3573
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3574
|
+
render: __vue_render__$y,
|
|
3575
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
3576
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
3577
3577
|
|
|
3578
|
-
var CascadeField = __vue_component__$
|
|
3578
|
+
var CascadeField = __vue_component__$z;
|
|
3579
3579
|
|
|
3580
3580
|
/**
|
|
3581
3581
|
* @param text
|
|
@@ -3637,7 +3637,7 @@ const DisabledDate = {
|
|
|
3637
3637
|
};
|
|
3638
3638
|
|
|
3639
3639
|
//
|
|
3640
|
-
var script$
|
|
3640
|
+
var script$x = {
|
|
3641
3641
|
name: 'ui-field-date',
|
|
3642
3642
|
mixins: [FieldMixin],
|
|
3643
3643
|
props: {
|
|
@@ -3786,10 +3786,10 @@ var script$w = {
|
|
|
3786
3786
|
};
|
|
3787
3787
|
|
|
3788
3788
|
/* script */
|
|
3789
|
-
const __vue_script__$
|
|
3789
|
+
const __vue_script__$y = script$x;
|
|
3790
3790
|
/* template */
|
|
3791
3791
|
|
|
3792
|
-
var __vue_render__$
|
|
3792
|
+
var __vue_render__$x = function () {
|
|
3793
3793
|
var _vm = this;
|
|
3794
3794
|
|
|
3795
3795
|
var _h = _vm.$createElement;
|
|
@@ -3813,10 +3813,10 @@ var __vue_render__$w = function () {
|
|
|
3813
3813
|
}, 'el-date-picker', _vm.$attrs, false), _vm._listeners));
|
|
3814
3814
|
};
|
|
3815
3815
|
|
|
3816
|
-
var __vue_staticRenderFns__$
|
|
3816
|
+
var __vue_staticRenderFns__$x = [];
|
|
3817
3817
|
/* style */
|
|
3818
3818
|
|
|
3819
|
-
const __vue_inject_styles__$
|
|
3819
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
3820
3820
|
if (!inject) return;
|
|
3821
3821
|
inject("data-v-768a430c_0", {
|
|
3822
3822
|
source: ".ui-date-field.el-date-editor[data-v-768a430c]{width:100%}",
|
|
@@ -3827,26 +3827,26 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
3827
3827
|
/* scoped */
|
|
3828
3828
|
|
|
3829
3829
|
|
|
3830
|
-
const __vue_scope_id__$
|
|
3830
|
+
const __vue_scope_id__$y = "data-v-768a430c";
|
|
3831
3831
|
/* module identifier */
|
|
3832
3832
|
|
|
3833
|
-
const __vue_module_identifier__$
|
|
3833
|
+
const __vue_module_identifier__$y = undefined;
|
|
3834
3834
|
/* functional template */
|
|
3835
3835
|
|
|
3836
|
-
const __vue_is_functional_template__$
|
|
3836
|
+
const __vue_is_functional_template__$y = false;
|
|
3837
3837
|
/* style inject SSR */
|
|
3838
3838
|
|
|
3839
3839
|
/* style inject shadow dom */
|
|
3840
3840
|
|
|
3841
|
-
const __vue_component__$
|
|
3842
|
-
render: __vue_render__$
|
|
3843
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3844
|
-
}, __vue_inject_styles__$
|
|
3841
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3842
|
+
render: __vue_render__$x,
|
|
3843
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
3844
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
3845
3845
|
|
|
3846
|
-
var DateField = __vue_component__$
|
|
3846
|
+
var DateField = __vue_component__$y;
|
|
3847
3847
|
|
|
3848
3848
|
//
|
|
3849
|
-
var script$
|
|
3849
|
+
var script$w = {
|
|
3850
3850
|
name: 'ui-field-timepicker',
|
|
3851
3851
|
mixins: [FieldMixin],
|
|
3852
3852
|
props: {
|
|
@@ -3912,10 +3912,10 @@ var script$v = {
|
|
|
3912
3912
|
};
|
|
3913
3913
|
|
|
3914
3914
|
/* script */
|
|
3915
|
-
const __vue_script__$
|
|
3915
|
+
const __vue_script__$x = script$w;
|
|
3916
3916
|
/* template */
|
|
3917
3917
|
|
|
3918
|
-
var __vue_render__$
|
|
3918
|
+
var __vue_render__$w = function () {
|
|
3919
3919
|
var _vm = this;
|
|
3920
3920
|
|
|
3921
3921
|
var _h = _vm.$createElement;
|
|
@@ -3937,10 +3937,10 @@ var __vue_render__$v = function () {
|
|
|
3937
3937
|
}, 'el-time-picker', _vm.$attrs, false), _vm._listeners));
|
|
3938
3938
|
};
|
|
3939
3939
|
|
|
3940
|
-
var __vue_staticRenderFns__$
|
|
3940
|
+
var __vue_staticRenderFns__$w = [];
|
|
3941
3941
|
/* style */
|
|
3942
3942
|
|
|
3943
|
-
const __vue_inject_styles__$
|
|
3943
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
3944
3944
|
if (!inject) return;
|
|
3945
3945
|
inject("data-v-18a65ed4_0", {
|
|
3946
3946
|
source: ".ui-timepicker-field.el-date-editor[data-v-18a65ed4]{width:100%}",
|
|
@@ -3951,26 +3951,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
3951
3951
|
/* scoped */
|
|
3952
3952
|
|
|
3953
3953
|
|
|
3954
|
-
const __vue_scope_id__$
|
|
3954
|
+
const __vue_scope_id__$x = "data-v-18a65ed4";
|
|
3955
3955
|
/* module identifier */
|
|
3956
3956
|
|
|
3957
|
-
const __vue_module_identifier__$
|
|
3957
|
+
const __vue_module_identifier__$x = undefined;
|
|
3958
3958
|
/* functional template */
|
|
3959
3959
|
|
|
3960
|
-
const __vue_is_functional_template__$
|
|
3960
|
+
const __vue_is_functional_template__$x = false;
|
|
3961
3961
|
/* style inject SSR */
|
|
3962
3962
|
|
|
3963
3963
|
/* style inject shadow dom */
|
|
3964
3964
|
|
|
3965
|
-
const __vue_component__$
|
|
3966
|
-
render: __vue_render__$
|
|
3967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3968
|
-
}, __vue_inject_styles__$
|
|
3965
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3966
|
+
render: __vue_render__$w,
|
|
3967
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
3968
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
3969
3969
|
|
|
3970
|
-
var TimePickerField = __vue_component__$
|
|
3970
|
+
var TimePickerField = __vue_component__$x;
|
|
3971
3971
|
|
|
3972
3972
|
//
|
|
3973
|
-
var script$
|
|
3973
|
+
var script$v = {
|
|
3974
3974
|
name: 'ui-field-timeselect',
|
|
3975
3975
|
mixins: [FieldMixin],
|
|
3976
3976
|
methods: {
|
|
@@ -3983,10 +3983,10 @@ var script$u = {
|
|
|
3983
3983
|
};
|
|
3984
3984
|
|
|
3985
3985
|
/* script */
|
|
3986
|
-
const __vue_script__$
|
|
3986
|
+
const __vue_script__$w = script$v;
|
|
3987
3987
|
/* template */
|
|
3988
3988
|
|
|
3989
|
-
var __vue_render__$
|
|
3989
|
+
var __vue_render__$v = function () {
|
|
3990
3990
|
var _vm = this;
|
|
3991
3991
|
|
|
3992
3992
|
var _h = _vm.$createElement;
|
|
@@ -4001,10 +4001,10 @@ var __vue_render__$u = function () {
|
|
|
4001
4001
|
}, 'el-time-select', _vm.$attrs, false), _vm.$listeners));
|
|
4002
4002
|
};
|
|
4003
4003
|
|
|
4004
|
-
var __vue_staticRenderFns__$
|
|
4004
|
+
var __vue_staticRenderFns__$v = [];
|
|
4005
4005
|
/* style */
|
|
4006
4006
|
|
|
4007
|
-
const __vue_inject_styles__$
|
|
4007
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
4008
4008
|
if (!inject) return;
|
|
4009
4009
|
inject("data-v-502897fb_0", {
|
|
4010
4010
|
source: ".ui-timeselect-field.el-date-editor[data-v-502897fb]{width:100%}",
|
|
@@ -4015,23 +4015,23 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
4015
4015
|
/* scoped */
|
|
4016
4016
|
|
|
4017
4017
|
|
|
4018
|
-
const __vue_scope_id__$
|
|
4018
|
+
const __vue_scope_id__$w = "data-v-502897fb";
|
|
4019
4019
|
/* module identifier */
|
|
4020
4020
|
|
|
4021
|
-
const __vue_module_identifier__$
|
|
4021
|
+
const __vue_module_identifier__$w = undefined;
|
|
4022
4022
|
/* functional template */
|
|
4023
4023
|
|
|
4024
|
-
const __vue_is_functional_template__$
|
|
4024
|
+
const __vue_is_functional_template__$w = false;
|
|
4025
4025
|
/* style inject SSR */
|
|
4026
4026
|
|
|
4027
4027
|
/* style inject shadow dom */
|
|
4028
4028
|
|
|
4029
|
-
const __vue_component__$
|
|
4030
|
-
render: __vue_render__$
|
|
4031
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4032
|
-
}, __vue_inject_styles__$
|
|
4029
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4030
|
+
render: __vue_render__$v,
|
|
4031
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
4032
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
4033
4033
|
|
|
4034
|
-
var TimeSelectField = __vue_component__$
|
|
4034
|
+
var TimeSelectField = __vue_component__$w;
|
|
4035
4035
|
|
|
4036
4036
|
//
|
|
4037
4037
|
|
|
@@ -4040,7 +4040,7 @@ Date.prototype.calendar = function () {
|
|
|
4040
4040
|
return [this.getFullYear(), month < 10 ? "0" + month : month, this.getDate()].join("-");
|
|
4041
4041
|
};
|
|
4042
4042
|
|
|
4043
|
-
var script$
|
|
4043
|
+
var script$u = {
|
|
4044
4044
|
name: 'ui-field-datse',
|
|
4045
4045
|
mixins: [FieldMixin],
|
|
4046
4046
|
props: {
|
|
@@ -4094,10 +4094,10 @@ var script$t = {
|
|
|
4094
4094
|
};
|
|
4095
4095
|
|
|
4096
4096
|
/* script */
|
|
4097
|
-
const __vue_script__$
|
|
4097
|
+
const __vue_script__$v = script$u;
|
|
4098
4098
|
/* template */
|
|
4099
4099
|
|
|
4100
|
-
var __vue_render__$
|
|
4100
|
+
var __vue_render__$u = function () {
|
|
4101
4101
|
var _vm = this;
|
|
4102
4102
|
|
|
4103
4103
|
var _h = _vm.$createElement;
|
|
@@ -4143,10 +4143,10 @@ var __vue_render__$t = function () {
|
|
|
4143
4143
|
})], 1);
|
|
4144
4144
|
};
|
|
4145
4145
|
|
|
4146
|
-
var __vue_staticRenderFns__$
|
|
4146
|
+
var __vue_staticRenderFns__$u = [];
|
|
4147
4147
|
/* style */
|
|
4148
4148
|
|
|
4149
|
-
const __vue_inject_styles__$
|
|
4149
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
4150
4150
|
if (!inject) return;
|
|
4151
4151
|
inject("data-v-33f2225c_0", {
|
|
4152
4152
|
source: ".ui-date-field.el-date-editor[data-v-33f2225c]{width:100%}.calendar[data-v-33f2225c]{margin-right:20px}.calendar .calendarItem[data-v-33f2225c]{display:inline-block;box-sizing:border-box;width:45px;height:35px;cursor:pointer;border-right:1px solid #e3e3ee;text-align:center;border:1px solid #e3e3e3;font-size:14px}.calendar .calendarItem[data-v-33f2225c]:first-of-type{border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px}.calendar .calendarItem[data-v-33f2225c]:last-of-type{border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.calendar .calendar-active[data-v-33f2225c]{color:#1890ff;background:#e3e3e3}.separator[data-v-33f2225c]{margin-right:10px;color:#333}",
|
|
@@ -4157,26 +4157,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
4157
4157
|
/* scoped */
|
|
4158
4158
|
|
|
4159
4159
|
|
|
4160
|
-
const __vue_scope_id__$
|
|
4160
|
+
const __vue_scope_id__$v = "data-v-33f2225c";
|
|
4161
4161
|
/* module identifier */
|
|
4162
4162
|
|
|
4163
|
-
const __vue_module_identifier__$
|
|
4163
|
+
const __vue_module_identifier__$v = undefined;
|
|
4164
4164
|
/* functional template */
|
|
4165
4165
|
|
|
4166
|
-
const __vue_is_functional_template__$
|
|
4166
|
+
const __vue_is_functional_template__$v = false;
|
|
4167
4167
|
/* style inject SSR */
|
|
4168
4168
|
|
|
4169
4169
|
/* style inject shadow dom */
|
|
4170
4170
|
|
|
4171
|
-
const __vue_component__$
|
|
4172
|
-
render: __vue_render__$
|
|
4173
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4174
|
-
}, __vue_inject_styles__$
|
|
4171
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4172
|
+
render: __vue_render__$u,
|
|
4173
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
4174
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
4175
4175
|
|
|
4176
|
-
var DatecCalendarField = __vue_component__$
|
|
4176
|
+
var DatecCalendarField = __vue_component__$v;
|
|
4177
4177
|
|
|
4178
4178
|
//
|
|
4179
|
-
var script$
|
|
4179
|
+
var script$t = {
|
|
4180
4180
|
name: 'ui-field-slider',
|
|
4181
4181
|
mixins: [FieldMixin],
|
|
4182
4182
|
props: {
|
|
@@ -4246,10 +4246,10 @@ var script$s = {
|
|
|
4246
4246
|
};
|
|
4247
4247
|
|
|
4248
4248
|
/* script */
|
|
4249
|
-
const __vue_script__$
|
|
4249
|
+
const __vue_script__$u = script$t;
|
|
4250
4250
|
/* template */
|
|
4251
4251
|
|
|
4252
|
-
var __vue_render__$
|
|
4252
|
+
var __vue_render__$t = function () {
|
|
4253
4253
|
var _vm = this;
|
|
4254
4254
|
|
|
4255
4255
|
var _h = _vm.$createElement;
|
|
@@ -4275,43 +4275,43 @@ var __vue_render__$s = function () {
|
|
|
4275
4275
|
}, 'el-slider', _vm.$attrs, false), _vm._listeners));
|
|
4276
4276
|
};
|
|
4277
4277
|
|
|
4278
|
-
var __vue_staticRenderFns__$
|
|
4278
|
+
var __vue_staticRenderFns__$t = [];
|
|
4279
4279
|
/* style */
|
|
4280
4280
|
|
|
4281
|
-
const __vue_inject_styles__$
|
|
4281
|
+
const __vue_inject_styles__$u = undefined;
|
|
4282
4282
|
/* scoped */
|
|
4283
4283
|
|
|
4284
|
-
const __vue_scope_id__$
|
|
4284
|
+
const __vue_scope_id__$u = "data-v-8fc41acc";
|
|
4285
4285
|
/* module identifier */
|
|
4286
4286
|
|
|
4287
|
-
const __vue_module_identifier__$
|
|
4287
|
+
const __vue_module_identifier__$u = undefined;
|
|
4288
4288
|
/* functional template */
|
|
4289
4289
|
|
|
4290
|
-
const __vue_is_functional_template__$
|
|
4290
|
+
const __vue_is_functional_template__$u = false;
|
|
4291
4291
|
/* style inject */
|
|
4292
4292
|
|
|
4293
4293
|
/* style inject SSR */
|
|
4294
4294
|
|
|
4295
4295
|
/* style inject shadow dom */
|
|
4296
4296
|
|
|
4297
|
-
const __vue_component__$
|
|
4298
|
-
render: __vue_render__$
|
|
4299
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4300
|
-
}, __vue_inject_styles__$
|
|
4297
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4298
|
+
render: __vue_render__$t,
|
|
4299
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
4300
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
4301
4301
|
|
|
4302
|
-
var SliderField = __vue_component__$
|
|
4302
|
+
var SliderField = __vue_component__$u;
|
|
4303
4303
|
|
|
4304
4304
|
//
|
|
4305
|
-
var script$
|
|
4305
|
+
var script$s = {
|
|
4306
4306
|
name: 'ui-field-switch',
|
|
4307
4307
|
mixins: [FieldMixin]
|
|
4308
4308
|
};
|
|
4309
4309
|
|
|
4310
4310
|
/* script */
|
|
4311
|
-
const __vue_script__$
|
|
4311
|
+
const __vue_script__$t = script$s;
|
|
4312
4312
|
/* template */
|
|
4313
4313
|
|
|
4314
|
-
var __vue_render__$
|
|
4314
|
+
var __vue_render__$s = function () {
|
|
4315
4315
|
var _vm = this;
|
|
4316
4316
|
|
|
4317
4317
|
var _h = _vm.$createElement;
|
|
@@ -4325,34 +4325,34 @@ var __vue_render__$r = function () {
|
|
|
4325
4325
|
}, 'el-switch', _vm.$attrs, false), _vm.$listeners));
|
|
4326
4326
|
};
|
|
4327
4327
|
|
|
4328
|
-
var __vue_staticRenderFns__$
|
|
4328
|
+
var __vue_staticRenderFns__$s = [];
|
|
4329
4329
|
/* style */
|
|
4330
4330
|
|
|
4331
|
-
const __vue_inject_styles__$
|
|
4331
|
+
const __vue_inject_styles__$t = undefined;
|
|
4332
4332
|
/* scoped */
|
|
4333
4333
|
|
|
4334
|
-
const __vue_scope_id__$
|
|
4334
|
+
const __vue_scope_id__$t = "data-v-0a1271ea";
|
|
4335
4335
|
/* module identifier */
|
|
4336
4336
|
|
|
4337
|
-
const __vue_module_identifier__$
|
|
4337
|
+
const __vue_module_identifier__$t = undefined;
|
|
4338
4338
|
/* functional template */
|
|
4339
4339
|
|
|
4340
|
-
const __vue_is_functional_template__$
|
|
4340
|
+
const __vue_is_functional_template__$t = false;
|
|
4341
4341
|
/* style inject */
|
|
4342
4342
|
|
|
4343
4343
|
/* style inject SSR */
|
|
4344
4344
|
|
|
4345
4345
|
/* style inject shadow dom */
|
|
4346
4346
|
|
|
4347
|
-
const __vue_component__$
|
|
4348
|
-
render: __vue_render__$
|
|
4349
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4350
|
-
}, __vue_inject_styles__$
|
|
4347
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4348
|
+
render: __vue_render__$s,
|
|
4349
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
4350
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
4351
4351
|
|
|
4352
|
-
var SwitchField = __vue_component__$
|
|
4352
|
+
var SwitchField = __vue_component__$t;
|
|
4353
4353
|
|
|
4354
4354
|
//
|
|
4355
|
-
var script$
|
|
4355
|
+
var script$r = {
|
|
4356
4356
|
name: 'ui-field-rate',
|
|
4357
4357
|
mixins: [FieldMixin],
|
|
4358
4358
|
props: {
|
|
@@ -4386,10 +4386,10 @@ var script$q = {
|
|
|
4386
4386
|
};
|
|
4387
4387
|
|
|
4388
4388
|
/* script */
|
|
4389
|
-
const __vue_script__$
|
|
4389
|
+
const __vue_script__$s = script$r;
|
|
4390
4390
|
/* template */
|
|
4391
4391
|
|
|
4392
|
-
var __vue_render__$
|
|
4392
|
+
var __vue_render__$r = function () {
|
|
4393
4393
|
var _vm = this;
|
|
4394
4394
|
|
|
4395
4395
|
var _h = _vm.$createElement;
|
|
@@ -4410,34 +4410,34 @@ var __vue_render__$q = function () {
|
|
|
4410
4410
|
}, 'el-rate', _vm.$attrs, false), _vm._listeners));
|
|
4411
4411
|
};
|
|
4412
4412
|
|
|
4413
|
-
var __vue_staticRenderFns__$
|
|
4413
|
+
var __vue_staticRenderFns__$r = [];
|
|
4414
4414
|
/* style */
|
|
4415
4415
|
|
|
4416
|
-
const __vue_inject_styles__$
|
|
4416
|
+
const __vue_inject_styles__$s = undefined;
|
|
4417
4417
|
/* scoped */
|
|
4418
4418
|
|
|
4419
|
-
const __vue_scope_id__$
|
|
4419
|
+
const __vue_scope_id__$s = "data-v-8027f8f8";
|
|
4420
4420
|
/* module identifier */
|
|
4421
4421
|
|
|
4422
|
-
const __vue_module_identifier__$
|
|
4422
|
+
const __vue_module_identifier__$s = undefined;
|
|
4423
4423
|
/* functional template */
|
|
4424
4424
|
|
|
4425
|
-
const __vue_is_functional_template__$
|
|
4425
|
+
const __vue_is_functional_template__$s = false;
|
|
4426
4426
|
/* style inject */
|
|
4427
4427
|
|
|
4428
4428
|
/* style inject SSR */
|
|
4429
4429
|
|
|
4430
4430
|
/* style inject shadow dom */
|
|
4431
4431
|
|
|
4432
|
-
const __vue_component__$
|
|
4433
|
-
render: __vue_render__$
|
|
4434
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4435
|
-
}, __vue_inject_styles__$
|
|
4432
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
4433
|
+
render: __vue_render__$r,
|
|
4434
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
4435
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
4436
4436
|
|
|
4437
|
-
var RateField = __vue_component__$
|
|
4437
|
+
var RateField = __vue_component__$s;
|
|
4438
4438
|
|
|
4439
4439
|
//
|
|
4440
|
-
var script$
|
|
4440
|
+
var script$q = {
|
|
4441
4441
|
name: 'ui-field-color',
|
|
4442
4442
|
mixins: [FieldMixin],
|
|
4443
4443
|
props: {
|
|
@@ -4449,10 +4449,10 @@ var script$p = {
|
|
|
4449
4449
|
};
|
|
4450
4450
|
|
|
4451
4451
|
/* script */
|
|
4452
|
-
const __vue_script__$
|
|
4452
|
+
const __vue_script__$r = script$q;
|
|
4453
4453
|
/* template */
|
|
4454
4454
|
|
|
4455
|
-
var __vue_render__$
|
|
4455
|
+
var __vue_render__$q = function () {
|
|
4456
4456
|
var _vm = this;
|
|
4457
4457
|
|
|
4458
4458
|
var _h = _vm.$createElement;
|
|
@@ -4468,10 +4468,10 @@ var __vue_render__$p = function () {
|
|
|
4468
4468
|
}, 'el-color-picker', _vm.$attrs, false), _vm.$listeners));
|
|
4469
4469
|
};
|
|
4470
4470
|
|
|
4471
|
-
var __vue_staticRenderFns__$
|
|
4471
|
+
var __vue_staticRenderFns__$q = [];
|
|
4472
4472
|
/* style */
|
|
4473
4473
|
|
|
4474
|
-
const __vue_inject_styles__$
|
|
4474
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
4475
4475
|
if (!inject) return;
|
|
4476
4476
|
inject("data-v-ce10c0fa_0", {
|
|
4477
4477
|
source: ".ui-field-color[data-v-ce10c0fa]{width:100%}",
|
|
@@ -4482,23 +4482,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
4482
4482
|
/* scoped */
|
|
4483
4483
|
|
|
4484
4484
|
|
|
4485
|
-
const __vue_scope_id__$
|
|
4485
|
+
const __vue_scope_id__$r = "data-v-ce10c0fa";
|
|
4486
4486
|
/* module identifier */
|
|
4487
4487
|
|
|
4488
|
-
const __vue_module_identifier__$
|
|
4488
|
+
const __vue_module_identifier__$r = undefined;
|
|
4489
4489
|
/* functional template */
|
|
4490
4490
|
|
|
4491
|
-
const __vue_is_functional_template__$
|
|
4491
|
+
const __vue_is_functional_template__$r = false;
|
|
4492
4492
|
/* style inject SSR */
|
|
4493
4493
|
|
|
4494
4494
|
/* style inject shadow dom */
|
|
4495
4495
|
|
|
4496
|
-
const __vue_component__$
|
|
4497
|
-
render: __vue_render__$
|
|
4498
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4499
|
-
}, __vue_inject_styles__$
|
|
4496
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
4497
|
+
render: __vue_render__$q,
|
|
4498
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
4499
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
4500
4500
|
|
|
4501
|
-
var ColorField = __vue_component__$
|
|
4501
|
+
var ColorField = __vue_component__$r;
|
|
4502
4502
|
|
|
4503
4503
|
var Upload = {
|
|
4504
4504
|
default: function (url) {
|
|
@@ -4761,10 +4761,10 @@ const RichField$1 = {
|
|
|
4761
4761
|
};
|
|
4762
4762
|
|
|
4763
4763
|
/* script */
|
|
4764
|
-
const __vue_script__$
|
|
4764
|
+
const __vue_script__$q = RichField$1;
|
|
4765
4765
|
/* template */
|
|
4766
4766
|
|
|
4767
|
-
var __vue_render__$
|
|
4767
|
+
var __vue_render__$p = function () {
|
|
4768
4768
|
var _vm = this;
|
|
4769
4769
|
|
|
4770
4770
|
var _h = _vm.$createElement;
|
|
@@ -4782,10 +4782,10 @@ var __vue_render__$o = function () {
|
|
|
4782
4782
|
});
|
|
4783
4783
|
};
|
|
4784
4784
|
|
|
4785
|
-
var __vue_staticRenderFns__$
|
|
4785
|
+
var __vue_staticRenderFns__$p = [];
|
|
4786
4786
|
/* style */
|
|
4787
4787
|
|
|
4788
|
-
const __vue_inject_styles__$
|
|
4788
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
4789
4789
|
if (!inject) return;
|
|
4790
4790
|
inject("data-v-6d5e5e4c_0", {
|
|
4791
4791
|
source: ".quill-editor .ql-font span[data-value=Arial]::before{content:\"Arial\"!important;font-family:Arial,serif}.quill-editor .ql-font span[data-value=FangSong]::before{content:\"仿宋\"!important;font-family:\"仿宋_GB2312\",FangSong_GB2312,\"宋体\",SimSun,STFangsong,STSong,serif}.quill-editor .ql-font span[data-value=HeiTi]::before{content:\"黑体\"!important;font-family:\"黑体\",SimHei,\"微软正黑体\",\"Microsoft JhengHei\",STHeiti,serif}.quill-editor .ql-font span[data-value=Microsoft]::before{content:\"微软雅黑\"!important;font-family:\"微软雅黑\",\"Microsoft YaHei\",serif}.quill-editor .ql-font-Arial{font-family:Arial,serif}.quill-editor .ql-font-FangSong{font-family:\"仿宋_GB2312\",FangSong_GB2312,\"宋体\",SimSun,STFangsong,STSong,serif}.quill-editor .ql-font-HeiTi{font-family:\"黑体\",SimHei,\"微软正黑体\",\"Microsoft JhengHei\",STHeiti,serif}.quill-editor .ql-font-Microsoft{font-family:\"微软雅黑\",\"Microsoft YaHei\",serif}",
|
|
@@ -4800,23 +4800,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
4800
4800
|
/* scoped */
|
|
4801
4801
|
|
|
4802
4802
|
|
|
4803
|
-
const __vue_scope_id__$
|
|
4803
|
+
const __vue_scope_id__$q = "data-v-6d5e5e4c";
|
|
4804
4804
|
/* module identifier */
|
|
4805
4805
|
|
|
4806
|
-
const __vue_module_identifier__$
|
|
4806
|
+
const __vue_module_identifier__$q = undefined;
|
|
4807
4807
|
/* functional template */
|
|
4808
4808
|
|
|
4809
|
-
const __vue_is_functional_template__$
|
|
4809
|
+
const __vue_is_functional_template__$q = false;
|
|
4810
4810
|
/* style inject SSR */
|
|
4811
4811
|
|
|
4812
4812
|
/* style inject shadow dom */
|
|
4813
4813
|
|
|
4814
|
-
const __vue_component__$
|
|
4815
|
-
render: __vue_render__$
|
|
4816
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4817
|
-
}, __vue_inject_styles__$
|
|
4814
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
4815
|
+
render: __vue_render__$p,
|
|
4816
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4817
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
4818
4818
|
|
|
4819
|
-
var RichField = __vue_component__$
|
|
4819
|
+
var RichField = __vue_component__$q;
|
|
4820
4820
|
|
|
4821
4821
|
//
|
|
4822
4822
|
|
|
@@ -4834,7 +4834,7 @@ const getUrlSuffix = url => {
|
|
|
4834
4834
|
return url.substring(index + 1);
|
|
4835
4835
|
};
|
|
4836
4836
|
|
|
4837
|
-
var script$
|
|
4837
|
+
var script$p = {
|
|
4838
4838
|
name: 'ui-field-upload-file',
|
|
4839
4839
|
mixins: [FieldMixin],
|
|
4840
4840
|
props: {
|
|
@@ -5027,10 +5027,10 @@ var script$o = {
|
|
|
5027
5027
|
};
|
|
5028
5028
|
|
|
5029
5029
|
/* script */
|
|
5030
|
-
const __vue_script__$
|
|
5030
|
+
const __vue_script__$p = script$p;
|
|
5031
5031
|
/* template */
|
|
5032
5032
|
|
|
5033
|
-
var __vue_render__$
|
|
5033
|
+
var __vue_render__$o = function () {
|
|
5034
5034
|
var _vm = this;
|
|
5035
5035
|
|
|
5036
5036
|
var _h = _vm.$createElement;
|
|
@@ -5088,10 +5088,10 @@ var __vue_render__$n = function () {
|
|
|
5088
5088
|
})], 2)], 1);
|
|
5089
5089
|
};
|
|
5090
5090
|
|
|
5091
|
-
var __vue_staticRenderFns__$
|
|
5091
|
+
var __vue_staticRenderFns__$o = [];
|
|
5092
5092
|
/* style */
|
|
5093
5093
|
|
|
5094
|
-
const __vue_inject_styles__$
|
|
5094
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
5095
5095
|
if (!inject) return;
|
|
5096
5096
|
inject("data-v-88ea6810_0", {
|
|
5097
5097
|
source: ".ui-file-upload-field[data-v-88ea6810]{width:100%}.ui-file-upload-field .uploader[data-v-88ea6810]{margin-bottom:5px}.ui-file-upload-field .uploader.disabled[data-v-88ea6810] .el-upload{cursor:not-allowed;pointer-events:none}.ui-file-upload-field .uploader.disabled[data-v-88ea6810] .el-upload .upload-btn{color:#888c94;background-color:#edeef0}.ui-file-upload-field .upload-btn[data-v-88ea6810]{padding:5px 10px;line-height:1;background-color:#409eff;color:#fff;font-size:12px;transition:background-color .3s}.ui-file-upload-field .upload-btn[data-v-88ea6810]:hover{background-color:#0d84ff}.ui-file-upload-field .files[data-v-88ea6810]{max-width:100%}.ui-file-upload-field .files .file[data-v-88ea6810]{color:#606266;font-size:14px;transition:all .3s;cursor:pointer;display:grid;grid-template-columns:14px auto 28px;align-items:center;max-width:100%}.ui-file-upload-field .files .file a[data-v-88ea6810]{color:#606266;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-file-upload-field .files .file .close[data-v-88ea6810]{color:transparent;width:28px;text-align:center;visibility:hidden;transition:color .3s;font-weight:700}.ui-file-upload-field .files .file[data-v-88ea6810]:hover{background-color:#f5f7fa}.ui-file-upload-field .files .file:hover a[data-v-88ea6810]{color:var(--color-primary)}.ui-file-upload-field .files .file:hover .close[data-v-88ea6810]{color:#409eff;visibility:visible}",
|
|
@@ -5102,26 +5102,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
5102
5102
|
/* scoped */
|
|
5103
5103
|
|
|
5104
5104
|
|
|
5105
|
-
const __vue_scope_id__$
|
|
5105
|
+
const __vue_scope_id__$p = "data-v-88ea6810";
|
|
5106
5106
|
/* module identifier */
|
|
5107
5107
|
|
|
5108
|
-
const __vue_module_identifier__$
|
|
5108
|
+
const __vue_module_identifier__$p = undefined;
|
|
5109
5109
|
/* functional template */
|
|
5110
5110
|
|
|
5111
|
-
const __vue_is_functional_template__$
|
|
5111
|
+
const __vue_is_functional_template__$p = false;
|
|
5112
5112
|
/* style inject SSR */
|
|
5113
5113
|
|
|
5114
5114
|
/* style inject shadow dom */
|
|
5115
5115
|
|
|
5116
|
-
const __vue_component__$
|
|
5117
|
-
render: __vue_render__$
|
|
5118
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5119
|
-
}, __vue_inject_styles__$
|
|
5116
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
5117
|
+
render: __vue_render__$o,
|
|
5118
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
5119
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
5120
5120
|
|
|
5121
|
-
var FileUploadField = __vue_component__$
|
|
5121
|
+
var FileUploadField = __vue_component__$p;
|
|
5122
5122
|
|
|
5123
5123
|
//
|
|
5124
|
-
var script$
|
|
5124
|
+
var script$o = {
|
|
5125
5125
|
name: 'ui-field-upload-image',
|
|
5126
5126
|
mixins: [FileUploadField],
|
|
5127
5127
|
props: {
|
|
@@ -5141,10 +5141,10 @@ var script$n = {
|
|
|
5141
5141
|
};
|
|
5142
5142
|
|
|
5143
5143
|
/* script */
|
|
5144
|
-
const __vue_script__$
|
|
5144
|
+
const __vue_script__$o = script$o;
|
|
5145
5145
|
/* template */
|
|
5146
5146
|
|
|
5147
|
-
var __vue_render__$
|
|
5147
|
+
var __vue_render__$n = function () {
|
|
5148
5148
|
var _vm = this;
|
|
5149
5149
|
|
|
5150
5150
|
var _h = _vm.$createElement;
|
|
@@ -5200,10 +5200,10 @@ var __vue_render__$m = function () {
|
|
|
5200
5200
|
}), _vm._v(" "), _c('span', [_vm._v("上传图片")])])]) : _vm._e()], 2);
|
|
5201
5201
|
};
|
|
5202
5202
|
|
|
5203
|
-
var __vue_staticRenderFns__$
|
|
5203
|
+
var __vue_staticRenderFns__$n = [];
|
|
5204
5204
|
/* style */
|
|
5205
5205
|
|
|
5206
|
-
const __vue_inject_styles__$
|
|
5206
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
5207
5207
|
if (!inject) return;
|
|
5208
5208
|
inject("data-v-65127316_0", {
|
|
5209
5209
|
source: ".ui-image-upload-field[data-v-65127316]{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.ui-image-upload-field .uploader.disabled[data-v-65127316] .el-upload{cursor:not-allowed;pointer-events:none}.ui-image-upload-field .uploader.disabled[data-v-65127316] .el-upload .upload-btn{background:#edeef0;color:#888c94}.ui-image-upload-field .item[data-v-65127316]{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;width:140px;height:140px;margin-bottom:10px;margin-right:10px;border:1px dashed #d0d2d7;padding:8px;border-radius:2px;box-sizing:border-box}.ui-image-upload-field .item .remove[data-v-65127316]{position:absolute;top:0;right:0;width:24px;height:24px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 22px;cursor:pointer}.ui-image-upload-field .item .remove .el-icon-close[data-v-65127316]{position:absolute;top:4px;right:4px;color:#fff;font-size:14px}.ui-image-upload-field .item.upload-btn[data-v-65127316]{background:#f7f8f9;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;color:#409eff}.ui-image-upload-field .item.upload-btn>.el-icon-plus[data-v-65127316]{font-size:1.6em}.ui-image-upload-field .item.upload-btn>span[data-v-65127316]{font-size:16px;line-height:1.2;margin-top:5px}.ui-image-upload-field .item:hover .modal[data-v-65127316]{visibility:visible}.ui-image-upload-field[data-v-65127316] .preview{display:inline-block;width:auto;max-width:60%;left:50%;transform:translateX(-50%)}",
|
|
@@ -5214,26 +5214,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
5214
5214
|
/* scoped */
|
|
5215
5215
|
|
|
5216
5216
|
|
|
5217
|
-
const __vue_scope_id__$
|
|
5217
|
+
const __vue_scope_id__$o = "data-v-65127316";
|
|
5218
5218
|
/* module identifier */
|
|
5219
5219
|
|
|
5220
|
-
const __vue_module_identifier__$
|
|
5220
|
+
const __vue_module_identifier__$o = undefined;
|
|
5221
5221
|
/* functional template */
|
|
5222
5222
|
|
|
5223
|
-
const __vue_is_functional_template__$
|
|
5223
|
+
const __vue_is_functional_template__$o = false;
|
|
5224
5224
|
/* style inject SSR */
|
|
5225
5225
|
|
|
5226
5226
|
/* style inject shadow dom */
|
|
5227
5227
|
|
|
5228
|
-
const __vue_component__$
|
|
5229
|
-
render: __vue_render__$
|
|
5230
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5231
|
-
}, __vue_inject_styles__$
|
|
5228
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
5229
|
+
render: __vue_render__$n,
|
|
5230
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
5231
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
5232
5232
|
|
|
5233
|
-
var ImageUploadField = __vue_component__$
|
|
5233
|
+
var ImageUploadField = __vue_component__$o;
|
|
5234
5234
|
|
|
5235
5235
|
//
|
|
5236
|
-
var script$
|
|
5236
|
+
var script$n = {
|
|
5237
5237
|
name: 'ui-field-trigger-dialog',
|
|
5238
5238
|
mixins: [FieldMixin],
|
|
5239
5239
|
props: {
|
|
@@ -5268,10 +5268,10 @@ var script$m = {
|
|
|
5268
5268
|
};
|
|
5269
5269
|
|
|
5270
5270
|
/* script */
|
|
5271
|
-
const __vue_script__$
|
|
5271
|
+
const __vue_script__$n = script$n;
|
|
5272
5272
|
/* template */
|
|
5273
5273
|
|
|
5274
|
-
var __vue_render__$
|
|
5274
|
+
var __vue_render__$m = function () {
|
|
5275
5275
|
var _vm = this;
|
|
5276
5276
|
|
|
5277
5277
|
var _h = _vm.$createElement;
|
|
@@ -5313,34 +5313,34 @@ var __vue_render__$l = function () {
|
|
|
5313
5313
|
}, 'ui-dialog', _vm.dialog, false), _vm.$listeners), [_vm._t("default")], 2)], 1);
|
|
5314
5314
|
};
|
|
5315
5315
|
|
|
5316
|
-
var __vue_staticRenderFns__$
|
|
5316
|
+
var __vue_staticRenderFns__$m = [];
|
|
5317
5317
|
/* style */
|
|
5318
5318
|
|
|
5319
|
-
const __vue_inject_styles__$
|
|
5319
|
+
const __vue_inject_styles__$n = undefined;
|
|
5320
5320
|
/* scoped */
|
|
5321
5321
|
|
|
5322
|
-
const __vue_scope_id__$
|
|
5322
|
+
const __vue_scope_id__$n = "data-v-60308614";
|
|
5323
5323
|
/* module identifier */
|
|
5324
5324
|
|
|
5325
|
-
const __vue_module_identifier__$
|
|
5325
|
+
const __vue_module_identifier__$n = undefined;
|
|
5326
5326
|
/* functional template */
|
|
5327
5327
|
|
|
5328
|
-
const __vue_is_functional_template__$
|
|
5328
|
+
const __vue_is_functional_template__$n = false;
|
|
5329
5329
|
/* style inject */
|
|
5330
5330
|
|
|
5331
5331
|
/* style inject SSR */
|
|
5332
5332
|
|
|
5333
5333
|
/* style inject shadow dom */
|
|
5334
5334
|
|
|
5335
|
-
const __vue_component__$
|
|
5336
|
-
render: __vue_render__$
|
|
5337
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5338
|
-
}, __vue_inject_styles__$
|
|
5335
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
5336
|
+
render: __vue_render__$m,
|
|
5337
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
5338
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
5339
5339
|
|
|
5340
|
-
var DialogTrigger = __vue_component__$
|
|
5340
|
+
var DialogTrigger = __vue_component__$n;
|
|
5341
5341
|
|
|
5342
5342
|
//
|
|
5343
|
-
var script$
|
|
5343
|
+
var script$m = {
|
|
5344
5344
|
name: 'ui-field-trigger-popover',
|
|
5345
5345
|
mixins: [FieldMixin],
|
|
5346
5346
|
props: {
|
|
@@ -5389,10 +5389,10 @@ var script$l = {
|
|
|
5389
5389
|
};
|
|
5390
5390
|
|
|
5391
5391
|
/* script */
|
|
5392
|
-
const __vue_script__$
|
|
5392
|
+
const __vue_script__$m = script$m;
|
|
5393
5393
|
/* template */
|
|
5394
5394
|
|
|
5395
|
-
var __vue_render__$
|
|
5395
|
+
var __vue_render__$l = function () {
|
|
5396
5396
|
var _vm = this;
|
|
5397
5397
|
|
|
5398
5398
|
var _h = _vm.$createElement;
|
|
@@ -5437,10 +5437,10 @@ var __vue_render__$k = function () {
|
|
|
5437
5437
|
})], 2)], 2);
|
|
5438
5438
|
};
|
|
5439
5439
|
|
|
5440
|
-
var __vue_staticRenderFns__$
|
|
5440
|
+
var __vue_staticRenderFns__$l = [];
|
|
5441
5441
|
/* style */
|
|
5442
5442
|
|
|
5443
|
-
const __vue_inject_styles__$
|
|
5443
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
5444
5444
|
if (!inject) return;
|
|
5445
5445
|
inject("data-v-5b11db96_0", {
|
|
5446
5446
|
source: ".ui-field-trigger-popover[data-v-5b11db96]{width:100%}",
|
|
@@ -5451,23 +5451,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
5451
5451
|
/* scoped */
|
|
5452
5452
|
|
|
5453
5453
|
|
|
5454
|
-
const __vue_scope_id__$
|
|
5454
|
+
const __vue_scope_id__$m = "data-v-5b11db96";
|
|
5455
5455
|
/* module identifier */
|
|
5456
5456
|
|
|
5457
|
-
const __vue_module_identifier__$
|
|
5457
|
+
const __vue_module_identifier__$m = undefined;
|
|
5458
5458
|
/* functional template */
|
|
5459
5459
|
|
|
5460
|
-
const __vue_is_functional_template__$
|
|
5460
|
+
const __vue_is_functional_template__$m = false;
|
|
5461
5461
|
/* style inject SSR */
|
|
5462
5462
|
|
|
5463
5463
|
/* style inject shadow dom */
|
|
5464
5464
|
|
|
5465
|
-
const __vue_component__$
|
|
5466
|
-
render: __vue_render__$
|
|
5467
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5468
|
-
}, __vue_inject_styles__$
|
|
5465
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
5466
|
+
render: __vue_render__$l,
|
|
5467
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
5468
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
5469
5469
|
|
|
5470
|
-
var PopoverTrigger = __vue_component__$
|
|
5470
|
+
var PopoverTrigger = __vue_component__$m;
|
|
5471
5471
|
|
|
5472
5472
|
var TriggerField = {
|
|
5473
5473
|
name: 'ui-field-trigger',
|
|
@@ -5490,7 +5490,7 @@ var TriggerField = {
|
|
|
5490
5490
|
};
|
|
5491
5491
|
|
|
5492
5492
|
//
|
|
5493
|
-
var script$
|
|
5493
|
+
var script$l = {
|
|
5494
5494
|
name: 'ui-field-icons',
|
|
5495
5495
|
mixins: [FieldMixin],
|
|
5496
5496
|
components: {
|
|
@@ -5548,10 +5548,10 @@ var script$k = {
|
|
|
5548
5548
|
};
|
|
5549
5549
|
|
|
5550
5550
|
/* script */
|
|
5551
|
-
const __vue_script__$
|
|
5551
|
+
const __vue_script__$l = script$l;
|
|
5552
5552
|
/* template */
|
|
5553
5553
|
|
|
5554
|
-
var __vue_render__$
|
|
5554
|
+
var __vue_render__$k = function () {
|
|
5555
5555
|
var _vm = this;
|
|
5556
5556
|
|
|
5557
5557
|
var _h = _vm.$createElement;
|
|
@@ -5621,10 +5621,10 @@ var __vue_render__$j = function () {
|
|
|
5621
5621
|
}), 0)])], 1)]);
|
|
5622
5622
|
};
|
|
5623
5623
|
|
|
5624
|
-
var __vue_staticRenderFns__$
|
|
5624
|
+
var __vue_staticRenderFns__$k = [];
|
|
5625
5625
|
/* style */
|
|
5626
5626
|
|
|
5627
|
-
const __vue_inject_styles__$
|
|
5627
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
5628
5628
|
if (!inject) return;
|
|
5629
5629
|
inject("data-v-ff53bcba_0", {
|
|
5630
5630
|
source: ".ui-field-icons .filter[data-v-ff53bcba]{margin-bottom:10px}.ui-field-icons .filter[data-v-ff53bcba] .el-input__validateIcon{display:none}.ui-field-icons .scroll[data-v-ff53bcba]{height:200px;overflow:auto}.ui-field-icons .icons[data-v-ff53bcba]{display:flex;flex-wrap:wrap}.ui-field-icons .icons .icon[data-v-ff53bcba]{flex:none;width:150px;height:28px;margin:2px;padding:4px;border-radius:2px;cursor:pointer;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-direction:row;align-items:center}.ui-field-icons .icons .icon[data-v-ff53bcba]:hover{background:#eaeaea}.ui-field-icons .icons .icon.active[data-v-ff53bcba]{color:#409eff;box-shadow:inset 0 0 3px #666}.ui-field-icons .icons .icon .ui-icon[data-v-ff53bcba]{margin-right:4px}.ui-field-icons .icons .icon span[data-v-ff53bcba]{flex:1}",
|
|
@@ -5635,23 +5635,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
5635
5635
|
/* scoped */
|
|
5636
5636
|
|
|
5637
5637
|
|
|
5638
|
-
const __vue_scope_id__$
|
|
5638
|
+
const __vue_scope_id__$l = "data-v-ff53bcba";
|
|
5639
5639
|
/* module identifier */
|
|
5640
5640
|
|
|
5641
|
-
const __vue_module_identifier__$
|
|
5641
|
+
const __vue_module_identifier__$l = undefined;
|
|
5642
5642
|
/* functional template */
|
|
5643
5643
|
|
|
5644
|
-
const __vue_is_functional_template__$
|
|
5644
|
+
const __vue_is_functional_template__$l = false;
|
|
5645
5645
|
/* style inject SSR */
|
|
5646
5646
|
|
|
5647
5647
|
/* style inject shadow dom */
|
|
5648
5648
|
|
|
5649
|
-
const __vue_component__$
|
|
5650
|
-
render: __vue_render__$
|
|
5651
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5652
|
-
}, __vue_inject_styles__$
|
|
5649
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
5650
|
+
render: __vue_render__$k,
|
|
5651
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
5652
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
5653
5653
|
|
|
5654
|
-
var IconsField = __vue_component__$
|
|
5654
|
+
var IconsField = __vue_component__$l;
|
|
5655
5655
|
|
|
5656
5656
|
const getAMap = function () {
|
|
5657
5657
|
let plugins = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
@@ -5663,19 +5663,19 @@ const getAMap = function () {
|
|
|
5663
5663
|
};
|
|
5664
5664
|
|
|
5665
5665
|
//
|
|
5666
|
-
const CoordTypes$
|
|
5666
|
+
const CoordTypes$2 = {
|
|
5667
5667
|
bd09: gcoord.BD09,
|
|
5668
5668
|
gcj02: gcoord.GCJ02,
|
|
5669
5669
|
wgs84: gcoord.WGS84
|
|
5670
5670
|
};
|
|
5671
|
-
var script$
|
|
5671
|
+
var script$k = {
|
|
5672
5672
|
name: 'ui-field-latlng',
|
|
5673
5673
|
mixins: [FieldMixin],
|
|
5674
5674
|
props: {
|
|
5675
5675
|
coordType: {
|
|
5676
5676
|
type: String,
|
|
5677
5677
|
default: 'wgs84',
|
|
5678
|
-
validator: val => Object.keys(CoordTypes$
|
|
5678
|
+
validator: val => Object.keys(CoordTypes$2).includes(val)
|
|
5679
5679
|
}
|
|
5680
5680
|
},
|
|
5681
5681
|
|
|
@@ -5765,7 +5765,7 @@ var script$j = {
|
|
|
5765
5765
|
} = lnglat; // 当前地图是 GCJ02 坐标系
|
|
5766
5766
|
|
|
5767
5767
|
if (this.coordType !== 'gcj02') {
|
|
5768
|
-
[lng, lat] = gcoord.transform([lng, lat], gcoord.GCJ02, CoordTypes$
|
|
5768
|
+
[lng, lat] = gcoord.transform([lng, lat], gcoord.GCJ02, CoordTypes$2[this.coordType]);
|
|
5769
5769
|
lng = lng.toFixed(7) / 1;
|
|
5770
5770
|
lat = lat.toFixed(7) / 1;
|
|
5771
5771
|
}
|
|
@@ -5790,7 +5790,7 @@ var script$j = {
|
|
|
5790
5790
|
} = point; // 当前地图是 GCJ02 坐标系
|
|
5791
5791
|
|
|
5792
5792
|
if (this.coordType !== 'gcj02') {
|
|
5793
|
-
[lng, lat] = gcoord.transform([lng, lat], CoordTypes$
|
|
5793
|
+
[lng, lat] = gcoord.transform([lng, lat], CoordTypes$2[this.coordType], gcoord.GCJ02);
|
|
5794
5794
|
} // eslint-disable-next-line no-undef
|
|
5795
5795
|
|
|
5796
5796
|
|
|
@@ -5805,10 +5805,10 @@ var script$j = {
|
|
|
5805
5805
|
};
|
|
5806
5806
|
|
|
5807
5807
|
/* script */
|
|
5808
|
-
const __vue_script__$
|
|
5808
|
+
const __vue_script__$k = script$k;
|
|
5809
5809
|
/* template */
|
|
5810
5810
|
|
|
5811
|
-
var __vue_render__$
|
|
5811
|
+
var __vue_render__$j = function () {
|
|
5812
5812
|
var _vm = this;
|
|
5813
5813
|
|
|
5814
5814
|
var _h = _vm.$createElement;
|
|
@@ -5848,7 +5848,7 @@ var __vue_render__$i = function () {
|
|
|
5848
5848
|
})])])]);
|
|
5849
5849
|
};
|
|
5850
5850
|
|
|
5851
|
-
var __vue_staticRenderFns__$
|
|
5851
|
+
var __vue_staticRenderFns__$j = [function () {
|
|
5852
5852
|
var _vm = this;
|
|
5853
5853
|
|
|
5854
5854
|
var _h = _vm.$createElement;
|
|
@@ -5863,7 +5863,7 @@ var __vue_staticRenderFns__$i = [function () {
|
|
|
5863
5863
|
}];
|
|
5864
5864
|
/* style */
|
|
5865
5865
|
|
|
5866
|
-
const __vue_inject_styles__$
|
|
5866
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
5867
5867
|
if (!inject) return;
|
|
5868
5868
|
inject("data-v-4943489f_0", {
|
|
5869
5869
|
source: ".ui-field-latlng{width:100%;height:280px;position:relative}.ui-field-latlng .map{width:100%;height:100%}.ui-field-latlng .info{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.ui-field-latlng .info .searchbox{left:12px;top:12px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.5);pointer-events:initial;border-radius:3px;padding:3px}.ui-field-latlng .info .searchbox .search-result{position:absolute;top:calc(100% - 2px);left:0;right:0;background-color:#fefefe;box-shadow:0 1px 3px #999;visibility:hidden;border-radius:0 0 3px 3px}.ui-field-latlng .info .searchbox .search-result .auto-item{white-space:nowrap;font-size:12px;cursor:pointer;padding:4px;line-height:14px}.ui-field-latlng .input-item{position:relative;display:inline-flex;align-items:center;width:220px;font-size:12px}.ui-field-latlng .input-item .input-item-prepend{margin-right:-1px}.ui-field-latlng .input-item .input-item-prepend .input-item-text{padding:.25em .5em;display:block;text-justify:distribute-all-lines;text-align-last:justify;align-items:center;margin-bottom:0;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem 0 0 .25rem;box-sizing:border-box}.ui-field-latlng .input-item input{position:relative;flex:1 1 auto;width:1%;margin:0;background:#fff;padding:.25em .5em;display:inline-block;line-height:1.5;color:#495057;vertical-align:middle;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0;appearance:none;box-sizing:border-box}.ui-field-latlng .input-item input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .1rem rgba(128,189,255,.1)}.ui-field-latlng .amap-copyright,.ui-field-latlng .amap-logo{display:none!important}.ui-field-latlng .amap-ui-control-position-rt,.ui-field-latlng .amap-ui-control-position-tr{top:15px;right:15px}",
|
|
@@ -5874,6 +5874,464 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
5874
5874
|
/* scoped */
|
|
5875
5875
|
|
|
5876
5876
|
|
|
5877
|
+
const __vue_scope_id__$k = undefined;
|
|
5878
|
+
/* module identifier */
|
|
5879
|
+
|
|
5880
|
+
const __vue_module_identifier__$k = undefined;
|
|
5881
|
+
/* functional template */
|
|
5882
|
+
|
|
5883
|
+
const __vue_is_functional_template__$k = false;
|
|
5884
|
+
/* style inject SSR */
|
|
5885
|
+
|
|
5886
|
+
/* style inject shadow dom */
|
|
5887
|
+
|
|
5888
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
5889
|
+
render: __vue_render__$j,
|
|
5890
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
5891
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
5892
|
+
|
|
5893
|
+
var LnglatField = __vue_component__$k;
|
|
5894
|
+
|
|
5895
|
+
//
|
|
5896
|
+
const CoordTypes$1 = {
|
|
5897
|
+
bd09: gcoord.BD09,
|
|
5898
|
+
gcj02: gcoord.GCJ02,
|
|
5899
|
+
wgs84: gcoord.WGS84
|
|
5900
|
+
};
|
|
5901
|
+
var script$j = {
|
|
5902
|
+
name: 'ui-field-latlng-new',
|
|
5903
|
+
mixins: [FieldMixin],
|
|
5904
|
+
props: {
|
|
5905
|
+
coordType: {
|
|
5906
|
+
type: String,
|
|
5907
|
+
default: 'wgs84',
|
|
5908
|
+
validator: val => Object.keys(CoordTypes$1).includes(val)
|
|
5909
|
+
},
|
|
5910
|
+
showAddress: {
|
|
5911
|
+
type: Boolean,
|
|
5912
|
+
default: true
|
|
5913
|
+
},
|
|
5914
|
+
showlnglat: {
|
|
5915
|
+
type: Boolean,
|
|
5916
|
+
default: true
|
|
5917
|
+
},
|
|
5918
|
+
address: String,
|
|
5919
|
+
|
|
5920
|
+
/**
|
|
5921
|
+
* 地图缩放
|
|
5922
|
+
* 缩放范围 2~20
|
|
5923
|
+
*/
|
|
5924
|
+
zoom: {
|
|
5925
|
+
type: Number,
|
|
5926
|
+
default: 15,
|
|
5927
|
+
validator: val => 2 <= val && val <= 20
|
|
5928
|
+
},
|
|
5929
|
+
|
|
5930
|
+
/**
|
|
5931
|
+
* 中心点
|
|
5932
|
+
* 'lng,lat' 字符串
|
|
5933
|
+
*/
|
|
5934
|
+
center: String,
|
|
5935
|
+
disabled: Boolean
|
|
5936
|
+
},
|
|
5937
|
+
|
|
5938
|
+
data() {
|
|
5939
|
+
return {
|
|
5940
|
+
loading: true,
|
|
5941
|
+
currentTab: 1,
|
|
5942
|
+
tabList: [{
|
|
5943
|
+
label: '按关键字搜索',
|
|
5944
|
+
value: 1
|
|
5945
|
+
}, {
|
|
5946
|
+
label: '按经纬度搜索',
|
|
5947
|
+
value: 2
|
|
5948
|
+
}],
|
|
5949
|
+
crs: 'wgs84',
|
|
5950
|
+
crsList: [{
|
|
5951
|
+
label: '原始坐标系',
|
|
5952
|
+
value: 'wgs84'
|
|
5953
|
+
}, {
|
|
5954
|
+
label: '高德坐标系',
|
|
5955
|
+
value: 'gcj02'
|
|
5956
|
+
}, {
|
|
5957
|
+
label: '百度坐标系',
|
|
5958
|
+
value: 'bd09'
|
|
5959
|
+
}],
|
|
5960
|
+
displayLngLat: ''
|
|
5961
|
+
};
|
|
5962
|
+
},
|
|
5963
|
+
|
|
5964
|
+
computed: {
|
|
5965
|
+
point() {
|
|
5966
|
+
return this.getCoords(this.value);
|
|
5967
|
+
},
|
|
5968
|
+
|
|
5969
|
+
lngLat() {
|
|
5970
|
+
return this.transformLngLat(this.value, CoordTypes$1[this.coordType], CoordTypes$1[this.crs]);
|
|
5971
|
+
},
|
|
5972
|
+
|
|
5973
|
+
lngLatText() {
|
|
5974
|
+
return (this.lngLat || '').split(',');
|
|
5975
|
+
},
|
|
5976
|
+
|
|
5977
|
+
toolsVisible(_ref) {
|
|
5978
|
+
let {
|
|
5979
|
+
disabled,
|
|
5980
|
+
loading
|
|
5981
|
+
} = _ref;
|
|
5982
|
+
return !disabled && !loading;
|
|
5983
|
+
}
|
|
5984
|
+
|
|
5985
|
+
},
|
|
5986
|
+
watch: {
|
|
5987
|
+
point(p) {
|
|
5988
|
+
this.onPointChange(p);
|
|
5989
|
+
},
|
|
5990
|
+
|
|
5991
|
+
lngLat: {
|
|
5992
|
+
immediate: true,
|
|
5993
|
+
|
|
5994
|
+
handler(val) {
|
|
5995
|
+
this.displayLngLat = val;
|
|
5996
|
+
}
|
|
5997
|
+
|
|
5998
|
+
},
|
|
5999
|
+
zoom: 'setMapZoom',
|
|
6000
|
+
center: 'setMapCenter',
|
|
6001
|
+
|
|
6002
|
+
toolsVisible(visible) {
|
|
6003
|
+
if (visible) {
|
|
6004
|
+
var _this$toolbarControl;
|
|
6005
|
+
|
|
6006
|
+
(_this$toolbarControl = this.toolbarControl) === null || _this$toolbarControl === void 0 ? void 0 : _this$toolbarControl.show();
|
|
6007
|
+
this.map.on('click', this.onMapClick);
|
|
6008
|
+
} else {
|
|
6009
|
+
var _this$toolbarControl2;
|
|
6010
|
+
|
|
6011
|
+
this.map.off('click', this.onMapClick);
|
|
6012
|
+
(_this$toolbarControl2 = this.toolbarControl) === null || _this$toolbarControl2 === void 0 ? void 0 : _this$toolbarControl2.hide();
|
|
6013
|
+
}
|
|
6014
|
+
}
|
|
6015
|
+
|
|
6016
|
+
},
|
|
6017
|
+
methods: {
|
|
6018
|
+
init() {
|
|
6019
|
+
getAMap(['AMap.ToolBar', 'AMap.AutoComplete'], {
|
|
6020
|
+
AMapUI: {
|
|
6021
|
+
version: '1.1',
|
|
6022
|
+
plugins: ['control/BasicControl']
|
|
6023
|
+
}
|
|
6024
|
+
}).then(AMap => {
|
|
6025
|
+
this.initMap(AMap);
|
|
6026
|
+
this.loading = false;
|
|
6027
|
+
this.done();
|
|
6028
|
+
});
|
|
6029
|
+
},
|
|
6030
|
+
|
|
6031
|
+
initMap(AMap) {
|
|
6032
|
+
const map = new AMap.Map(this.$el.querySelector('.map'), {
|
|
6033
|
+
zoom: this.zoom
|
|
6034
|
+
});
|
|
6035
|
+
this.toolbarControl = new AMap.ToolBar({
|
|
6036
|
+
position: 'LB'
|
|
6037
|
+
});
|
|
6038
|
+
this.layerSwitcherControl = new AMapUI.BasicControl.LayerSwitcher({
|
|
6039
|
+
position: 'RT'
|
|
6040
|
+
});
|
|
6041
|
+
map.addControl(this.toolbarControl);
|
|
6042
|
+
map.addControl(this.layerSwitcherControl);
|
|
6043
|
+
|
|
6044
|
+
if (!this.toolsVisible) {
|
|
6045
|
+
this.toolbarControl.hide();
|
|
6046
|
+
}
|
|
6047
|
+
|
|
6048
|
+
const auto = new AMap.AutoComplete({
|
|
6049
|
+
input: this.$refs.input,
|
|
6050
|
+
output: this.$refs.output
|
|
6051
|
+
});
|
|
6052
|
+
map.on('click', this.onMapClick);
|
|
6053
|
+
auto.on('select', event => {
|
|
6054
|
+
if (!event.poi || !event.poi.location) {
|
|
6055
|
+
return;
|
|
6056
|
+
}
|
|
6057
|
+
|
|
6058
|
+
map.setZoomAndCenter(16, event.poi.location);
|
|
6059
|
+
});
|
|
6060
|
+
this.map = map;
|
|
6061
|
+
this.onPointChange(this.point); // 初始化地图中心点
|
|
6062
|
+
|
|
6063
|
+
this.setMapCenter();
|
|
6064
|
+
},
|
|
6065
|
+
|
|
6066
|
+
isValidPoint(val) {
|
|
6067
|
+
const [lng, lat] = val.split(',');
|
|
6068
|
+
return !(isNaN(+lng) || isNaN(+lat));
|
|
6069
|
+
},
|
|
6070
|
+
|
|
6071
|
+
onMapClick(_ref2) {
|
|
6072
|
+
let {
|
|
6073
|
+
lnglat
|
|
6074
|
+
} = _ref2;
|
|
6075
|
+
let {
|
|
6076
|
+
lat,
|
|
6077
|
+
lng
|
|
6078
|
+
} = lnglat; // 当前地图是 GCJ02 坐标系
|
|
6079
|
+
|
|
6080
|
+
if (this.coordType !== 'gcj02') {
|
|
6081
|
+
[lng, lat] = gcoord.transform([lng, lat], gcoord.GCJ02, CoordTypes$1[this.coordType]);
|
|
6082
|
+
lng = lng.toFixed(7) / 1;
|
|
6083
|
+
lat = lat.toFixed(7) / 1;
|
|
6084
|
+
}
|
|
6085
|
+
|
|
6086
|
+
this.onChange([lng, lat].join(','));
|
|
6087
|
+
},
|
|
6088
|
+
|
|
6089
|
+
handleLngLat() {
|
|
6090
|
+
const point = this.getCoords(this.displayLngLat);
|
|
6091
|
+
|
|
6092
|
+
if (!point) {
|
|
6093
|
+
this.$message.error('请输入正常的经纬度');
|
|
6094
|
+
return;
|
|
6095
|
+
}
|
|
6096
|
+
|
|
6097
|
+
const value = this.transformLngLat(this.displayLngLat, CoordTypes$1[this.crs], CoordTypes$1[this.coordType]);
|
|
6098
|
+
this.onChange(value);
|
|
6099
|
+
const mapCoords = this.getCoords(value);
|
|
6100
|
+
this.map.setCenter(mapCoords);
|
|
6101
|
+
},
|
|
6102
|
+
|
|
6103
|
+
onPointChange(point) {
|
|
6104
|
+
if (!this.map) {
|
|
6105
|
+
return;
|
|
6106
|
+
}
|
|
6107
|
+
|
|
6108
|
+
this.map.clearMap();
|
|
6109
|
+
|
|
6110
|
+
if (!point) {
|
|
6111
|
+
return;
|
|
6112
|
+
}
|
|
6113
|
+
|
|
6114
|
+
let [lng, lat] = point; // 当前地图是 GCJ02 坐标系
|
|
6115
|
+
|
|
6116
|
+
if (this.coordType !== 'gcj02') {
|
|
6117
|
+
[lng, lat] = gcoord.transform([lng, lat], CoordTypes$1[this.coordType], gcoord.GCJ02);
|
|
6118
|
+
} // eslint-disable-next-line no-undef
|
|
6119
|
+
|
|
6120
|
+
|
|
6121
|
+
const marker = new AMap.Marker({
|
|
6122
|
+
position: new AMap.LngLat(lng, lat)
|
|
6123
|
+
});
|
|
6124
|
+
this.map.add(marker);
|
|
6125
|
+
this.map.setCenter([lng, lat]);
|
|
6126
|
+
},
|
|
6127
|
+
|
|
6128
|
+
setMapCenter() {
|
|
6129
|
+
if (!this.center || !this.map) {
|
|
6130
|
+
return;
|
|
6131
|
+
}
|
|
6132
|
+
|
|
6133
|
+
const [lng, lat] = this.center.split(',');
|
|
6134
|
+
|
|
6135
|
+
if (!lng || !lat) {
|
|
6136
|
+
return;
|
|
6137
|
+
}
|
|
6138
|
+
|
|
6139
|
+
this.map.setCenter([+lng, +lat]);
|
|
6140
|
+
this.setMapZoom();
|
|
6141
|
+
},
|
|
6142
|
+
|
|
6143
|
+
setMapZoom() {
|
|
6144
|
+
if (!this.zoom || !this.map) {
|
|
6145
|
+
return;
|
|
6146
|
+
}
|
|
6147
|
+
|
|
6148
|
+
this.map.setZoom(this.zoom);
|
|
6149
|
+
},
|
|
6150
|
+
|
|
6151
|
+
getCoords(lngLat) {
|
|
6152
|
+
if (!lngLat) {
|
|
6153
|
+
return null;
|
|
6154
|
+
}
|
|
6155
|
+
|
|
6156
|
+
if (!this.isValidPoint(lngLat)) {
|
|
6157
|
+
return null;
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
const [lng, lat] = lngLat.split(',');
|
|
6161
|
+
return [+lng, +lat];
|
|
6162
|
+
},
|
|
6163
|
+
|
|
6164
|
+
transformLngLat(lngLat, crsFrom, crsTo) {
|
|
6165
|
+
if (crsFrom === crsTo) {
|
|
6166
|
+
return lngLat;
|
|
6167
|
+
}
|
|
6168
|
+
|
|
6169
|
+
const coords = this.getCoords(lngLat);
|
|
6170
|
+
|
|
6171
|
+
if (!coords) {
|
|
6172
|
+
return '';
|
|
6173
|
+
}
|
|
6174
|
+
|
|
6175
|
+
const transformedCoords = gcoord.transform(coords, crsFrom, crsTo);
|
|
6176
|
+
return transformedCoords.map(item => item.toFixed(7) / 1).join(',');
|
|
6177
|
+
}
|
|
6178
|
+
|
|
6179
|
+
}
|
|
6180
|
+
};
|
|
6181
|
+
|
|
6182
|
+
/* script */
|
|
6183
|
+
const __vue_script__$j = script$j;
|
|
6184
|
+
/* template */
|
|
6185
|
+
|
|
6186
|
+
var __vue_render__$i = function () {
|
|
6187
|
+
var _vm = this;
|
|
6188
|
+
|
|
6189
|
+
var _h = _vm.$createElement;
|
|
6190
|
+
|
|
6191
|
+
var _c = _vm._self._c || _h;
|
|
6192
|
+
|
|
6193
|
+
return _c('div', {
|
|
6194
|
+
directives: [{
|
|
6195
|
+
name: "loading",
|
|
6196
|
+
rawName: "v-loading",
|
|
6197
|
+
value: _vm.loading,
|
|
6198
|
+
expression: "loading"
|
|
6199
|
+
}],
|
|
6200
|
+
staticClass: "ui-field-latlng-new"
|
|
6201
|
+
}, [_c('div', {
|
|
6202
|
+
staticClass: "tabs"
|
|
6203
|
+
}, _vm._l(_vm.tabList, function (tab) {
|
|
6204
|
+
return _c('div', {
|
|
6205
|
+
key: tab.label,
|
|
6206
|
+
class: ['tab', _vm.currentTab === tab.value ? 'active' : ''],
|
|
6207
|
+
on: {
|
|
6208
|
+
"click": function ($event) {
|
|
6209
|
+
_vm.currentTab = tab.value;
|
|
6210
|
+
}
|
|
6211
|
+
}
|
|
6212
|
+
}, [_vm._v("\n " + _vm._s(tab.label) + "\n ")]);
|
|
6213
|
+
}), 0), _vm._v(" "), _c('div', {
|
|
6214
|
+
staticClass: "map"
|
|
6215
|
+
}), _vm._v(" "), _c('div', {
|
|
6216
|
+
directives: [{
|
|
6217
|
+
name: "show",
|
|
6218
|
+
rawName: "v-show",
|
|
6219
|
+
value: _vm.toolsVisible && _vm.currentTab === 1,
|
|
6220
|
+
expression: "toolsVisible && currentTab === 1"
|
|
6221
|
+
}],
|
|
6222
|
+
staticClass: "info"
|
|
6223
|
+
}, [_c('div', {
|
|
6224
|
+
staticClass: "input-item searchbox"
|
|
6225
|
+
}, [_vm._m(0), _vm._v(" "), _c('input', {
|
|
6226
|
+
ref: "input",
|
|
6227
|
+
attrs: {
|
|
6228
|
+
"type": "text",
|
|
6229
|
+
"form": "__ignore__",
|
|
6230
|
+
"placeholder": "请输入..."
|
|
6231
|
+
}
|
|
6232
|
+
}), _vm._v(" "), _c('div', {
|
|
6233
|
+
ref: "output",
|
|
6234
|
+
staticClass: "search-result"
|
|
6235
|
+
})])]), _vm._v(" "), _vm.currentTab === 2 ? _c('div', {
|
|
6236
|
+
staticClass: "lnglat"
|
|
6237
|
+
}, [_c('el-input', {
|
|
6238
|
+
attrs: {
|
|
6239
|
+
"placeholder": "请输入经纬度",
|
|
6240
|
+
"size": "mini",
|
|
6241
|
+
"disabled": _vm.disabled
|
|
6242
|
+
},
|
|
6243
|
+
model: {
|
|
6244
|
+
value: _vm.displayLngLat,
|
|
6245
|
+
callback: function ($$v) {
|
|
6246
|
+
_vm.displayLngLat = $$v;
|
|
6247
|
+
},
|
|
6248
|
+
expression: "displayLngLat"
|
|
6249
|
+
}
|
|
6250
|
+
}, [_c('el-select', {
|
|
6251
|
+
attrs: {
|
|
6252
|
+
"slot": "prepend",
|
|
6253
|
+
"disabled": _vm.disabled,
|
|
6254
|
+
"size": "mini"
|
|
6255
|
+
},
|
|
6256
|
+
slot: "prepend",
|
|
6257
|
+
model: {
|
|
6258
|
+
value: _vm.crs,
|
|
6259
|
+
callback: function ($$v) {
|
|
6260
|
+
_vm.crs = $$v;
|
|
6261
|
+
},
|
|
6262
|
+
expression: "crs"
|
|
6263
|
+
}
|
|
6264
|
+
}, _vm._l(_vm.crsList, function (item) {
|
|
6265
|
+
return _c('el-option', {
|
|
6266
|
+
key: item.value,
|
|
6267
|
+
attrs: {
|
|
6268
|
+
"label": item.label,
|
|
6269
|
+
"value": item.value
|
|
6270
|
+
}
|
|
6271
|
+
});
|
|
6272
|
+
}), 1), _vm._v(" "), _c('el-button', {
|
|
6273
|
+
attrs: {
|
|
6274
|
+
"slot": "append",
|
|
6275
|
+
"icon": "el-icon-position",
|
|
6276
|
+
"size": "mini",
|
|
6277
|
+
"disabled": _vm.disabled
|
|
6278
|
+
},
|
|
6279
|
+
on: {
|
|
6280
|
+
"click": _vm.handleLngLat
|
|
6281
|
+
},
|
|
6282
|
+
slot: "append"
|
|
6283
|
+
})], 1)], 1) : _vm._e(), _vm._v(" "), _vm.showAddress ? _c('div', {
|
|
6284
|
+
staticClass: "address"
|
|
6285
|
+
}, [_c('div', {
|
|
6286
|
+
staticClass: "address-label"
|
|
6287
|
+
}, [_vm._v("地址:")]), _vm._v(" "), _c('div', {
|
|
6288
|
+
staticClass: "address-box",
|
|
6289
|
+
attrs: {
|
|
6290
|
+
"title": _vm.address
|
|
6291
|
+
}
|
|
6292
|
+
}, [_vm._v(_vm._s(_vm.address || '-'))])]) : _vm._e(), _vm._v(" "), _vm.showlnglat ? _c('div', {
|
|
6293
|
+
staticClass: "lnglat-text"
|
|
6294
|
+
}, [_c('div', {
|
|
6295
|
+
staticClass: "lng"
|
|
6296
|
+
}, [_c('div', {
|
|
6297
|
+
staticClass: "label"
|
|
6298
|
+
}, [_vm._v("经度:")]), _vm._v(" "), _c('div', {
|
|
6299
|
+
staticClass: "value"
|
|
6300
|
+
}, [_vm._v(_vm._s(_vm.lngLatText && _vm.lngLatText[0] || '-'))])]), _vm._v(" "), _c('div', {
|
|
6301
|
+
staticClass: "lat"
|
|
6302
|
+
}, [_c('div', {
|
|
6303
|
+
staticClass: "label"
|
|
6304
|
+
}, [_vm._v("纬度:")]), _vm._v(" "), _c('div', {
|
|
6305
|
+
staticClass: "value"
|
|
6306
|
+
}, [_vm._v(_vm._s(_vm.lngLatText && _vm.lngLatText[1] || '-'))])])]) : _vm._e()]);
|
|
6307
|
+
};
|
|
6308
|
+
|
|
6309
|
+
var __vue_staticRenderFns__$i = [function () {
|
|
6310
|
+
var _vm = this;
|
|
6311
|
+
|
|
6312
|
+
var _h = _vm.$createElement;
|
|
6313
|
+
|
|
6314
|
+
var _c = _vm._self._c || _h;
|
|
6315
|
+
|
|
6316
|
+
return _c('div', {
|
|
6317
|
+
staticClass: "input-item-prepend"
|
|
6318
|
+
}, [_c('span', {
|
|
6319
|
+
staticClass: "input-item-text"
|
|
6320
|
+
}, [_vm._v("搜索关键字")])]);
|
|
6321
|
+
}];
|
|
6322
|
+
/* style */
|
|
6323
|
+
|
|
6324
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6325
|
+
if (!inject) return;
|
|
6326
|
+
inject("data-v-2e6905bd_0", {
|
|
6327
|
+
source: ".ui-field-latlng-new{position:relative;font-size:12px;display:flex;flex-direction:column}.ui-field-latlng-new .tabs{width:100%;display:flex;align-items:center}.ui-field-latlng-new .tabs .tab{padding:0 10px;cursor:pointer}.ui-field-latlng-new .tabs .tab.active{color:#fff;background:#02cbff}.ui-field-latlng-new .map{width:100%;height:280px;background-color:#f5f7fa}.ui-field-latlng-new .lnglat{position:absolute;top:36px;left:0;right:0;bottom:0}.ui-field-latlng-new .lnglat .el-input .el-select{width:120px}.ui-field-latlng-new .info{position:absolute;top:36px;left:0;right:0;bottom:0;pointer-events:none}.ui-field-latlng-new .info .searchbox{left:12px;top:12px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.5);pointer-events:initial;border-radius:3px;padding:3px}.ui-field-latlng-new .info .searchbox .search-result{position:absolute;top:calc(100% - 2px);left:0;right:0;background-color:#fefefe;box-shadow:0 1px 3px #999;visibility:hidden;border-radius:0 0 3px 3px}.ui-field-latlng-new .info .searchbox .search-result .auto-item{white-space:nowrap;font-size:12px;cursor:pointer;padding:4px;line-height:14px}.ui-field-latlng-new .input-item{position:relative;display:inline-flex;align-items:center;width:220px;font-size:12px}.ui-field-latlng-new .input-item .input-item-prepend{margin-right:-1px}.ui-field-latlng-new .input-item .input-item-prepend .input-item-text{padding:.25em .5em;display:block;text-justify:distribute-all-lines;text-align-last:justify;align-items:center;margin-bottom:0;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem 0 0 .25rem;box-sizing:border-box}.ui-field-latlng-new .input-item input{position:relative;flex:1 1 auto;width:1%;margin:0;background:#fff;padding:.25em .5em;display:inline-block;line-height:1.5;color:#495057;vertical-align:middle;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0;appearance:none;box-sizing:border-box}.ui-field-latlng-new .input-item input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .1rem rgba(128,189,255,.1)}.ui-field-latlng-new .address{width:100%;display:flex}.ui-field-latlng-new .address .address-label{flex:none;margin-right:5px}.ui-field-latlng-new .address .address-box{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-field-latlng-new .lnglat-text{width:100%;display:flex;align-items:center}.ui-field-latlng-new .lnglat-text .lat,.ui-field-latlng-new .lnglat-text .lng{flex:1;display:flex;align-items:center}.ui-field-latlng-new .lnglat-text .label{flex:none;margin-right:5px}.ui-field-latlng-new .amap-copyright,.ui-field-latlng-new .amap-logo{display:none!important}.ui-field-latlng-new .amap-ui-control-position-rt,.ui-field-latlng-new .amap-ui-control-position-tr{top:46px;right:15px}",
|
|
6328
|
+
map: undefined,
|
|
6329
|
+
media: undefined
|
|
6330
|
+
});
|
|
6331
|
+
};
|
|
6332
|
+
/* scoped */
|
|
6333
|
+
|
|
6334
|
+
|
|
5877
6335
|
const __vue_scope_id__$j = undefined;
|
|
5878
6336
|
/* module identifier */
|
|
5879
6337
|
|
|
@@ -5890,7 +6348,7 @@ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
5890
6348
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
5891
6349
|
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
5892
6350
|
|
|
5893
|
-
var
|
|
6351
|
+
var NewLnglatField = __vue_component__$j;
|
|
5894
6352
|
|
|
5895
6353
|
//
|
|
5896
6354
|
const CoordTypes = {
|
|
@@ -6755,6 +7213,7 @@ const FormFields = {
|
|
|
6755
7213
|
TriggerField,
|
|
6756
7214
|
IconsField,
|
|
6757
7215
|
LnglatField,
|
|
7216
|
+
NewLnglatField,
|
|
6758
7217
|
FenceField
|
|
6759
7218
|
};
|
|
6760
7219
|
/**
|
|
@@ -6805,6 +7264,7 @@ const initDefaultField = () => {
|
|
|
6805
7264
|
addFieldType('trigger', TriggerField);
|
|
6806
7265
|
addFieldType('icons', IconsField);
|
|
6807
7266
|
addFieldType('lnglat', LnglatField);
|
|
7267
|
+
addFieldType('newlnglat', NewLnglatField);
|
|
6808
7268
|
addFieldType('fence', FenceField);
|
|
6809
7269
|
};
|
|
6810
7270
|
|