cleek 1.8.6 → 1.8.7

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.
@@ -1,2 +1,6 @@
1
1
  .w-half
2
2
  width 50%
3
+ .help-text
4
+ opacity 0.7
5
+ text-align center
6
+ font-style italic
package/dist/cleek.es.js CHANGED
@@ -11884,7 +11884,7 @@ var ckSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
11884
11884
  const _hoisted_1$9 = ["value"];
11885
11885
  const _sfc_main$b = /* @__PURE__ */ defineComponent({
11886
11886
  props: {
11887
- modelValue: { default: null, type: [Boolean, Number, Object, Array] },
11887
+ modelValue: { default: null, type: [Boolean, Number, Object, Array, String] },
11888
11888
  prop: { type: String, default: "name" },
11889
11889
  autofocus: { type: Boolean, default: false },
11890
11890
  noDataText: { type: String, default: "No se encontr\xF3 nada" },
@@ -11994,6 +11994,16 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
11994
11994
  class: "ck-select",
11995
11995
  style: normalizeStyle(unref(computedStyle))
11996
11996
  }, [
11997
+ __props.label ? (openBlock(), createBlock(ckLabel, {
11998
+ key: 0,
11999
+ align: __props.labelAlign,
12000
+ for: "ck-input"
12001
+ }, {
12002
+ default: withCtx(() => [
12003
+ createTextVNode(toDisplayString(__props.label), 1)
12004
+ ]),
12005
+ _: 1
12006
+ }, 8, ["align"])) : createCommentVNode("", true),
11997
12007
  withDirectives(createElementVNode("select", {
11998
12008
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(value) ? value.value = $event : null),
11999
12009
  class: normalizeClass(unref(computedClass))
@@ -12011,7 +12021,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
12011
12021
  };
12012
12022
  }
12013
12023
  });
12014
- var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-02ca0bce"]]);
12024
+ var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-a7e7777c"]]);
12015
12025
  const _withScopeId = (n) => (pushScopeId("data-v-5251135b"), n = n(), popScopeId(), n);
12016
12026
  const _hoisted_1$8 = ["disabled"];
12017
12027
  const _hoisted_2$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-switch__slider" }, null, -1));
@@ -12595,7 +12605,7 @@ const _sfc_main$2 = {
12595
12605
  }
12596
12606
  }
12597
12607
  };
12598
- var ckTd = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", render$3], ["__scopeId", "data-v-1d7f9b49"]]);
12608
+ var ckTd = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", render$3], ["__scopeId", "data-v-70c634f2"]]);
12599
12609
  const _hoisted_1$1 = { class: "ck-textarea" };
12600
12610
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
12601
12611
  const _component_ck_label = resolveComponent("ck-label");