cleek 2.3.15 → 2.3.16
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 +5 -2
- package/dist/cleek.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -13366,7 +13366,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
13366
13366
|
showRefreshBtn: { type: Boolean, default: false },
|
|
13367
13367
|
hideItemsPerPage: { type: Boolean, default: false },
|
|
13368
13368
|
notFullWidth: { type: Boolean, default: false },
|
|
13369
|
-
cellPadding: { type: String,
|
|
13369
|
+
cellPadding: { type: String, defaul: void 0 },
|
|
13370
|
+
cellPaddingY: { type: String, defaul: void 0 },
|
|
13370
13371
|
mobileMaxWidth: { type: [Number, String], default: 800 }
|
|
13371
13372
|
},
|
|
13372
13373
|
emits: ["refreshList", "update:search", "update:currentPage"],
|
|
@@ -13434,6 +13435,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
13434
13435
|
const list = [];
|
|
13435
13436
|
if (props.cellPadding)
|
|
13436
13437
|
list.push(`table__cell-padding--${props.cellPadding}`);
|
|
13438
|
+
if (props.cellPaddingY)
|
|
13439
|
+
list.push(`table__cell-padding-y--${props.cellPaddingY}`);
|
|
13437
13440
|
if (props.notFullWidth)
|
|
13438
13441
|
list.push("not-full-width");
|
|
13439
13442
|
return list;
|
|
@@ -13507,7 +13510,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
13507
13510
|
};
|
|
13508
13511
|
}
|
|
13509
13512
|
});
|
|
13510
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
13513
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-65c343ce"]]);
|
|
13511
13514
|
var ckTd_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13512
13515
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
13513
13516
|
props: {
|