@gopowerteam/table-render 0.0.97 → 0.0.99
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/cjs/index.cjs +1 -1
- package/dist/cjs/table-render/index.d.ts +1893 -0
- package/dist/es/index.mjs +9 -6
- package/dist/es/table-render/index.d.ts +1893 -0
- package/package.json +1 -1
package/dist/es/index.mjs
CHANGED
|
@@ -33763,7 +33763,7 @@ const _n = /* @__PURE__ */ Xe({
|
|
|
33763
33763
|
minWidth: {
|
|
33764
33764
|
type: Number,
|
|
33765
33765
|
required: !1,
|
|
33766
|
-
default:
|
|
33766
|
+
default: 320
|
|
33767
33767
|
},
|
|
33768
33768
|
border: {
|
|
33769
33769
|
type: Boolean,
|
|
@@ -34182,12 +34182,13 @@ const Tn = /* @__PURE__ */ Xe({
|
|
|
34182
34182
|
} : {}
|
|
34183
34183
|
});
|
|
34184
34184
|
}
|
|
34185
|
-
|
|
34185
|
+
function u(E) {
|
|
34186
34186
|
const {
|
|
34187
34187
|
exportExcel: j
|
|
34188
34188
|
} = vn();
|
|
34189
34189
|
j((E == null ? void 0 : E.columns) || X.columns, (E == null ? void 0 : E.source) || o.value, (E == null ? void 0 : E.filename) || (typeof X.exportable == "object" ? X.exportable.filename : void 0));
|
|
34190
|
-
}
|
|
34190
|
+
}
|
|
34191
|
+
function p(E) {
|
|
34191
34192
|
let j;
|
|
34192
34193
|
switch (!0) {
|
|
34193
34194
|
case !!(E != null && E.key):
|
|
@@ -34206,7 +34207,8 @@ const Tn = /* @__PURE__ */ Xe({
|
|
|
34206
34207
|
title: (E == null ? void 0 : E.title) || "详情",
|
|
34207
34208
|
mode: (E == null ? void 0 : E.mode) || "dialog"
|
|
34208
34209
|
});
|
|
34209
|
-
}
|
|
34210
|
+
}
|
|
34211
|
+
function f(E) {
|
|
34210
34212
|
let j;
|
|
34211
34213
|
switch (!0) {
|
|
34212
34214
|
case !!(E != null && E.key):
|
|
@@ -34228,7 +34230,8 @@ const Tn = /* @__PURE__ */ Xe({
|
|
|
34228
34230
|
footer: !0,
|
|
34229
34231
|
form: "form"
|
|
34230
34232
|
});
|
|
34231
|
-
}
|
|
34233
|
+
}
|
|
34234
|
+
function w(E) {
|
|
34232
34235
|
var U;
|
|
34233
34236
|
if (!X.dataLoad)
|
|
34234
34237
|
return;
|
|
@@ -34248,7 +34251,7 @@ const Tn = /* @__PURE__ */ Xe({
|
|
|
34248
34251
|
We(z) && (r.value = !0, Promise.resolve(z).finally(() => {
|
|
34249
34252
|
r.value = !1;
|
|
34250
34253
|
}));
|
|
34251
|
-
}
|
|
34254
|
+
}
|
|
34252
34255
|
function x() {
|
|
34253
34256
|
d.value.open(Tn, {
|
|
34254
34257
|
collapsedColumns: n.value
|