cloud-web-corejs 1.0.54-dev.363 → 1.0.54-dev.365
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/package.json
CHANGED
|
@@ -368,7 +368,6 @@ import XEUtils from "xe-utils";
|
|
|
368
368
|
|
|
369
369
|
function z(e) {
|
|
370
370
|
const t = qr[kl]("span");
|
|
371
|
-
debugger
|
|
372
371
|
return (t.className = "vxe-table--cell-main-area"), e.appendChild(t), t;
|
|
373
372
|
}
|
|
374
373
|
|
|
@@ -5073,9 +5072,10 @@ import XEUtils from "xe-utils";
|
|
|
5073
5072
|
}
|
|
5074
5073
|
|
|
5075
5074
|
function kt(e) {
|
|
5075
|
+
|
|
5076
5076
|
if (cl || Or("false")) {
|
|
5077
5077
|
const t = e.$el;
|
|
5078
|
-
if (t) {
|
|
5078
|
+
if (false && t) {//xk debugger
|
|
5079
5079
|
const e = t[en];
|
|
5080
5080
|
As ||
|
|
5081
5081
|
((As = qr[kl](
|
|
@@ -6957,7 +6957,7 @@ import XEUtils from "xe-utils";
|
|
|
6957
6957
|
function nr(e) {
|
|
6958
6958
|
if (cl || Or("true")) {
|
|
6959
6959
|
const t = e.$el;
|
|
6960
|
-
if (t) {
|
|
6960
|
+
if (false && t) {//xk debugger
|
|
6961
6961
|
const e = t[en];
|
|
6962
6962
|
As ||
|
|
6963
6963
|
((As = qr[kl](
|
|
@@ -7278,8 +7278,14 @@ import XEUtils from "xe-utils";
|
|
|
7278
7278
|
Kr = "\n",
|
|
7279
7279
|
qr = document;
|
|
7280
7280
|
let Qr = !1;
|
|
7281
|
-
const el = Pr[`a${Qr ? "" : "to"}b`]
|
|
7282
|
-
|
|
7281
|
+
// const el = Pr[`a${Qr ? "" : "to"}b`];
|
|
7282
|
+
const el2 = Pr[`a${Qr ? "" : "to"}b`];
|
|
7283
|
+
const el = (...args)=>{
|
|
7284
|
+
let value = el2(...args)
|
|
7285
|
+
return value;
|
|
7286
|
+
};
|
|
7287
|
+
|
|
7288
|
+
const tl = Or(6) ? "main" : "multi",
|
|
7283
7289
|
rl = Or(9) ? "copy" : "main",
|
|
7284
7290
|
ll = "extend",
|
|
7285
7291
|
ol = "multi",
|
package/src/index.js
CHANGED
|
@@ -25,10 +25,10 @@ import VXETable from 'vxe-table';
|
|
|
25
25
|
import 'vxe-table/lib/style.css';
|
|
26
26
|
|
|
27
27
|
// 引入扩展插件
|
|
28
|
-
|
|
28
|
+
import '@base/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js'
|
|
29
29
|
import '@base/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css'
|
|
30
30
|
|
|
31
|
-
// 设置授权信息
|
|
31
|
+
/* // 设置授权信息
|
|
32
32
|
VXETable.setup({
|
|
33
33
|
// showAuthLog: true, // 是否在控制台显示授权信息,专业版支持关闭
|
|
34
34
|
// authId: 'gbeumewkoyt2rhf9', // 获取授权后在官网登录后进入“用户中心”查看
|