z-ui-pc 1.1.18 → 1.1.19

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3859,7 +3859,7 @@ const Se = (t) => typeof t == "boolean" ? t ? "left" : void 0 : t, hs = (t) => {
3859
3859
  }, Fs = (t) => t.groupName || Pt;
3860
3860
  class oo {
3861
3861
  constructor(e, o) {
3862
- this.columnMap = o, this.groupName = e.groupName, this.id = e.id, this.active = !!e.active, this.columns = e.columns.filter((n) => n.prop).map((n, u) => {
3862
+ this.columnMap = o, this.groupName = e.groupName, this.id = e.id, this.active = !!e.active, this.columns = e.columns.filter((n) => n.prop && this.columnMap.has(n.prop)).map((n, u) => {
3863
3863
  const a = !!n.checked;
3864
3864
  return {
3865
3865
  checked: a,
@@ -5882,7 +5882,7 @@ const lo = (t) => {
5882
5882
  }, Jl = (t) => ({
5883
5883
  ...$l,
5884
5884
  ...t ?? {}
5885
- }), er = "1.1.18", tr = {
5885
+ }), er = "1.1.19", tr = {
5886
5886
  version: er
5887
5887
  };
5888
5888
  function Ir(t, e, o) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-ui-pc",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "适用于pc端的前端组件库",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",