nubomed-ui 2.0.33 → 2.0.34
Sign up to get free protection for your applications and to get access to all the features.
- package/nubomed-ui.common.js +7 -7
- package/nubomed-ui.common.js.map +1 -1
- package/nubomed-ui.umd.js +13 -13
- package/nubomed-ui.umd.js.map +1 -1
- package/nubomed-ui.umd.min.js +1 -1
- package/nubomed-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
package/nubomed-ui.umd.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
3
|
-
module.exports = factory(require("
|
3
|
+
module.exports = factory(require("vue"));
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
5
|
-
define([
|
5
|
+
define([], factory);
|
6
6
|
else if(typeof exports === 'object')
|
7
|
-
exports["nubomed-ui"] = factory(require("
|
7
|
+
exports["nubomed-ui"] = factory(require("vue"));
|
8
8
|
else
|
9
9
|
root["nubomed-ui"] = factory(root["Vue"]);
|
10
|
-
})((typeof self !== 'undefined' ? self : this), function(
|
10
|
+
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__9274__) {
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
12
12
|
/******/ var __webpack_modules__ = ({
|
13
13
|
|
@@ -1943,11 +1943,11 @@ module.exports = __webpack_require__.p + "fonts/iconfont.c068c01a.woff";
|
|
1943
1943
|
|
1944
1944
|
/***/ }),
|
1945
1945
|
|
1946
|
-
/***/
|
1946
|
+
/***/ 9274:
|
1947
1947
|
/***/ (function(module) {
|
1948
1948
|
|
1949
1949
|
"use strict";
|
1950
|
-
module.exports =
|
1950
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__9274__;
|
1951
1951
|
|
1952
1952
|
/***/ }),
|
1953
1953
|
|
@@ -4584,9 +4584,9 @@ const i18n = function (fn) {
|
|
4584
4584
|
t,
|
4585
4585
|
i18n
|
4586
4586
|
});
|
4587
|
-
// EXTERNAL MODULE: external "Vue"
|
4588
|
-
var
|
4589
|
-
var
|
4587
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
4588
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
4589
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
4590
4590
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBNotify/src/index.vue?vue&type=template&id=15e54efa&scoped=true
|
4591
4591
|
var render = function render() {
|
4592
4592
|
var _vm = this,
|
@@ -4814,11 +4814,11 @@ let instance;
|
|
4814
4814
|
let instances = [];
|
4815
4815
|
let seed = 1;
|
4816
4816
|
const Notification = function (options) {
|
4817
|
-
console.log('Vue', (
|
4818
|
-
if (!(
|
4817
|
+
console.log('Vue', (external_commonjs_vue_commonjs2_vue_root_Vue_default()));
|
4818
|
+
if (!(external_commonjs_vue_commonjs2_vue_root_Vue_default())) {
|
4819
4819
|
return;
|
4820
4820
|
}
|
4821
|
-
if ((
|
4821
|
+
if ((external_commonjs_vue_commonjs2_vue_root_Vue_default()).prototype.$isServer) return;
|
4822
4822
|
options = Object.assign({}, options);
|
4823
4823
|
const userOnClose = options.onClose;
|
4824
4824
|
const id = 'notification_' + seed++;
|
@@ -4826,7 +4826,7 @@ const Notification = function (options) {
|
|
4826
4826
|
options.onClose = function () {
|
4827
4827
|
Notification.close(id, userOnClose);
|
4828
4828
|
};
|
4829
|
-
const NotificationConstructor =
|
4829
|
+
const NotificationConstructor = external_commonjs_vue_commonjs2_vue_root_Vue_default().extend(NBNotify_src);
|
4830
4830
|
instance = new NotificationConstructor({
|
4831
4831
|
data: options
|
4832
4832
|
});
|