cleek 2.3.19 → 2.3.22
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-styles/clear-app.styl +1 -2
- package/dist/cleek.es.js +10 -13
- package/dist/cleek.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -11324,7 +11324,6 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
11324
11324
|
isActive.value = false;
|
|
11325
11325
|
}
|
|
11326
11326
|
function ckNotify2({ text: text3 = "", title = "", color = "#ccc", duration = defaultDuration.value }) {
|
|
11327
|
-
console.log("openNotify", title);
|
|
11328
11327
|
globalTitle.value = title;
|
|
11329
11328
|
globalText.value = text3;
|
|
11330
11329
|
globalColor.value = color;
|
|
@@ -11370,7 +11369,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
11370
11369
|
};
|
|
11371
11370
|
}
|
|
11372
11371
|
});
|
|
11373
|
-
var ckNotify = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
11372
|
+
var ckNotify = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-5ca55d25"]]);
|
|
11374
11373
|
const _hoisted_1$i = { class: "ck-tr" };
|
|
11375
11374
|
function render$1(_ctx, _cache) {
|
|
11376
11375
|
return openBlock(), createElementBlock("tr", _hoisted_1$i, [
|
|
@@ -11444,7 +11443,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
11444
11443
|
};
|
|
11445
11444
|
}
|
|
11446
11445
|
});
|
|
11447
|
-
var ckTh = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
11446
|
+
var ckTh = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-4b7ed390"]]);
|
|
11448
11447
|
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
11449
11448
|
props: {
|
|
11450
11449
|
col: { type: Object, required: true }
|
|
@@ -11675,7 +11674,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
11675
11674
|
};
|
|
11676
11675
|
}
|
|
11677
11676
|
});
|
|
11678
|
-
var ckLabel = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
11677
|
+
var ckLabel = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-37dee526"]]);
|
|
11679
11678
|
var ckInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11680
11679
|
const _hoisted_1$e = ["autocomplete", "type", "placeholder", "disabled"];
|
|
11681
11680
|
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
@@ -11840,7 +11839,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
11840
11839
|
});
|
|
11841
11840
|
const itemsPerPageEnd = computed$2(() => {
|
|
11842
11841
|
const value = props.currentPage * props.itemsPerPage;
|
|
11843
|
-
if (value > props.listLength)
|
|
11842
|
+
if (!itemsPerPage || value > props.listLength)
|
|
11844
11843
|
return props.listLength;
|
|
11845
11844
|
return value;
|
|
11846
11845
|
});
|
|
@@ -11902,7 +11901,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
11902
11901
|
};
|
|
11903
11902
|
}
|
|
11904
11903
|
});
|
|
11905
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
11904
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-eb24f80e"]]);
|
|
11906
11905
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11907
11906
|
const _hoisted_1$c = { class: "ck-table__pagination" };
|
|
11908
11907
|
const _hoisted_2$7 = ["onClick"];
|
|
@@ -13018,7 +13017,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
13018
13017
|
setColumnsCheckable();
|
|
13019
13018
|
});
|
|
13020
13019
|
function setColumnsCheckable() {
|
|
13021
|
-
console.log("hoola");
|
|
13022
13020
|
const list = [];
|
|
13023
13021
|
props.columnsArray.forEach((col) => {
|
|
13024
13022
|
if (!col.unchangeable) {
|
|
@@ -13063,7 +13061,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
13063
13061
|
};
|
|
13064
13062
|
}
|
|
13065
13063
|
});
|
|
13066
|
-
var TableColumnsManager = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
13064
|
+
var TableColumnsManager = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-36d907dc"]]);
|
|
13067
13065
|
var qmApi = {};
|
|
13068
13066
|
var qmArray = {
|
|
13069
13067
|
arrayToText(arr, key = null) {
|
|
@@ -13634,7 +13632,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
13634
13632
|
};
|
|
13635
13633
|
}
|
|
13636
13634
|
});
|
|
13637
|
-
var ckChip = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
13635
|
+
var ckChip = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-1e92de86"]]);
|
|
13638
13636
|
var globalVariables = {
|
|
13639
13637
|
defaultFailImg: "df",
|
|
13640
13638
|
imagesFolderPath: "",
|
|
@@ -13726,7 +13724,6 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
13726
13724
|
function getImg(src) {
|
|
13727
13725
|
let path = "";
|
|
13728
13726
|
if ($cleekOptions) {
|
|
13729
|
-
console.log("$cleekOptions.img", $cleekOptions.img);
|
|
13730
13727
|
path = $cleekOptions.img.basePath;
|
|
13731
13728
|
}
|
|
13732
13729
|
return `${path}${src}`;
|
|
@@ -13752,7 +13749,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
13752
13749
|
};
|
|
13753
13750
|
}
|
|
13754
13751
|
});
|
|
13755
|
-
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
13752
|
+
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-bcb035ca"]]);
|
|
13756
13753
|
var ckRadio_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13757
13754
|
const _withScopeId$1 = (n) => (pushScopeId("data-v-a5198d80"), n = n(), popScopeId(), n);
|
|
13758
13755
|
const _hoisted_1$5 = ["onKeyup"];
|
|
@@ -13990,7 +13987,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
13990
13987
|
};
|
|
13991
13988
|
}
|
|
13992
13989
|
});
|
|
13993
|
-
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
13990
|
+
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-fa28183e"]]);
|
|
13994
13991
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13995
13992
|
const _withScopeId = (n) => (pushScopeId("data-v-7e2f20c4"), n = n(), popScopeId(), n);
|
|
13996
13993
|
const _hoisted_1$3 = ["disabled"];
|
|
@@ -16693,7 +16690,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16693
16690
|
};
|
|
16694
16691
|
}
|
|
16695
16692
|
});
|
|
16696
|
-
var ckTooltip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
16693
|
+
var ckTooltip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4aa18684"]]);
|
|
16697
16694
|
var events = {
|
|
16698
16695
|
OPEN_MODAL: "OPEN_MODAL",
|
|
16699
16696
|
CLOSE_MODAL: "CLOSE_MODAL",
|