cleek 2.4.44 → 2.4.45
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 -7
- package/dist/cleek.umd.js +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -18909,7 +18909,6 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18909
18909
|
const computedTdClass = computed$2(() => {
|
|
18910
18910
|
var _a, _b, _c;
|
|
18911
18911
|
const list = [];
|
|
18912
|
-
console.log("props", __spreadValues({}, props));
|
|
18913
18912
|
if (props.autoWidth || ((_a = props.col) == null ? void 0 : _a.autoWidth))
|
|
18914
18913
|
list.push("auto-width");
|
|
18915
18914
|
if (props.overflowAuto || ((_b = props.col) == null ? void 0 : _b.overflowAuto))
|
|
@@ -18980,7 +18979,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18980
18979
|
};
|
|
18981
18980
|
}
|
|
18982
18981
|
});
|
|
18983
|
-
var CkTd = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
18982
|
+
var CkTd = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-eb135f78"]]);
|
|
18984
18983
|
var axios$2 = { exports: {} };
|
|
18985
18984
|
var bind$2 = function bind2(fn, thisArg) {
|
|
18986
18985
|
return function wrap() {
|
|
@@ -23827,10 +23826,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
23827
23826
|
});
|
|
23828
23827
|
onMounted(() => {
|
|
23829
23828
|
cleekOptions2.value = hooks8.getCleekOptions(getCurrentInstance);
|
|
23830
|
-
console.log("getCurrentInstance", getCurrentInstance);
|
|
23831
|
-
console.log("getCurrentInstance", __spreadValues({}, getCurrentInstance));
|
|
23832
|
-
console.log("cleekOptions.value", cleekOptions2.value);
|
|
23833
|
-
console.log("hooks.getCleekOptions(getCurrentInstance)", hooks8.getCleekOptions(getCurrentInstance));
|
|
23834
23829
|
setTimeout(() => {
|
|
23835
23830
|
setTimeout(() => {
|
|
23836
23831
|
closeCallback.value();
|
|
@@ -23864,7 +23859,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
23864
23859
|
};
|
|
23865
23860
|
}
|
|
23866
23861
|
});
|
|
23867
|
-
var CkNotifyComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
23862
|
+
var CkNotifyComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7c413389"]]);
|
|
23868
23863
|
const defaultDuration = 2e3;
|
|
23869
23864
|
var ckNotify = {
|
|
23870
23865
|
confirmOptions({
|