cleek 2.6.64 → 2.6.65
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/cleek.es.js +6 -1
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -49014,6 +49014,11 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
49014
49014
|
}
|
|
49015
49015
|
});
|
|
49016
49016
|
const filteredColumnsCheckable = computed$3(() => {
|
|
49017
|
+
console.log("columnsCheckable.value", columnsCheckable.value);
|
|
49018
|
+
console.log("lista", columnsCheckable.value.filter((col) => !col.neverDisplay));
|
|
49019
|
+
columnsCheckable.value.forEach((col) => {
|
|
49020
|
+
console.log("col", col);
|
|
49021
|
+
});
|
|
49017
49022
|
return columnsCheckable.value.filter((col) => !col.neverDisplay);
|
|
49018
49023
|
});
|
|
49019
49024
|
watch$1(() => isActive.value, (val) => {
|
|
@@ -49069,7 +49074,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
49069
49074
|
};
|
|
49070
49075
|
}
|
|
49071
49076
|
});
|
|
49072
|
-
var TableColumnsManager = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
49077
|
+
var TableColumnsManager = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-3c02fded"]]);
|
|
49073
49078
|
var ckTable_vue_vue_type_style_index_0_lang = "";
|
|
49074
49079
|
var ckTable_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
49075
49080
|
const _hoisted_1$c = { class: "ck-table" };
|