cleek 2.1.16 → 2.1.17
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 +4 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -11606,11 +11606,12 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
11606
11606
|
var ckLabel = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-ef74ea02"]]);
|
|
11607
11607
|
var ckInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11608
11608
|
const _hoisted_1$e = { class: "ck-input" };
|
|
11609
|
-
const _hoisted_2$8 = ["type", "placeholder", "id", "disabled"];
|
|
11609
|
+
const _hoisted_2$8 = ["autocomplete", "type", "placeholder", "id", "disabled"];
|
|
11610
11610
|
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
11611
11611
|
props: {
|
|
11612
11612
|
modelValue: {},
|
|
11613
11613
|
type: { type: String, validator: validators.inputType, default: "text" },
|
|
11614
|
+
autocomplete: { type: Boolean, default: false },
|
|
11614
11615
|
disabled: { type: Boolean, default: false },
|
|
11615
11616
|
placeholder: { type: String, default: void 0 },
|
|
11616
11617
|
label: { type: String, default: void 0 },
|
|
@@ -11698,6 +11699,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
11698
11699
|
ref_key: "realInput",
|
|
11699
11700
|
ref: realInput,
|
|
11700
11701
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef$1(value) ? value.value = $event : null),
|
|
11702
|
+
autocomplete: __props.autocomplete,
|
|
11701
11703
|
type: __props.type,
|
|
11702
11704
|
placeholder: __props.placeholder,
|
|
11703
11705
|
class: normalizeClass(unref$1(computedClassInput)),
|
|
@@ -11721,7 +11723,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
11721
11723
|
};
|
|
11722
11724
|
}
|
|
11723
11725
|
});
|
|
11724
|
-
var ckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
11726
|
+
var ckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-6773af39"]]);
|
|
11725
11727
|
var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11726
11728
|
const _hoisted_1$d = { class: "ck-table__header-items" };
|
|
11727
11729
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|