ld-v2-kit 1.0.7-beta.1 → 1.0.7-beta.2
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/index.esm.js +5 -3
- package/dist/index.umd.js +5 -3
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ld-v2-kit version 1.0.7-beta.
|
|
1
|
+
/* ld-v2-kit version 1.0.7-beta.2 */
|
|
2
2
|
import Vue from 'vue';
|
|
3
3
|
|
|
4
4
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -1212,7 +1212,7 @@ function requireEs_object_toString () {
|
|
|
1212
1212
|
requireEs_object_toString();
|
|
1213
1213
|
|
|
1214
1214
|
var name = "ld-v2-kit";
|
|
1215
|
-
var version$1 = "1.0.7-beta.
|
|
1215
|
+
var version$1 = "1.0.7-beta.2";
|
|
1216
1216
|
var description = "基于 Vue2 + ElementUI 的轻量级工具组件包,包含自定义 UI 组件、业务组件与常用工具类。";
|
|
1217
1217
|
var main$1 = "dist/index.umd.js";
|
|
1218
1218
|
var module = "dist/index.esm.js";
|
|
@@ -3724,7 +3724,9 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
3724
3724
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, createInjector, undefined, undefined);
|
|
3725
3725
|
var DialogPro = __vue_component__;
|
|
3726
3726
|
|
|
3727
|
-
|
|
3727
|
+
// 确保 Vue 是构造函数
|
|
3728
|
+
var VueConstructor = typeof Vue === 'function' ? Vue : Vue.default;
|
|
3729
|
+
var DialogConstructor = VueConstructor.extend(DialogPro);
|
|
3728
3730
|
var DialogInstance = /*#__PURE__*/function () {
|
|
3729
3731
|
function DialogInstance() {
|
|
3730
3732
|
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
package/dist/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ld-v2-kit version 1.0.7-beta.
|
|
1
|
+
/* ld-v2-kit version 1.0.7-beta.2 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
requireEs_object_toString();
|
|
1217
1217
|
|
|
1218
1218
|
var name = "ld-v2-kit";
|
|
1219
|
-
var version$1 = "1.0.7-beta.
|
|
1219
|
+
var version$1 = "1.0.7-beta.2";
|
|
1220
1220
|
var description = "基于 Vue2 + ElementUI 的轻量级工具组件包,包含自定义 UI 组件、业务组件与常用工具类。";
|
|
1221
1221
|
var main$1 = "dist/index.umd.js";
|
|
1222
1222
|
var module = "dist/index.esm.js";
|
|
@@ -3728,7 +3728,9 @@
|
|
|
3728
3728
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, createInjector, undefined, undefined);
|
|
3729
3729
|
var DialogPro = __vue_component__;
|
|
3730
3730
|
|
|
3731
|
-
|
|
3731
|
+
// 确保 Vue 是构造函数
|
|
3732
|
+
var VueConstructor = typeof Vue === 'function' ? Vue : Vue.default;
|
|
3733
|
+
var DialogConstructor = VueConstructor.extend(DialogPro);
|
|
3732
3734
|
var DialogInstance = /*#__PURE__*/function () {
|
|
3733
3735
|
function DialogInstance() {
|
|
3734
3736
|
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|