@vipl520/dk-ui 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +4 -4
- package/dist/index.min.js +6 -6
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/web-types.json +1 -1
- package/es/index.d.ts +0 -1
- package/es/index.mjs +0 -1
- package/es/index.mjs.map +1 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.DkUI = {},
|
5
|
-
})(this, (function (exports,
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('axios'), require('element-plus'), require('vue'), require('@vueuse/core'), require('@tinymce/tinymce-vue'), require('@iconify/vue'), require('@element-plus/icons-vue'), require('@vant/icons'), require('@form-create/element-ui'), require('vue3-draggable-resizable')) :
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'axios', 'element-plus', 'vue', '@vueuse/core', '@tinymce/tinymce-vue', '@iconify/vue', '@element-plus/icons-vue', '@vant/icons', '@form-create/element-ui', 'vue3-draggable-resizable'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.DkUI = {}, global.axios, global.ElementPlus, global.Vue, global.VueUse, global.Editor, global.Icon, global.ElementPlusIconsVue, global.VantIcons, global.formCreate, global.Vue3DraggableResizable));
|
5
|
+
})(this, (function (exports, axios, elementPlus, require$$0, core, Editor, vue, ElementPlusIconsVue, icons, formCreate, Vue3DraggableResizable) { 'use strict';
|
6
6
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
8
8
|
var n = Object.create(null);
|