ry-vue-map 0.6.13 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +1 -1
- package/lib/ryui.common.0.js +670 -501
- package/lib/ryui.common.0.js.gz +0 -0
- package/lib/ryui.common.8.js +12 -20
- package/lib/ryui.common.8.js.gz +0 -0
- package/lib/ryui.common.js +285 -138
- package/lib/ryui.common.js.gz +0 -0
- package/lib/ryui.css +1 -1
- package/lib/ryui.css.gz +0 -0
- package/lib/ryui.umd.0.js +670 -501
- package/lib/ryui.umd.0.js.gz +0 -0
- package/lib/ryui.umd.8.js +12 -20
- package/lib/ryui.umd.8.js.gz +0 -0
- package/lib/ryui.umd.js +285 -138
- package/lib/ryui.umd.js.gz +0 -0
- package/lib/ryui.umd.min.0.js +3 -3
- package/lib/ryui.umd.min.0.js.gz +0 -0
- package/lib/ryui.umd.min.8.js +1 -1
- package/lib/ryui.umd.min.8.js.gz +0 -0
- package/lib/ryui.umd.min.js +5 -5
- package/lib/ryui.umd.min.js.gz +0 -0
- package/package.json +2 -2
- package/src/components/maps/models/ryMap/map.js +13 -1
- package/src/components/maps/models/ryPolygons/ryPolygons.js +5 -5
- package/src/components/maps/ryMap/src/index.vue +44 -4
- package/src/components/maps/ryPolygon/src/index.vue +1 -3
- package/src/components/maps/ryPolygons/src/index.vue +10 -19
- package/src/views/map/index.vue +28 -13
package/lib/ryui.common.0.js.gz
CHANGED
|
Binary file
|
package/lib/ryui.common.8.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"use strict";
|
|
7
7
|
__webpack_require__.r(__webpack_exports__);
|
|
8
8
|
/* WEBPACK VAR INJECTION */(function(Buffer) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "create", function() { return create; });
|
|
9
|
-
/* harmony import */ var web_worker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("
|
|
9
|
+
/* harmony import */ var web_worker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e925");
|
|
10
10
|
/* harmony import */ var web_worker__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(web_worker__WEBPACK_IMPORTED_MODULE_0__);
|
|
11
11
|
|
|
12
12
|
|
|
@@ -22,25 +22,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22
22
|
|
|
23
23
|
/***/ }),
|
|
24
24
|
|
|
25
|
-
/***/ "
|
|
26
|
-
/***/ (function(module, exports) {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
38
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
39
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
40
|
-
* See the License for the specific language governing permissions and
|
|
41
|
-
* limitations under the License.
|
|
42
|
-
*/
|
|
43
|
-
module.exports = Worker;
|
|
25
|
+
/***/ "e925":
|
|
26
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
27
|
+
|
|
28
|
+
"use strict";
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
// src/browser/index.js
|
|
32
|
+
var browser_default = typeof Worker < "u" ? Worker : void 0;
|
|
33
|
+
|
|
34
|
+
module.exports = browser_default;
|
|
35
|
+
|
|
44
36
|
|
|
45
37
|
/***/ })
|
|
46
38
|
|
package/lib/ryui.common.8.js.gz
CHANGED
|
Binary file
|