cleek 2.6.3 → 2.6.5

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
@@ -58501,6 +58501,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent$1({
58501
58501
  icon: null,
58502
58502
  iconRight: null,
58503
58503
  iconPack: null,
58504
+ iconColor: null,
58504
58505
  group: null,
58505
58506
  groupVertical: null,
58506
58507
  widthBreaks: null,
@@ -58656,10 +58657,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent$1({
58656
58657
  __props.icon ? (openBlock$1(), createBlock$1(CkIcon, {
58657
58658
  key: 1,
58658
58659
  class: "ck-input__icon-left",
58659
- color: "lightgrey",
58660
+ color: __props.iconColor ? __props.iconColor : "lightgrey",
58660
58661
  icon: __props.icon,
58661
58662
  "icon-pack": __props.iconPack
58662
- }, null, 8, ["icon", "icon-pack"])) : createCommentVNode$1("", true),
58663
+ }, null, 8, ["color", "icon", "icon-pack"])) : createCommentVNode$1("", true),
58663
58664
  __props.type === "date" ? (openBlock$1(), createBlock$1(_sfc_main$n, {
58664
58665
  key: 2,
58665
58666
  modelValue: unref$2(value),
@@ -58731,7 +58732,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent$1({
58731
58732
  };
58732
58733
  }
58733
58734
  });
58734
- var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-4512bf75"]]);
58735
+ var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-1c9b6592"]]);
58735
58736
  var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
58736
58737
  const _sfc_main$l = /* @__PURE__ */ defineComponent$1({
58737
58738
  props: {
@@ -58790,7 +58791,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent$1({
58790
58791
  if (props.layout)
58791
58792
  list.push(props.layout);
58792
58793
  if (props.version)
58793
- list.push(`version-${props.version}`);
58794
+ list.push(`version--${props.version}`);
58794
58795
  return list;
58795
58796
  });
58796
58797
  function checkRefresh() {
@@ -58831,8 +58832,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent$1({
58831
58832
  placeholder: "Buscar...",
58832
58833
  group: unref$2(searchGroupValue),
58833
58834
  layout: __props.layout,
58835
+ borderColor: __props.version === "colored" ? "white" : "",
58836
+ iconColor: __props.version === "colored" ? "primary " : "",
58834
58837
  onInput: _cache[2] || (_cache[2] = ($event) => checkRefresh())
58835
- }, null, 8, ["modelValue", "group", "layout"])) : createCommentVNode$1("", true),
58838
+ }, null, 8, ["modelValue", "group", "layout", "borderColor", "iconColor"])) : createCommentVNode$1("", true),
58836
58839
  __props.hasColumnsManager ? (openBlock$1(), createBlock$1(CkButton, {
58837
58840
  key: 3,
58838
58841
  icon: "columns",
@@ -58847,7 +58850,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent$1({
58847
58850
  };
58848
58851
  }
58849
58852
  });
58850
- var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-c44ec0d4"]]);
58853
+ var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-fcbbe636"]]);
58851
58854
  var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
58852
58855
  const _withScopeId$4 = (n) => (pushScopeId$1("data-v-02d0ab88"), n = n(), popScopeId$1(), n);
58853
58856
  const _hoisted_1$g = { class: "ck-table__pagination" };
@@ -60249,7 +60252,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent$1({
60249
60252
  return props.layout || ((_a = cleekOptions2.value) == null ? void 0 : _a.styles.layout);
60250
60253
  });
60251
60254
  const isMobileVisible = computed$3(() => {
60252
- return windowWidth.value <= (props.mobileMaxWidth || 0);
60255
+ return windowWidth.value <= (+props.mobileMaxWidth || 0);
60253
60256
  });
60254
60257
  function refreshList(pageChange = false) {
60255
60258
  emits("refreshList", pageChange);
@@ -60385,7 +60388,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent$1({
60385
60388
  };
60386
60389
  }
60387
60390
  });
60388
- var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-5e64407e"]]);
60391
+ var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-fe1189ce"]]);
60389
60392
  var ckPagination_vue_vue_type_style_index_0_lang = "";
60390
60393
  const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
60391
60394
  props: {