cleek 1.7.10 → 1.7.11
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 +3 -4
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -11607,8 +11607,6 @@ const __default__$4 = {
|
|
|
11607
11607
|
this.$emit("change", event);
|
|
11608
11608
|
},
|
|
11609
11609
|
onClick(event) {
|
|
11610
|
-
console.log("autoSelect", this.autoSelect);
|
|
11611
|
-
console.log("event", event);
|
|
11612
11610
|
if (this.autoSelect)
|
|
11613
11611
|
event.target.select();
|
|
11614
11612
|
this.$emit("click", event);
|
|
@@ -11659,7 +11657,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
11659
11657
|
};
|
|
11660
11658
|
}
|
|
11661
11659
|
}));
|
|
11662
|
-
var ckInputText = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
11660
|
+
var ckInputText = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-aee99f3c"]]);
|
|
11663
11661
|
var ckPopup_vue_vue_type_style_index_0_lang = "";
|
|
11664
11662
|
const _hoisted_1$b = {
|
|
11665
11663
|
key: 0,
|
|
@@ -12513,6 +12511,7 @@ const __default__ = {
|
|
|
12513
12511
|
},
|
|
12514
12512
|
testCurrentPage(cosito) {
|
|
12515
12513
|
console.log("cosito", cosito);
|
|
12514
|
+
this.$emit("update:currentPage", cosito);
|
|
12516
12515
|
}
|
|
12517
12516
|
}
|
|
12518
12517
|
};
|
|
@@ -12567,7 +12566,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
12567
12566
|
};
|
|
12568
12567
|
}
|
|
12569
12568
|
}));
|
|
12570
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
12569
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-29612da0"]]);
|
|
12571
12570
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12572
12571
|
return openBlock(), createElementBlock("td", {
|
|
12573
12572
|
class: normalizeClass(["ck-td", $options.computedTdClass])
|