el-plus 0.0.39 → 0.0.40
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/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.full.js +202 -29
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +199 -27
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +2 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/search-list-page/index.d.ts +12 -12
- package/es/components/search-list-page/src/search-list-page.d.ts +1 -1
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +5 -5
- package/es/components/search-list-page/src/use-search-list-page.d.ts +3 -3
- package/es/components/select/index.d.ts +3 -3
- package/es/components/select/src/select.d.ts +1 -1
- package/es/components/select/src/select.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +3 -3
- package/es/components/table/src/table.d.ts +1 -1
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/uni-vue/index.d.ts +24 -0
- package/es/components/uni-vue/index.mjs +8 -0
- package/es/components/uni-vue/index.mjs.map +1 -0
- package/es/components/uni-vue/src/uni-vue.d.ts +7 -0
- package/es/components/uni-vue/src/uni-vue.mjs +10 -0
- package/es/components/uni-vue/src/uni-vue.mjs.map +1 -0
- package/es/components/uni-vue/src/uni-vue.vue.d.ts +9 -0
- package/es/components/uni-vue/src/uni-vue.vue.mjs +6 -0
- package/es/components/uni-vue/src/uni-vue.vue.mjs.map +1 -0
- package/es/components/uni-vue/src/uni-vue.vue2.mjs +40 -0
- package/es/components/uni-vue/src/uni-vue.vue2.mjs.map +1 -0
- package/es/components/uni-vue/src/use-uni-vue.d.ts +3 -0
- package/es/components/uni-vue/src/use-uni-vue.mjs +138 -0
- package/es/components/uni-vue/src/use-uni-vue.mjs.map +1 -0
- package/es/components/uni-vue/style/css.d.ts +2 -0
- package/es/components/uni-vue/style/css.mjs +5 -0
- package/es/components/uni-vue/style/css.mjs.map +1 -0
- package/es/components/uni-vue/style/index.d.ts +2 -0
- package/es/components/uni-vue/style/index.mjs +5 -0
- package/es/components/uni-vue/style/index.mjs.map +1 -0
- package/es/components.mjs +3 -1
- package/es/components.mjs.map +1 -1
- package/es/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/es/types/global.d.ts +5 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/search-list-page/index.d.ts +12 -12
- package/lib/components/search-list-page/src/search-list-page.d.ts +1 -1
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +5 -5
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +3 -3
- package/lib/components/select/index.d.ts +3 -3
- package/lib/components/select/src/select.d.ts +1 -1
- package/lib/components/select/src/select.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/src/table.d.ts +1 -1
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/uni-vue/index.d.ts +24 -0
- package/lib/components/uni-vue/index.js +15 -0
- package/lib/components/uni-vue/index.js.map +1 -0
- package/lib/components/uni-vue/src/uni-vue.d.ts +7 -0
- package/lib/components/uni-vue/src/uni-vue.js +13 -0
- package/lib/components/uni-vue/src/uni-vue.js.map +1 -0
- package/lib/components/uni-vue/src/uni-vue.vue.d.ts +9 -0
- package/lib/components/uni-vue/src/uni-vue.vue.js +10 -0
- package/lib/components/uni-vue/src/uni-vue.vue.js.map +1 -0
- package/lib/components/uni-vue/src/uni-vue.vue2.js +44 -0
- package/lib/components/uni-vue/src/uni-vue.vue2.js.map +1 -0
- package/lib/components/uni-vue/src/use-uni-vue.d.ts +3 -0
- package/lib/components/uni-vue/src/use-uni-vue.js +140 -0
- package/lib/components/uni-vue/src/use-uni-vue.js.map +1 -0
- package/lib/components/uni-vue/style/css.d.ts +2 -0
- package/lib/components/uni-vue/style/css.js +7 -0
- package/lib/components/uni-vue/style/css.js.map +1 -0
- package/lib/components/uni-vue/style/index.d.ts +2 -0
- package/lib/components/uni-vue/style/index.js +7 -0
- package/lib/components/uni-vue/style/index.js.map +1 -0
- package/lib/components.js +3 -1
- package/lib/components.js.map +1 -1
- package/lib/index.js +11 -6
- package/lib/index.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/lib/types/global.d.ts +5 -0
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/index.scss +2 -1
- package/theme-chalk/src/uni-vue.scss +11 -0
- package/theme-chalk/uni-vue.css +1 -0
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.ep-form{position:relative}.ep-form__fold{bottom:23px;color:#367ef5;cursor:pointer;font-size:14px;position:absolute;right:0;text-align:center;width:70px}.ep-form__fold:hover{text-decoration:underline}.ep-form.is-fold{padding-right:70px}.ep-form .el-form-item--small{margin-bottom:18px}.ep-form .el-form-item--small .el-form-item__label{display:block;height:32px;line-height:32px;overflow:hidden;padding-left:18px;padding-right:6px;text-overflow:ellipsis;white-space:nowrap}.ep-form .el-form-item--small .el-form-item__content{font-size:13px;line-height:32px}.ep-form .el-form-item--small .el-form-item__content .el-input{font-size:13px;height:32px}.ep-form .el-form-item--small .el-form-item__content .el-textarea__inner{font-size:13px!important}.ep-form .el-form-item--small .el-form-item__content .el-select__wrapper{font-size:13px;line-height:32px;min-height:32px}.ep-form .el-form-item--small .el-form-item__content .el-date-editor .el-range-input{font-size:13px}.ep-table__action-buttons{white-space:nowrap}.ep-table .table-column-link .el-form-item{display:inline-block}.ep-table .table-column-link .el-form-item .el-form-item__label{display:none}.ep-table .el-table{font-size:13px}.ep-table .el-table .el-table__cell .is-edit{cursor:pointer}.ep-table .el-table .el-table__cell .is-edit:hover{color:#409eff}.ep-table .el-table .el-table__cell .is-edit .el-icon{vertical-align:-2px}.ep-table .el-table .cell{line-height:30px}.ep-table .el-table thead tr th{height:42px}.ep-table .el-table td,.ep-table .el-table th{padding:3px 0}.ep-table .el-form-item__error{position:unset;text-align:left}.ep-table .el-form-item{margin-bottom:0}.ep-table .el-form-item .el-form-item__label{padding:0}.ep-table .el-pagination{margin-top:12px;--el-pagination-font-size:13px}.ep-table .el-pagination .el-select{--el-select-font-size:13px}.ep-table .el-pagination .el-select .el-select__wrapper{font-size:13px}.ep-button{height:auto;padding:9px 15px}.ep-button.el-button--text{padding:0}.ep-button.el-button+.el-button{margin-left:10px}.ep-search-list-page #middle{overflow:hidden}.ep-search-list-page__middle-left{float:left}.ep-search-list-page__middle-left>.el-button{margin:16px 0}.ep-search-list-page__middle-right{float:right}.ep-search-list-page__middle-right .el-button{margin:16px 0}.ep-title__header{line-height:50px;overflow:hidden}.ep-title__title{float:left;font-size:15px;font-weight:500}.ep-title__toggle{color:#409eff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;margin-left:10px;white-space:nowrap}.ep-title__toggle .el-icon{transition:transform .3s;vertical-align:-2px}.ep-title.is-expanded .ep-title__toggle .el-icon{transform:rotate(-180deg)}.ep-title__buttons{float:right}.ep-title__content{overflow:hidden;transition:max-height .3s ease-in-out}.ep-header{display:flex;margin-bottom:10px}.ep-header .el-page-header .el-page-header__left{margin-right:-10px;margin-top:4px}.ep-template-promise{position:relative;z-index:8888888888888888}.ep-dialog{padding:20px 25px 40px}.ep-dialog .el-dialog__headerbtn{height:56px}.ep-dialog .el-dialog__headerbtn .el-dialog__close{transform:scale(1.3)}.ep-dialog .el-dialog__header{text-align:center}.ep-dialog .el-dialog__header .el-dialog__title{color:#505050;font-size:16px;font-weight:600;line-height:24px;margin:4px}.ep-dialog .el-dialog__body{padding:25px 0 0}.ep-dialog__footer{padding:14px 0 0}.ep-dialog__footer button{font-size:12px}.ep-choose-dialog__selected-count{color:#409eff;float:left;font-size:16px;line-height:32px}.ep-custom-column__dialog .el-dialog__body{text-align:center}.ep-custom-column__dialog .el-transfer{display:inline-block}.ep-custom-column__dialog .el-transfer-panel__footer{border-bottom:0;height:0}.ep-custom-column__dialog .el-transfer-panel{overflow:visible}.ep-custom-column__operate{position:absolute;right:-100%;top:50%;transform:translate(calc(25% - 52px),32px)}.ep-link{font-size:13px}
|
|
1
|
+
.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.ep-form{position:relative}.ep-form__fold{bottom:23px;color:#367ef5;cursor:pointer;font-size:14px;position:absolute;right:0;text-align:center;width:70px}.ep-form__fold:hover{text-decoration:underline}.ep-form.is-fold{padding-right:70px}.ep-form .el-form-item--small{margin-bottom:18px}.ep-form .el-form-item--small .el-form-item__label{display:block;height:32px;line-height:32px;overflow:hidden;padding-left:18px;padding-right:6px;text-overflow:ellipsis;white-space:nowrap}.ep-form .el-form-item--small .el-form-item__content{font-size:13px;line-height:32px}.ep-form .el-form-item--small .el-form-item__content .el-input{font-size:13px;height:32px}.ep-form .el-form-item--small .el-form-item__content .el-textarea__inner{font-size:13px!important}.ep-form .el-form-item--small .el-form-item__content .el-select__wrapper{font-size:13px;line-height:32px;min-height:32px}.ep-form .el-form-item--small .el-form-item__content .el-date-editor .el-range-input{font-size:13px}.ep-table__action-buttons{white-space:nowrap}.ep-table .table-column-link .el-form-item{display:inline-block}.ep-table .table-column-link .el-form-item .el-form-item__label{display:none}.ep-table .el-table{font-size:13px}.ep-table .el-table .el-table__cell .is-edit{cursor:pointer}.ep-table .el-table .el-table__cell .is-edit:hover{color:#409eff}.ep-table .el-table .el-table__cell .is-edit .el-icon{vertical-align:-2px}.ep-table .el-table .cell{line-height:30px}.ep-table .el-table thead tr th{height:42px}.ep-table .el-table td,.ep-table .el-table th{padding:3px 0}.ep-table .el-form-item__error{position:unset;text-align:left}.ep-table .el-form-item{margin-bottom:0}.ep-table .el-form-item .el-form-item__label{padding:0}.ep-table .el-pagination{margin-top:12px;--el-pagination-font-size:13px}.ep-table .el-pagination .el-select{--el-select-font-size:13px}.ep-table .el-pagination .el-select .el-select__wrapper{font-size:13px}.ep-button{height:auto;padding:9px 15px}.ep-button.el-button--text{padding:0}.ep-button.el-button+.el-button{margin-left:10px}.ep-search-list-page #middle{overflow:hidden}.ep-search-list-page__middle-left{float:left}.ep-search-list-page__middle-left>.el-button{margin:16px 0}.ep-search-list-page__middle-right{float:right}.ep-search-list-page__middle-right .el-button{margin:16px 0}.ep-title__header{line-height:50px;overflow:hidden}.ep-title__title{float:left;font-size:15px;font-weight:500}.ep-title__toggle{color:#409eff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;margin-left:10px;white-space:nowrap}.ep-title__toggle .el-icon{transition:transform .3s;vertical-align:-2px}.ep-title.is-expanded .ep-title__toggle .el-icon{transform:rotate(-180deg)}.ep-title__buttons{float:right}.ep-title__content{overflow:hidden;transition:max-height .3s ease-in-out}.ep-header{display:flex;margin-bottom:10px}.ep-header .el-page-header .el-page-header__left{margin-right:-10px;margin-top:4px}.ep-template-promise{position:relative;z-index:8888888888888888}.ep-dialog{padding:20px 25px 40px}.ep-dialog .el-dialog__headerbtn{height:56px}.ep-dialog .el-dialog__headerbtn .el-dialog__close{transform:scale(1.3)}.ep-dialog .el-dialog__header{text-align:center}.ep-dialog .el-dialog__header .el-dialog__title{color:#505050;font-size:16px;font-weight:600;line-height:24px;margin:4px}.ep-dialog .el-dialog__body{padding:25px 0 0}.ep-dialog__footer{padding:14px 0 0}.ep-dialog__footer button{font-size:12px}.ep-choose-dialog__selected-count{color:#409eff;float:left;font-size:16px;line-height:32px}.ep-custom-column__dialog .el-dialog__body{text-align:center}.ep-custom-column__dialog .el-transfer{display:inline-block}.ep-custom-column__dialog .el-transfer-panel__footer{border-bottom:0;height:0}.ep-custom-column__dialog .el-transfer-panel{overflow:visible}.ep-custom-column__operate{position:absolute;right:-100%;top:50%;transform:translate(calc(25% - 52px),32px)}.ep-link{font-size:13px}.ep-uni-vue{background:#fff}.ep-uni-vue__skeleton .el-skeleton__item{margin-top:10px}
|
package/dist/index.full.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/*! ElPlus v0.0.
|
|
1
|
+
/*! ElPlus v0.0.40 */
|
|
2
2
|
|
|
3
3
|
(function (global, factory) {
|
|
4
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('element-plus'), require('@vue/shared'), require('axios'), require('js-cookie'), require('defu'), require('qs'), require('element-plus/es/components/table/src/table/defaults'), require('@element-plus/icons-vue'), require('mitt'), require('lodash-unified'), require('@vueuse/core'), require('vue-router'), require('js-base64')) :
|
|
5
|
-
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'element-plus', '@vue/shared', 'axios', 'js-cookie', 'defu', 'qs', 'element-plus/es/components/table/src/table/defaults', '@element-plus/icons-vue', 'mitt', 'lodash-unified', '@vueuse/core', 'vue-router', 'js-base64'], factory) :
|
|
6
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ElPlus = {}, global.Vue, global.ElementPlus, global.shared, global.axios, global.Cookies, global.defu, global.qs, global.elTableProps, global.iconsVue, global.mitt, global.lodashUnified, global.core, global.vueRouter, global.jsBase64));
|
|
7
|
-
})(this, (function (exports, vue, elementPlus, shared, axios, Cookies, defu, qs, elTableProps, iconsVue, mitt, lodashUnified, core, vueRouter, jsBase64) { 'use strict';
|
|
4
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('element-plus'), require('@vue/shared'), require('axios'), require('js-cookie'), require('defu'), require('qs'), require('element-plus/es/components/table/src/table/defaults'), require('@element-plus/icons-vue'), require('mitt'), require('lodash-unified'), require('@vueuse/core'), require('vue-router'), require('js-base64'), require('vue2/dist/vue.min.js'), require('vue-router3')) :
|
|
5
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'element-plus', '@vue/shared', 'axios', 'js-cookie', 'defu', 'qs', 'element-plus/es/components/table/src/table/defaults', '@element-plus/icons-vue', 'mitt', 'lodash-unified', '@vueuse/core', 'vue-router', 'js-base64', 'vue2/dist/vue.min.js', 'vue-router3'], factory) :
|
|
6
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ElPlus = {}, global.Vue, global.ElementPlus, global.shared, global.axios, global.Cookies, global.defu, global.qs, global.elTableProps, global.iconsVue, global.mitt, global.lodashUnified, global.core, global.vueRouter, global.jsBase64, global.Vue2, global.VueRouter3));
|
|
7
|
+
})(this, (function (exports, vue, elementPlus, shared, axios, Cookies, defu, qs, elTableProps, iconsVue, mitt, lodashUnified, core, vueRouter, jsBase64, Vue2, VueRouter3) { 'use strict';
|
|
8
8
|
|
|
9
9
|
function _interopNamespaceDefault(e) {
|
|
10
10
|
var n = Object.create(null);
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
}
|
|
1054
1054
|
});
|
|
1055
1055
|
|
|
1056
|
-
var _sfc_main$
|
|
1056
|
+
var _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
1057
1057
|
...{
|
|
1058
1058
|
name: "EpForm",
|
|
1059
1059
|
inheritAttrs: false
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
}
|
|
1152
1152
|
});
|
|
1153
1153
|
|
|
1154
|
-
const EpForm = withInstall(_sfc_main$
|
|
1154
|
+
const EpForm = withInstall(_sfc_main$b);
|
|
1155
1155
|
|
|
1156
1156
|
const { t: t$2 } = useLocale();
|
|
1157
1157
|
const inputProps = {
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
};
|
|
1181
1181
|
const inputEmitsKeys = Object.keys(inputEmits);
|
|
1182
1182
|
|
|
1183
|
-
var _sfc_main$
|
|
1183
|
+
var _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
1184
1184
|
...{
|
|
1185
1185
|
name: "EpInput",
|
|
1186
1186
|
inheritAttrs: false
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
}
|
|
1315
1315
|
});
|
|
1316
1316
|
|
|
1317
|
-
const EpInput = withInstall(_sfc_main$
|
|
1317
|
+
const EpInput = withInstall(_sfc_main$a);
|
|
1318
1318
|
|
|
1319
1319
|
function _isSlot$1(s) {
|
|
1320
1320
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
@@ -1654,7 +1654,7 @@
|
|
|
1654
1654
|
}
|
|
1655
1655
|
};
|
|
1656
1656
|
|
|
1657
|
-
var _sfc_main$
|
|
1657
|
+
var _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
1658
1658
|
...{
|
|
1659
1659
|
name: "EpCustomColumn",
|
|
1660
1660
|
inheritAttrs: false
|
|
@@ -1860,7 +1860,7 @@
|
|
|
1860
1860
|
}
|
|
1861
1861
|
});
|
|
1862
1862
|
|
|
1863
|
-
const EpCustomColumn = withInstall(_sfc_main$
|
|
1863
|
+
const EpCustomColumn = withInstall(_sfc_main$9);
|
|
1864
1864
|
|
|
1865
1865
|
const inheritTableProps = {
|
|
1866
1866
|
...elTableProps,
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
};
|
|
2321
2321
|
};
|
|
2322
2322
|
|
|
2323
|
-
var _sfc_main$
|
|
2323
|
+
var _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
2324
2324
|
...{
|
|
2325
2325
|
name: "EpTable",
|
|
2326
2326
|
inheritAttrs: false
|
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
}
|
|
2506
2506
|
});
|
|
2507
2507
|
|
|
2508
|
-
const EpTable = withInstall(_sfc_main$
|
|
2508
|
+
const EpTable = withInstall(_sfc_main$8);
|
|
2509
2509
|
|
|
2510
2510
|
const searchListPageProps = {
|
|
2511
2511
|
...apiProps,
|
|
@@ -2759,7 +2759,7 @@
|
|
|
2759
2759
|
};
|
|
2760
2760
|
};
|
|
2761
2761
|
|
|
2762
|
-
var _sfc_main$
|
|
2762
|
+
var _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
2763
2763
|
...{ name: "EpSearchListPage" },
|
|
2764
2764
|
__name: "search-list-page",
|
|
2765
2765
|
props: searchListPageProps,
|
|
@@ -2812,7 +2812,7 @@
|
|
|
2812
2812
|
}
|
|
2813
2813
|
});
|
|
2814
2814
|
|
|
2815
|
-
const EpSearchListPage = withInstall(_sfc_main$
|
|
2815
|
+
const EpSearchListPage = withInstall(_sfc_main$7);
|
|
2816
2816
|
|
|
2817
2817
|
const inheritSelectProps = {
|
|
2818
2818
|
...elementPlus.selectProps,
|
|
@@ -2938,7 +2938,7 @@
|
|
|
2938
2938
|
};
|
|
2939
2939
|
}
|
|
2940
2940
|
|
|
2941
|
-
var _sfc_main$
|
|
2941
|
+
var _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
2942
2942
|
...{
|
|
2943
2943
|
name: "EpSelect",
|
|
2944
2944
|
inheritAttrs: false
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
}
|
|
3027
3027
|
});
|
|
3028
3028
|
|
|
3029
|
-
const EpSelect = withInstall(_sfc_main$
|
|
3029
|
+
const EpSelect = withInstall(_sfc_main$6);
|
|
3030
3030
|
|
|
3031
3031
|
const titleProps = {
|
|
3032
3032
|
// 右侧按钮
|
|
@@ -3085,7 +3085,7 @@
|
|
|
3085
3085
|
};
|
|
3086
3086
|
};
|
|
3087
3087
|
|
|
3088
|
-
var _sfc_main$
|
|
3088
|
+
var _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
3089
3089
|
...{
|
|
3090
3090
|
name: "EpTitle",
|
|
3091
3091
|
inheritAttrs: false
|
|
@@ -3149,7 +3149,7 @@
|
|
|
3149
3149
|
}
|
|
3150
3150
|
});
|
|
3151
3151
|
|
|
3152
|
-
const EpTitle = withInstall(_sfc_main$
|
|
3152
|
+
const EpTitle = withInstall(_sfc_main$5);
|
|
3153
3153
|
|
|
3154
3154
|
const headerProps = {
|
|
3155
3155
|
// 页面模式
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
};
|
|
3331
3331
|
};
|
|
3332
3332
|
|
|
3333
|
-
var _sfc_main$
|
|
3333
|
+
var _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
3334
3334
|
...{
|
|
3335
3335
|
name: "EpHeader",
|
|
3336
3336
|
inheritAttrs: false
|
|
@@ -3363,7 +3363,7 @@
|
|
|
3363
3363
|
}
|
|
3364
3364
|
});
|
|
3365
3365
|
|
|
3366
|
-
const EpHeader = withInstall(_sfc_main$
|
|
3366
|
+
const EpHeader = withInstall(_sfc_main$4);
|
|
3367
3367
|
|
|
3368
3368
|
const { t } = useLocale();
|
|
3369
3369
|
const datePickerRangeProps = {
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
};
|
|
3434
3434
|
const datePickerRangeEmits = {};
|
|
3435
3435
|
|
|
3436
|
-
var _sfc_main$
|
|
3436
|
+
var _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
3437
3437
|
...{
|
|
3438
3438
|
name: "EpDatePickerRange",
|
|
3439
3439
|
inheritAttrs: false
|
|
@@ -3489,7 +3489,7 @@
|
|
|
3489
3489
|
}
|
|
3490
3490
|
});
|
|
3491
3491
|
|
|
3492
|
-
const EpDatePickerRange = withInstall(_sfc_main$
|
|
3492
|
+
const EpDatePickerRange = withInstall(_sfc_main$3);
|
|
3493
3493
|
|
|
3494
3494
|
const linkProps = {
|
|
3495
3495
|
...elementPlus.linkProps,
|
|
@@ -3506,7 +3506,7 @@
|
|
|
3506
3506
|
}
|
|
3507
3507
|
};
|
|
3508
3508
|
|
|
3509
|
-
var _sfc_main$
|
|
3509
|
+
var _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
3510
3510
|
...{
|
|
3511
3511
|
name: "EpLink",
|
|
3512
3512
|
inheritAttrs: false
|
|
@@ -3551,7 +3551,7 @@
|
|
|
3551
3551
|
}
|
|
3552
3552
|
});
|
|
3553
3553
|
|
|
3554
|
-
const EpLink = withInstall(_sfc_main$
|
|
3554
|
+
const EpLink = withInstall(_sfc_main$2);
|
|
3555
3555
|
|
|
3556
3556
|
const attachmentProps = {
|
|
3557
3557
|
// 格式化列
|
|
@@ -3725,7 +3725,7 @@
|
|
|
3725
3725
|
};
|
|
3726
3726
|
};
|
|
3727
3727
|
|
|
3728
|
-
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
3728
|
+
var _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
3729
3729
|
...{
|
|
3730
3730
|
name: "EpAttachment",
|
|
3731
3731
|
inheritAttrs: false
|
|
@@ -3780,7 +3780,176 @@
|
|
|
3780
3780
|
}
|
|
3781
3781
|
});
|
|
3782
3782
|
|
|
3783
|
-
const EpAttachment = withInstall(_sfc_main);
|
|
3783
|
+
const EpAttachment = withInstall(_sfc_main$1);
|
|
3784
|
+
|
|
3785
|
+
const componentType = ["bpm", "address"];
|
|
3786
|
+
const uniVueProps = {
|
|
3787
|
+
name: String,
|
|
3788
|
+
// 组件名字
|
|
3789
|
+
type: String
|
|
3790
|
+
// 组件类型 bpm、 address
|
|
3791
|
+
};
|
|
3792
|
+
|
|
3793
|
+
const useUniVue = (props) => {
|
|
3794
|
+
const uniVue = vue.useTemplateRef("uniVue");
|
|
3795
|
+
const { type } = props;
|
|
3796
|
+
const loading = vue.ref(true);
|
|
3797
|
+
const isAddress = type === "address";
|
|
3798
|
+
const isBpm = type === "bpm";
|
|
3799
|
+
const isLoadStatic = componentType.indexOf(type) > -1;
|
|
3800
|
+
const attrs = vue.useAttrs();
|
|
3801
|
+
const setupWindow = () => {
|
|
3802
|
+
Vue2.use(VueRouter3);
|
|
3803
|
+
if (!window.Vue) {
|
|
3804
|
+
window.Vue = Vue2;
|
|
3805
|
+
}
|
|
3806
|
+
if (isAddress) {
|
|
3807
|
+
if (!window.axios) {
|
|
3808
|
+
window.axios = axios;
|
|
3809
|
+
}
|
|
3810
|
+
if (!window.ElementUI) {
|
|
3811
|
+
window.ElementUI = {
|
|
3812
|
+
Message: elementPlus.ElMessage,
|
|
3813
|
+
Loading: elementPlus.ElLoading
|
|
3814
|
+
};
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
};
|
|
3818
|
+
setupWindow();
|
|
3819
|
+
const prepareVueAttributes = () => {
|
|
3820
|
+
const events = {};
|
|
3821
|
+
const _props = {};
|
|
3822
|
+
Object.keys(attrs).forEach((key) => {
|
|
3823
|
+
if (key.startsWith("on")) {
|
|
3824
|
+
let eventName = key.slice(2);
|
|
3825
|
+
eventName = eventName.replace(/([A-Z])/g, "-$1").toLowerCase();
|
|
3826
|
+
eventName = eventName.slice(1);
|
|
3827
|
+
events[eventName] = attrs[key];
|
|
3828
|
+
} else {
|
|
3829
|
+
_props[key] = attrs[key];
|
|
3830
|
+
}
|
|
3831
|
+
});
|
|
3832
|
+
return {
|
|
3833
|
+
on: events,
|
|
3834
|
+
props: _props
|
|
3835
|
+
};
|
|
3836
|
+
};
|
|
3837
|
+
const cdn = "//j01.hongxinshop.com/";
|
|
3838
|
+
const getStaticJsUrl = () => {
|
|
3839
|
+
switch (type) {
|
|
3840
|
+
case "bpm":
|
|
3841
|
+
return `${cdn}bpm-common/common/index.umd.min.js`;
|
|
3842
|
+
case "address":
|
|
3843
|
+
return `${cdn}address/static/hx-address-full.js`;
|
|
3844
|
+
default:
|
|
3845
|
+
return "";
|
|
3846
|
+
}
|
|
3847
|
+
};
|
|
3848
|
+
const getStaticCssUrl = () => {
|
|
3849
|
+
switch (type) {
|
|
3850
|
+
case "bpm":
|
|
3851
|
+
return `/bpm-common/common/index.css`;
|
|
3852
|
+
case "address":
|
|
3853
|
+
return `/address/static/hx-address.css`;
|
|
3854
|
+
default:
|
|
3855
|
+
return "";
|
|
3856
|
+
}
|
|
3857
|
+
};
|
|
3858
|
+
const hasLoadStaticJsResource = () => {
|
|
3859
|
+
let globalName;
|
|
3860
|
+
if (isAddress) {
|
|
3861
|
+
globalName = "hxAddress";
|
|
3862
|
+
}
|
|
3863
|
+
if (isBpm) {
|
|
3864
|
+
globalName = "index";
|
|
3865
|
+
}
|
|
3866
|
+
if (window[globalName]) return true;
|
|
3867
|
+
return false;
|
|
3868
|
+
};
|
|
3869
|
+
const loadStaticJsResource = async () => {
|
|
3870
|
+
return new Promise((resolve, reject) => {
|
|
3871
|
+
if (hasLoadStaticJsResource()) return resolve("");
|
|
3872
|
+
const script = document.createElement("script");
|
|
3873
|
+
script.src = getStaticJsUrl();
|
|
3874
|
+
script.onload = resolve;
|
|
3875
|
+
script.onerror = reject;
|
|
3876
|
+
document.body.appendChild(script);
|
|
3877
|
+
});
|
|
3878
|
+
};
|
|
3879
|
+
const loadStaticCssResource = async () => {
|
|
3880
|
+
const { data: css } = await http.request(getStaticCssUrl(), {
|
|
3881
|
+
responseReturn: "raw"
|
|
3882
|
+
});
|
|
3883
|
+
return css;
|
|
3884
|
+
};
|
|
3885
|
+
const setupInstance = async () => {
|
|
3886
|
+
if (undefined) return;
|
|
3887
|
+
const el = uniVue.value;
|
|
3888
|
+
const shadowRoot = el.attachShadow({ mode: "open" });
|
|
3889
|
+
const container = document.createElement("div");
|
|
3890
|
+
if (isLoadStatic) {
|
|
3891
|
+
try {
|
|
3892
|
+
loading.value = true;
|
|
3893
|
+
const [_res1, css] = await Promise.all([
|
|
3894
|
+
loadStaticJsResource(),
|
|
3895
|
+
loadStaticCssResource()
|
|
3896
|
+
]);
|
|
3897
|
+
const style = document.createElement("style");
|
|
3898
|
+
style.textContent = css;
|
|
3899
|
+
shadowRoot.appendChild(style);
|
|
3900
|
+
} catch (error) {
|
|
3901
|
+
console.log(error);
|
|
3902
|
+
} finally {
|
|
3903
|
+
loading.value = false;
|
|
3904
|
+
}
|
|
3905
|
+
}
|
|
3906
|
+
shadowRoot.appendChild(container);
|
|
3907
|
+
new Vue2({
|
|
3908
|
+
el: container,
|
|
3909
|
+
router: new VueRouter3(),
|
|
3910
|
+
render: (h) => h(props.name, prepareVueAttributes())
|
|
3911
|
+
});
|
|
3912
|
+
};
|
|
3913
|
+
vue.onMounted(() => {
|
|
3914
|
+
setupInstance();
|
|
3915
|
+
});
|
|
3916
|
+
return {
|
|
3917
|
+
loading
|
|
3918
|
+
};
|
|
3919
|
+
};
|
|
3920
|
+
|
|
3921
|
+
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
3922
|
+
...{
|
|
3923
|
+
name: "EpUniVue",
|
|
3924
|
+
inheritAttrs: false
|
|
3925
|
+
},
|
|
3926
|
+
__name: "uni-vue",
|
|
3927
|
+
props: uniVueProps,
|
|
3928
|
+
setup(__props) {
|
|
3929
|
+
const bem = createNameSpace("uni-vue");
|
|
3930
|
+
const props = __props;
|
|
3931
|
+
const { loading } = useUniVue(props);
|
|
3932
|
+
return (_ctx, _cache) => {
|
|
3933
|
+
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
3934
|
+
vue.createVNode(vue.unref(elementPlus.ElSkeleton), {
|
|
3935
|
+
class: vue.normalizeClass(vue.unref(bem).e("skeleton")),
|
|
3936
|
+
loading: vue.unref(loading),
|
|
3937
|
+
style: { "background": "#fff", "padding": "5px 15px" },
|
|
3938
|
+
rows: 1
|
|
3939
|
+
}, null, 8, ["class", "loading"]),
|
|
3940
|
+
vue.createElementVNode("div", {
|
|
3941
|
+
ref: "uniVue",
|
|
3942
|
+
class: vue.normalizeClass(`${vue.unref(bem).b()} ${vue.unref(prepareClassNames)()}`),
|
|
3943
|
+
style: vue.normalizeStyle({
|
|
3944
|
+
...vue.unref(prepareStyles)()
|
|
3945
|
+
})
|
|
3946
|
+
}, null, 6)
|
|
3947
|
+
], 64);
|
|
3948
|
+
};
|
|
3949
|
+
}
|
|
3950
|
+
});
|
|
3951
|
+
|
|
3952
|
+
const EpUniVue = withInstall(_sfc_main);
|
|
3784
3953
|
|
|
3785
3954
|
var components = [
|
|
3786
3955
|
EpButtons,
|
|
@@ -3794,10 +3963,11 @@
|
|
|
3794
3963
|
EpDatePickerRange,
|
|
3795
3964
|
EpCustomColumn,
|
|
3796
3965
|
EpLink,
|
|
3797
|
-
EpAttachment
|
|
3966
|
+
EpAttachment,
|
|
3967
|
+
EpUniVue
|
|
3798
3968
|
];
|
|
3799
3969
|
|
|
3800
|
-
var version = "0.0.
|
|
3970
|
+
var version = "0.0.40";
|
|
3801
3971
|
|
|
3802
3972
|
var globalProperties = {
|
|
3803
3973
|
install(app) {
|
|
@@ -3894,8 +4064,10 @@
|
|
|
3894
4064
|
exports.EpSelect = EpSelect;
|
|
3895
4065
|
exports.EpTable = EpTable;
|
|
3896
4066
|
exports.EpTitle = EpTitle;
|
|
4067
|
+
exports.EpUniVue = EpUniVue;
|
|
3897
4068
|
exports.attachmentProps = attachmentProps;
|
|
3898
4069
|
exports.buttonsProps = buttonsProps;
|
|
4070
|
+
exports.componentType = componentType;
|
|
3899
4071
|
exports.customColumnEmits = customColumnEmits;
|
|
3900
4072
|
exports.customColumnProps = customColumnProps;
|
|
3901
4073
|
exports.datePickerRangeEmits = datePickerRangeEmits;
|
|
@@ -3926,6 +4098,7 @@
|
|
|
3926
4098
|
exports.tableProps = tableProps;
|
|
3927
4099
|
exports.titleEmits = titleEmits;
|
|
3928
4100
|
exports.titleProps = titleProps;
|
|
4101
|
+
exports.uniVueProps = uniVueProps;
|
|
3929
4102
|
exports.useChooseDialog = useChooseDialog;
|
|
3930
4103
|
exports.useDialog = useDialog;
|
|
3931
4104
|
exports.useFormDialog = useFormDialog;
|