cleek 2.3.54 → 2.3.55
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 +2 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -21448,7 +21448,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21448
21448
|
cellPaddingY: { type: String, default: void 0 },
|
|
21449
21449
|
noResultsText: { type: String, default: "No se encontraron resultados" },
|
|
21450
21450
|
notOverflow: { type: Boolean, default: false },
|
|
21451
|
-
mobileMaxWidth: { type: [Number, String], default:
|
|
21451
|
+
mobileMaxWidth: { type: [Number, String], default: 0 }
|
|
21452
21452
|
},
|
|
21453
21453
|
emits: ["refreshList", "update:search", "update:currentPage"],
|
|
21454
21454
|
setup(__props, { emit: emits }) {
|
|
@@ -21610,7 +21610,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21610
21610
|
};
|
|
21611
21611
|
}
|
|
21612
21612
|
});
|
|
21613
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
21613
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-0d71ae00"]]);
|
|
21614
21614
|
var ckChip_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21615
21615
|
const _hoisted_1$7 = ["color"];
|
|
21616
21616
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|