cleek 2.4.7 → 2.4.8

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 CHANGED
@@ -18817,15 +18817,12 @@ var functions = {
18817
18817
  classList2.push(`ck-component__group-vertical--${groupVertical}`);
18818
18818
  return classList2;
18819
18819
  },
18820
- getRoundedValue(propIsRounded, cleekOptions2) {
18821
- var _a;
18820
+ getRoundedValue(propIsRounded, cleekOptionsIsRounded) {
18822
18821
  console.log("propIsRounded", propIsRounded);
18823
18822
  if (typeof propIsRounded !== "undefined")
18824
18823
  return propIsRounded;
18825
- if (typeof ((_a = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _a.rounded) !== "undefined") {
18826
- console.log("cleekOptions.styles.rounded", cleekOptions2.styles.rounded);
18827
- return cleekOptions2.styles.rounded;
18828
- }
18824
+ if (typeof cleekOptionsIsRounded !== "undefined")
18825
+ return cleekOptionsIsRounded;
18829
18826
  return false;
18830
18827
  },
18831
18828
  getWidthByWidthBreaks(widthBreaks, windowWidth) {
@@ -20917,6 +20914,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
20917
20914
  return defaultButtonType;
20918
20915
  });
20919
20916
  const computedClass = computed$2(() => {
20917
+ var _a, _b;
20920
20918
  const list = [];
20921
20919
  list.push(functions.getGroupClass(props, windowWidth.value));
20922
20920
  const color = props.color || defaultColor;
@@ -20931,7 +20929,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
20931
20929
  if (align === "center" || align === "right") {
20932
20930
  list.push(`ck-button__align--${props.align}`);
20933
20931
  }
20934
- if (functions.getRoundedValue(props.rounded, cleekOptions2))
20932
+ if ((_a = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _a.rounded) {
20933
+ console.log("AHORA SI");
20934
+ }
20935
+ if (functions.getRoundedValue(props.rounded, (_b = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _b.rounded))
20935
20936
  list.push("rounded");
20936
20937
  list.push(`type-${realButtonType.value}`);
20937
20938
  if (props.size)
@@ -20990,7 +20991,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
20990
20991
  };
20991
20992
  }
20992
20993
  });
20993
- var CkButton = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-39c8f698"]]);
20994
+ var CkButton = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-6faa59d2"]]);
20994
20995
  var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
20995
20996
  const _hoisted_1$h = ["for"];
20996
20997
  const _sfc_main$i = /* @__PURE__ */ defineComponent({
@@ -21086,6 +21087,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
21086
21087
  emits("change", event);
21087
21088
  };
21088
21089
  const computedClassInput = computed$2(() => {
21090
+ var _a;
21089
21091
  const list = [];
21090
21092
  list.push(functions.getGroupClass(props, windowWidth.value));
21091
21093
  if (props.icon)
@@ -21096,7 +21098,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
21096
21098
  list.push(`align--${props.align}`);
21097
21099
  if (props.hideBorder)
21098
21100
  list.push("no-border");
21099
- if (functions.getRoundedValue(props.rounded, cleekOptions2))
21101
+ if (functions.getRoundedValue(props.rounded, (_a = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _a.rounded))
21100
21102
  list.push("rounded");
21101
21103
  if (props.size)
21102
21104
  list.push(`ck-input-size__${props.size}`);
@@ -21199,7 +21201,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
21199
21201
  };
21200
21202
  }
21201
21203
  });
21202
- var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-076ee92e"]]);
21204
+ var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-302d09e9"]]);
21203
21205
  var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
21204
21206
  const _hoisted_1$f = { class: "ck-table__header-items" };
21205
21207
  const _sfc_main$g = /* @__PURE__ */ defineComponent({
@@ -23000,9 +23002,10 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
23000
23002
  return true;
23001
23003
  });
23002
23004
  const computedClassSelect = computed$2(() => {
23005
+ var _a;
23003
23006
  const list = [];
23004
23007
  list.push(functions.getGroupClass(props, windowWidth.value));
23005
- if (functions.getRoundedValue(props.rounded, cleekOptions2))
23008
+ if (functions.getRoundedValue(props.rounded, (_a = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _a.rounded))
23006
23009
  list.push("rounded");
23007
23010
  if (isClearBtnVisible.value)
23008
23011
  list.push("clear-able");
@@ -23155,7 +23158,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
23155
23158
  };
23156
23159
  }
23157
23160
  });
23158
- var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-67207918"]]);
23161
+ var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-41b41172"]]);
23159
23162
  var ckSidebar_vue_vue_type_style_index_0_scoped_true_lang = "";
23160
23163
  const _hoisted_1$5 = {
23161
23164
  key: 1,