cleek 2.3.41 → 2.3.42
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 +12 -10
- package/dist/cleek.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -18076,7 +18076,7 @@ const _hoisted_4$3 = {
|
|
|
18076
18076
|
class: "ck-popup__title"
|
|
18077
18077
|
};
|
|
18078
18078
|
const _hoisted_5$1 = { class: "ck-popup__slot-body" };
|
|
18079
|
-
const _hoisted_6
|
|
18079
|
+
const _hoisted_6 = {
|
|
18080
18080
|
key: 0,
|
|
18081
18081
|
class: "ck-popup__slot-footer"
|
|
18082
18082
|
};
|
|
@@ -18153,7 +18153,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
18153
18153
|
createElementVNode("div", _hoisted_5$1, [
|
|
18154
18154
|
renderSlot(_ctx.$slots, "default")
|
|
18155
18155
|
]),
|
|
18156
|
-
_ctx.$slots.footer || __props.confirmButtons ? (openBlock(), createElementBlock("div", _hoisted_6
|
|
18156
|
+
_ctx.$slots.footer || __props.confirmButtons ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
18157
18157
|
renderSlot(_ctx.$slots, "footer"),
|
|
18158
18158
|
__props.confirmButtons ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
18159
18159
|
createVNode(ckButton, {
|
|
@@ -18541,9 +18541,8 @@ const _hoisted_3$2 = {
|
|
|
18541
18541
|
key: 0,
|
|
18542
18542
|
class: "ck-table__header--slot"
|
|
18543
18543
|
};
|
|
18544
|
-
const _hoisted_4$2 = {
|
|
18545
|
-
const _hoisted_5 = { key:
|
|
18546
|
-
const _hoisted_6 = { key: 1 };
|
|
18544
|
+
const _hoisted_4$2 = { key: 0 };
|
|
18545
|
+
const _hoisted_5 = { key: 1 };
|
|
18547
18546
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
18548
18547
|
props: {
|
|
18549
18548
|
columns: { type: [Array, Object], required: true, default: () => [] },
|
|
@@ -18560,6 +18559,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
18560
18559
|
cellPadding: { type: String, default: void 0 },
|
|
18561
18560
|
cellPaddingY: { type: String, default: void 0 },
|
|
18562
18561
|
noResultsText: { type: String, default: "No se encontraron resultados" },
|
|
18562
|
+
notOverflow: { type: Boolean, default: false },
|
|
18563
18563
|
mobileMaxWidth: { type: [Number, String], default: 800 }
|
|
18564
18564
|
},
|
|
18565
18565
|
emits: ["refreshList", "update:search", "update:currentPage"],
|
|
@@ -18661,11 +18661,13 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
18661
18661
|
renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
18662
18662
|
])) : createCommentVNode("", true)
|
|
18663
18663
|
])) : createCommentVNode("", true),
|
|
18664
|
-
createElementVNode("div",
|
|
18664
|
+
createElementVNode("div", {
|
|
18665
|
+
class: normalizeClass(["ck-table__table-container", { "not-overflow": __props.notOverflow }])
|
|
18666
|
+
}, [
|
|
18665
18667
|
createElementVNode("table", {
|
|
18666
18668
|
class: normalizeClass(["ck-table__table", unref$1(computedClassTable)])
|
|
18667
18669
|
}, [
|
|
18668
|
-
unref$1(filteredColumnsList).length && !(_ctx.$slots.mobile && unref$1(isMobileVisible)) ? (openBlock(), createElementBlock("thead",
|
|
18670
|
+
unref$1(filteredColumnsList).length && !(_ctx.$slots.mobile && unref$1(isMobileVisible)) ? (openBlock(), createElementBlock("thead", _hoisted_4$2, [
|
|
18669
18671
|
createVNode(ckTr, null, {
|
|
18670
18672
|
default: withCtx(() => [
|
|
18671
18673
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref$1(filteredColumnsList), (col) => {
|
|
@@ -18698,11 +18700,11 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
18698
18700
|
_: 1
|
|
18699
18701
|
})) : createCommentVNode("", true)
|
|
18700
18702
|
]),
|
|
18701
|
-
_ctx.$slots.footer ? (openBlock(), createElementBlock("tfoot",
|
|
18703
|
+
_ctx.$slots.footer ? (openBlock(), createElementBlock("tfoot", _hoisted_5, [
|
|
18702
18704
|
renderSlot(_ctx.$slots, "footer", {}, void 0, true)
|
|
18703
18705
|
])) : createCommentVNode("", true)
|
|
18704
18706
|
], 2)
|
|
18705
|
-
]),
|
|
18707
|
+
], 2),
|
|
18706
18708
|
createVNode(TablePagination, {
|
|
18707
18709
|
class: "ck-table__pagination",
|
|
18708
18710
|
currentPage: unref$1(currentPageLocal),
|
|
@@ -18717,7 +18719,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
18717
18719
|
};
|
|
18718
18720
|
}
|
|
18719
18721
|
});
|
|
18720
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
18722
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-3d8c946e"]]);
|
|
18721
18723
|
var ckChip_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18722
18724
|
const _hoisted_1$7 = ["color"];
|
|
18723
18725
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|