jufubao-base 1.0.304 → 1.0.305-beta1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.304",
3
+ "version": "1.0.305-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -91,13 +91,13 @@
91
91
  * @event {Function} onDone 编辑或者创建覆盖物完成事件 参数:overlays(覆盖物对象), overlaysSource(覆盖物数据)
92
92
  */
93
93
 
94
- import BaiduMap from 'vue-baidu-map/components/map/Map.vue';
95
- import BmMarker from 'vue-baidu-map/components/overlays/Marker';
96
- import BmCircle from 'vue-baidu-map/components/overlays/Circle';
97
- import BmPolygon from 'vue-baidu-map/components/overlays/Polygon';
98
- import BmGeolocation from 'vue-baidu-map/components/controls/Geolocation';
99
- import BmBoundary from 'vue-baidu-map/components/others/Boundary';
100
- import BmNavigation from 'vue-baidu-map/components/controls/Navigation';
94
+ import BaiduMap from 'modules/vue-baidu-map/components/map/Map.vue';
95
+ import BmMarker from 'modules/vue-baidu-map/components/overlays/Marker';
96
+ import BmCircle from 'modules/vue-baidu-map/components/overlays/Circle';
97
+ import BmPolygon from 'modules/vue-baidu-map/components/overlays/Polygon';
98
+ import BmGeolocation from 'modules/vue-baidu-map/components/controls/Geolocation';
99
+ import BmBoundary from 'modules/vue-baidu-map/components/others/Boundary';
100
+ import BmNavigation from 'modules/vue-baidu-map/components/controls/Navigation';
101
101
 
102
102
  export default {
103
103
  name: "XdBaiduOverlay",
@@ -59,12 +59,12 @@
59
59
  * @event {Function} onSelect 选择地址详情对象(address))
60
60
  */
61
61
 
62
- import BaiduMap from "vue-baidu-map/components/map/Map.vue";
63
- import BmMarker from "vue-baidu-map/components/overlays/Marker";
62
+ import BaiduMap from "modules/vue-baidu-map/components/map/Map.vue";
63
+ import BmMarker from "modules/vue-baidu-map/components/overlays/Marker";
64
64
  import XdButton from "@/components/XdButton/XdButton";
65
- import BmNavigation from "vue-baidu-map/components/controls/Navigation";
66
- import BmGeolocation from "vue-baidu-map/components/controls/Geolocation";
67
- import BmLocalSearch from "vue-baidu-map/components/search/LocalSearch";
65
+ import BmNavigation from "modules/vue-baidu-map/components/controls/Navigation";
66
+ import BmGeolocation from "modules/vue-baidu-map/components/controls/Geolocation";
67
+ import BmLocalSearch from "modules/vue-baidu-map/components/search/LocalSearch";
68
68
 
69
69
  export default {
70
70
  name: "XdBaiduSearch",
@@ -53,12 +53,12 @@
53
53
  * @event {Function} onSelect 选择地址详情对象(address))
54
54
  */
55
55
 
56
- import BaiduMap from 'vue-baidu-map/components/map/Map.vue';
57
- import BmMarker from 'vue-baidu-map/components/overlays/Marker';
56
+ import BaiduMap from 'modules/vue-baidu-map/components/map/Map.vue';
57
+ import BmMarker from 'modules/vue-baidu-map/components/overlays/Marker';
58
58
  import XdButton from "@/components/XdButton/XdButton";
59
- import BmNavigation from 'vue-baidu-map/components/controls/Navigation';
60
- import BmGeolocation from 'vue-baidu-map/components/controls/Geolocation';
61
- import BmLocalSearch from 'vue-baidu-map/components/search/LocalSearch';
59
+ import BmNavigation from 'modules/vue-baidu-map/components/controls/Navigation';
60
+ import BmGeolocation from 'modules/vue-baidu-map/components/controls/Geolocation';
61
+ import BmLocalSearch from 'modules/vue-baidu-map/components/search/LocalSearch';
62
62
 
63
63
  export default {
64
64
  name: "XdBaiduSearch",