Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
soal committed Jan 24, 2019
1 parent 6476005 commit bdaf7cf
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 57 deletions.
19 changes: 16 additions & 3 deletions dist/vue-mapbox.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2931,7 +2931,7 @@ module.exports = /******/ (function(modules) {
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
var web_dom_iterable = __webpack_require__("ac6a");

// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"752d9a0d-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/map/GlMap.vue?vue&type=template&id=43dc8291&
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"752d9a0d-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/map/GlMap.vue?vue&type=template&id=3e0acdb8&
var render = function() {
var _vm = this;
var _h = _vm.$createElement;
Expand All @@ -2952,7 +2952,7 @@ module.exports = /******/ (function(modules) {
}
];

// CONCATENATED MODULE: ./src/components/map/GlMap.vue?vue&type=template&id=43dc8291&
// CONCATENATED MODULE: ./src/components/map/GlMap.vue?vue&type=template&id=3e0acdb8&

// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
function _defineProperty(obj, key, value) {
Expand Down Expand Up @@ -3655,7 +3655,7 @@ module.exports = /******/ (function(modules) {
_this.map = map;

if (_this.RTLTextPluginUrl !== undefined) {
map.setRTLTextPlugin(
_this.mapbox.setRTLTextPlugin(
_this.RTLTextPluginUrl,
_this.$_RTLTextPluginError
);
Expand Down Expand Up @@ -5527,10 +5527,16 @@ module.exports = /******/ (function(modules) {
}
}
};
// CONCATENATED MODULE: ./src/pluginMixin.js

/* harmony default export */ var pluginMixin = {
mixins: [withRegistration, withEvents, withSelfEvents]
};
// CONCATENATED MODULE: ./src/main.js

var mglRegistrationMixin = withRegistration;
var mglControlMixin = controlMixin;
var mglPluginMixin = pluginMixin;
var MglMap = GlMap;
var MglNavigationControl = NavigationControl;
var MglGeolocateControl = GeolocateControl;
Expand Down Expand Up @@ -5593,6 +5599,13 @@ module.exports = /******/ (function(modules) {
return mglControlMixin;
}
);
/* concated harmony reexport mglPluginMixin */ __webpack_require__.d(
__webpack_exports__,
"mglPluginMixin",
function() {
return mglPluginMixin;
}
);
/* concated harmony reexport MglMap */ __webpack_require__.d(
__webpack_exports__,
"MglMap",
Expand Down
19 changes: 16 additions & 3 deletions dist/vue-mapbox.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
var web_dom_iterable = __webpack_require__("ac6a");

// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"752d9a0d-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/map/GlMap.vue?vue&type=template&id=43dc8291&
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"752d9a0d-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/map/GlMap.vue?vue&type=template&id=3e0acdb8&
var render = function() {
var _vm = this;
var _h = _vm.$createElement;
Expand All @@ -2986,7 +2986,7 @@
}
];

// CONCATENATED MODULE: ./src/components/map/GlMap.vue?vue&type=template&id=43dc8291&
// CONCATENATED MODULE: ./src/components/map/GlMap.vue?vue&type=template&id=3e0acdb8&

// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
function _defineProperty(obj, key, value) {
Expand Down Expand Up @@ -3698,7 +3698,7 @@
_this.map = map;

if (_this.RTLTextPluginUrl !== undefined) {
map.setRTLTextPlugin(
_this.mapbox.setRTLTextPlugin(
_this.RTLTextPluginUrl,
_this.$_RTLTextPluginError
);
Expand Down Expand Up @@ -5584,10 +5584,16 @@
}
}
};
// CONCATENATED MODULE: ./src/pluginMixin.js

/* harmony default export */ var pluginMixin = {
mixins: [withRegistration, withEvents, withSelfEvents]
};
// CONCATENATED MODULE: ./src/main.js

var mglRegistrationMixin = withRegistration;
var mglControlMixin = controlMixin;
var mglPluginMixin = pluginMixin;
var MglMap = GlMap;
var MglNavigationControl = NavigationControl;
var MglGeolocateControl = GeolocateControl;
Expand Down Expand Up @@ -5650,6 +5656,13 @@
return mglControlMixin;
}
);
/* concated harmony reexport mglPluginMixin */ __webpack_require__.d(
__webpack_exports__,
"mglPluginMixin",
function() {
return mglPluginMixin;
}
);
/* concated harmony reexport MglMap */ __webpack_require__.d(
__webpack_exports__,
"MglMap",
Expand Down
107 changes: 56 additions & 51 deletions dist/vue-mapbox.umd.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
O = w[l] || w[h] || (g && w[g]),
k = O || I(g),
j = g ? (M ? I("entries") : k) : void 0,
T = ("Array" == e && w.entries) || O;
P = ("Array" == e && w.entries) || O;
if (
(T &&
(($ = f(T.call(new t()))),
(P &&
(($ = f(P.call(new t()))),
$ !== Object.prototype &&
$.next &&
(u($, L, !0), r || "function" == typeof $[l] || a($, l, v))),
Expand Down Expand Up @@ -724,7 +724,7 @@
O = "process" == f(L),
k = function() {},
j = (o = b.f),
T = !!(function() {
P = !!(function() {
try {
var t = w.resolve(1),
e = ((t.constructor = {})[n("2b4c")("species")] = function(t) {
Expand All @@ -738,7 +738,7 @@
);
} catch (r) {}
})(),
P = function(t) {
T = function(t) {
var e;
return !(!d(t) || "function" != typeof (e = t.then)) && e;
},
Expand Down Expand Up @@ -768,7 +768,7 @@
f && (f.exit(), (a = !0))),
n === e.promise
? u(I("Promise-chain cycle"))
: (i = P(n))
: (i = T(n))
? i.call(n, c, u)
: c(n))
: u(r);
Expand Down Expand Up @@ -834,7 +834,7 @@
(n._d = !0), (n = n._w || n);
try {
if (n === t) throw I("Promise can't be resolved itself");
(e = P(t))
(e = T(t))
? g(function() {
var r = { _w: n, _d: !1 };
try {
Expand All @@ -849,7 +849,7 @@
}
}
};
T ||
P ||
((w = function(t) {
p(this, w, $, "_h"), h(t), r.call(this);
try {
Expand Down Expand Up @@ -893,18 +893,18 @@
(b.f = j = function(t) {
return t === w || t === a ? new i(t) : o(t);
})),
l(l.G + l.W + l.F * !T, { Promise: w }),
l(l.G + l.W + l.F * !P, { Promise: w }),
n("7f20")(w, $),
n("7a56")($),
(a = n("8378")[$]),
l(l.S + l.F * !T, $, {
l(l.S + l.F * !P, $, {
reject: function(t) {
var e = j(this),
n = e.reject;
return n(t), e.promise;
}
}),
l(l.S + l.F * (s || !T), $, {
l(l.S + l.F * (s || !P), $, {
resolve: function(t) {
return S(s && this === a ? w : this, t);
}
Expand All @@ -913,7 +913,7 @@
l.S +
l.F *
!(
T &&
P &&
n("5cc5")(function(t) {
w.all(t)["catch"](k);
})
Expand Down Expand Up @@ -2556,7 +2556,7 @@
this.$_loadMap().then(function(e) {
(t.map = e),
void 0 !== t.RTLTextPluginUrl &&
e.setRTLTextPlugin(
t.mapbox.setRTLTextPlugin(
t.RTLTextPluginUrl,
t.$_RTLTextPluginError
);
Expand Down Expand Up @@ -2763,7 +2763,7 @@
}
}
},
T = {
P = {
name: "AttributionControl",
mixins: [E],
props: {
Expand All @@ -2784,7 +2784,7 @@
}
}
},
P = {
T = {
name: "ScaleControl",
mixins: [E],
props: {
Expand Down Expand Up @@ -3752,23 +3752,25 @@
}
}
},
it = L,
at = E,
st = $,
ct = w,
ut = k,
ft = j,
lt = T,
dt = P,
ht = Q,
pt = tt,
mt = et,
vt = nt,
yt = rt,
gt = ot,
bt = F,
_t = H,
xt = {
it = { mixins: [L, c, M] },
at = L,
st = E,
ct = it,
ut = $,
ft = w,
lt = k,
dt = j,
ht = P,
pt = T,
mt = Q,
vt = tt,
yt = et,
gt = nt,
bt = rt,
_t = ot,
xt = F,
St = H,
$t = {
install: function(t) {
var e =
arguments.length > 1 && void 0 !== arguments[1]
Expand All @@ -3789,59 +3791,62 @@
});
}
},
St = xt;
It = $t;
n.d(e, "mglRegistrationMixin", function() {
return it;
return at;
}),
n.d(e, "mglControlMixin", function() {
return at;
return st;
}),
n.d(e, "mglPluginMixin", function() {
return ct;
}),
n.d(e, "MglMap", function() {
return st;
return ut;
}),
n.d(e, "MglNavigationControl", function() {
return ct;
return ft;
}),
n.d(e, "MglGeolocateControl", function() {
return ut;
return lt;
}),
n.d(e, "MglFullscreenControl", function() {
return ft;
return dt;
}),
n.d(e, "MglAttributionControl", function() {
return lt;
return ht;
}),
n.d(e, "MglScaleControl", function() {
return dt;
return pt;
}),
n.d(e, "MglGeojsonLayer", function() {
return ht;
return mt;
}),
n.d(e, "MglImageLayer", function() {
return pt;
return vt;
}),
n.d(e, "MglCanvasLayer", function() {
return mt;
return yt;
}),
n.d(e, "MglVideoLayer", function() {
return vt;
return gt;
}),
n.d(e, "MglVectorLayer", function() {
return yt;
return bt;
}),
n.d(e, "MglRasterLayer", function() {
return gt;
return _t;
}),
n.d(e, "MglMarker", function() {
return bt;
return xt;
}),
n.d(e, "MglPopup", function() {
return _t;
return St;
}),
n.d(e, "plugin", function() {
return xt;
return $t;
});
e["default"] = St;
e["default"] = It;
},
fdef: function(t, e) {
t.exports = "\t\n\v\f\r   ᠎              \u2028\u2029\ufeff";
Expand Down

0 comments on commit bdaf7cf

Please sign in to comment.