cleek 2.4.11 → 2.4.12

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
@@ -21097,15 +21097,17 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
21097
21097
  list.push(layout);
21098
21098
  if (props.size)
21099
21099
  list.push(`ck-input-size__${props.size}`);
21100
- if (props.borderColor && functions.isColorTemplateVariable(props.borderColor)) {
21101
- list.push(`ck-input--border-color__${props.borderColor}`);
21100
+ const borderColor = functions.geRealBorderColor(props, cleekOptions2);
21101
+ if (borderColor && functions.isColorTemplateVariable(borderColor)) {
21102
+ list.push(`ck-component__border-color--${borderColor}`);
21102
21103
  }
21103
21104
  return list;
21104
21105
  });
21105
21106
  const computedStyleInput = computed$2(() => {
21106
21107
  const list = [];
21107
- if (props.borderColor && !functions.isColorTemplateVariable(props.borderColor)) {
21108
- list.push({ "border-color": props.borderColor });
21108
+ const borderColor = functions.geRealBorderColor(props, cleekOptions2);
21109
+ if (borderColor && !functions.isColorTemplateVariable(borderColor)) {
21110
+ list.push({ "border-color": borderColor });
21109
21111
  }
21110
21112
  return list;
21111
21113
  });
@@ -21196,7 +21198,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
21196
21198
  };
21197
21199
  }
21198
21200
  });
21199
- var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-2d610c78"]]);
21201
+ var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-d0ed260a"]]);
21200
21202
  var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
21201
21203
  const _hoisted_1$f = { class: "ck-table__header-items" };
21202
21204
  const _sfc_main$g = /* @__PURE__ */ defineComponent({
@@ -23006,18 +23008,15 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
23006
23008
  list.push("clear-able");
23007
23009
  const borderColor = functions.geRealBorderColor(props, cleekOptions2);
23008
23010
  if (borderColor && functions.isColorTemplateVariable(borderColor)) {
23009
- list.push(`ck-input--border-color__${props.borderColor}`);
23011
+ list.push(`ck-component__border-color--${borderColor}`);
23010
23012
  }
23011
23013
  return list;
23012
23014
  });
23013
23015
  const computedStyleSelect = computed$2(() => {
23014
23016
  const list = [];
23015
23017
  const borderColor = functions.geRealBorderColor(props, cleekOptions2);
23016
- if (borderColor && functions.isColorTemplateVariable(borderColor)) {
23017
- list.push(`ck-input--border-color__${props.borderColor}`);
23018
- }
23019
- if (props.borderColor && !functions.isColorTemplateVariable(props.borderColor)) {
23020
- list.push({ "border-color": props.borderColor });
23018
+ if (borderColor && !functions.isColorTemplateVariable(borderColor)) {
23019
+ list.push({ "border-color": borderColor });
23021
23020
  }
23022
23021
  return list;
23023
23022
  });
@@ -23153,7 +23152,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
23153
23152
  };
23154
23153
  }
23155
23154
  });
23156
- var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-cbfee918"]]);
23155
+ var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-12f0b952"]]);
23157
23156
  var ckSidebar_vue_vue_type_style_index_0_scoped_true_lang = "";
23158
23157
  const _hoisted_1$5 = {
23159
23158
  key: 1,