cleek 2.4.55 → 2.4.56
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 +4 -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
|
@@ -23542,6 +23542,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23542
23542
|
showRefreshBtn: { type: Boolean },
|
|
23543
23543
|
hideItemsPerPage: { type: Boolean },
|
|
23544
23544
|
notFullWidth: { type: Boolean },
|
|
23545
|
+
striped: { type: Boolean },
|
|
23545
23546
|
cellPadding: null,
|
|
23546
23547
|
cellPaddingY: null,
|
|
23547
23548
|
noResultsText: null,
|
|
@@ -23629,6 +23630,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23629
23630
|
list.push(`table__cell-padding-y--${props.cellPaddingY}`);
|
|
23630
23631
|
if (props.notFullWidth)
|
|
23631
23632
|
list.push("not-full-width");
|
|
23633
|
+
if (props.striped)
|
|
23634
|
+
list.push("striped-table");
|
|
23632
23635
|
return list;
|
|
23633
23636
|
});
|
|
23634
23637
|
onMounted(() => {
|
|
@@ -23740,7 +23743,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23740
23743
|
};
|
|
23741
23744
|
}
|
|
23742
23745
|
});
|
|
23743
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
23746
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-b3f534b4"]]);
|
|
23744
23747
|
var ckChip_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23745
23748
|
const _hoisted_1$a = ["color"];
|
|
23746
23749
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|