bkui-vue 1.0.3-beta.7 → 1.0.3-beta.8
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.cjs.js +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.umd.js +1 -1
- package/lib/components.js +504 -63
- package/lib/dist.index.js +61 -5
- package/lib/hooks.js +48 -8
- package/lib/index.js +72 -8
- package/lib/preset.js +58 -18
- package/lib/table/index.js +7 -4
- package/lib/table/utils.d.ts +1 -1
- package/lib/table-column/index.js +3 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -11478,6 +11478,9 @@ const b_ = {
|
|
11478
11478
|
mounted() {
|
11479
11479
|
this.updateColumnDefine();
|
11480
11480
|
},
|
11481
|
+
updated() {
|
11482
|
+
this.updateColumnDefineByParent();
|
11483
|
+
},
|
11481
11484
|
methods: {
|
11482
11485
|
updateColumnDefine(e = !1) {
|
11483
11486
|
if (e) {
|
@@ -14060,7 +14063,7 @@ const CJ = (e, t, n, i, s, r, o) => {
|
|
14060
14063
|
skipCol: ve
|
14061
14064
|
} = n.getColumnAttribute(q, $e.COL_SPAN), {
|
14062
14065
|
skipRow: Pe
|
14063
|
-
} = me && !X ? T(E,
|
14066
|
+
} = me && !X ? T(E, R, Y, q, ne) : {
|
14064
14067
|
skipRow: !1
|
14065
14068
|
}, de = {
|
14066
14069
|
"expand-cell": q.type === "expand"
|