golden-logic-ui 1.2.49 → 1.2.51
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/golden-logic-ui.js
CHANGED
|
@@ -91247,12 +91247,12 @@ const $Ae = {
|
|
|
91247
91247
|
popTitle: "",
|
|
91248
91248
|
// preview:true,
|
|
91249
91249
|
beforeOpenCallback(t) {
|
|
91250
|
-
t.columnsHidden = ["Action"];
|
|
91250
|
+
t.columnsHidden = ["Action"], console.log(t.columnsHidden);
|
|
91251
91251
|
},
|
|
91252
91252
|
openCallback(t) {
|
|
91253
|
+
t.columnsHidden = [], console.log(t.visibleColumns);
|
|
91253
91254
|
},
|
|
91254
91255
|
closeCallback(t) {
|
|
91255
|
-
t.columnsHidden = [];
|
|
91256
91256
|
}
|
|
91257
91257
|
},
|
|
91258
91258
|
checkedIds: [],
|
|
@@ -91292,6 +91292,7 @@ const $Ae = {
|
|
|
91292
91292
|
},
|
|
91293
91293
|
visibleColumns() {
|
|
91294
91294
|
return this.columns.filter(
|
|
91295
|
+
console.log(this.columnsHidden),
|
|
91295
91296
|
(r) => !this.columnsHidden.includes(r.field_name)
|
|
91296
91297
|
);
|
|
91297
91298
|
}
|
|
@@ -91760,7 +91761,7 @@ function t5e(r, t, s, l, c, f) {
|
|
|
91760
91761
|
])
|
|
91761
91762
|
], 64);
|
|
91762
91763
|
}
|
|
91763
|
-
const XRe = /* @__PURE__ */ Ii($Ae, [["render", t5e], ["__scopeId", "data-v-
|
|
91764
|
+
const XRe = /* @__PURE__ */ Ii($Ae, [["render", t5e], ["__scopeId", "data-v-4d9f7e2b"]]), n5e = {
|
|
91764
91765
|
components: {},
|
|
91765
91766
|
props: {
|
|
91766
91767
|
data: Array,
|