cleek 2.3.33 → 2.3.36

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
@@ -16746,6 +16746,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16746
16746
  align: { type: String, default: "left", validator: validators.align },
16747
16747
  size: { type: String, default: "m", validator: validators.size },
16748
16748
  width: { type: String, default: "" },
16749
+ rounded: { type: Boolean, default: false },
16749
16750
  icon: { type: [String, Array], default: void 0 },
16750
16751
  iconPack: { type: String, default: void 0 },
16751
16752
  iconRight: { type: String, default: void 0 },
@@ -16784,6 +16785,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16784
16785
  if (props.align === "center" || props.align === "right") {
16785
16786
  classList2.push(`ck-button__align--${props.align}`);
16786
16787
  }
16788
+ if (props.rounded)
16789
+ console.log("rounded");
16790
+ if (props.rounded)
16791
+ classList2.push("rounded");
16787
16792
  classList2.push(`type-${realButtonType.value}`);
16788
16793
  if (props.size)
16789
16794
  classList2.push(`rs-component-size__${props.size}`);
@@ -16800,7 +16805,6 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16800
16805
  emits("click", event);
16801
16806
  }
16802
16807
  onMounted(() => {
16803
- getCurrentInstance().ctx;
16804
16808
  $cleekOptions = functions.getCleekOptions(getCurrentInstance);
16805
16809
  isMounted.value = true;
16806
16810
  });
@@ -16831,7 +16835,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16831
16835
  };
16832
16836
  }
16833
16837
  });
16834
- var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-334c7553"]]);
16838
+ var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-fcccd8a0"]]);
16835
16839
  var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
16836
16840
  const _hoisted_1$f = ["for"];
16837
16841
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
@@ -17055,7 +17059,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
17055
17059
  }
17056
17060
  return (_ctx, _cache) => {
17057
17061
  return openBlock(), createElementBlock("div", _hoisted_1$d, [
17058
- __props.hideHeaderActions ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
17062
+ !__props.hideHeaderActions ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
17059
17063
  unref$1(refreshBtnIsVisible) ? (openBlock(), createBlock(ckButton, {
17060
17064
  key: 0,
17061
17065
  type: "flat",
@@ -17089,7 +17093,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
17089
17093
  };
17090
17094
  }
17091
17095
  });
17092
- var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-4865f948"]]);
17096
+ var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-ad4db5f6"]]);
17093
17097
  var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
17094
17098
  const _hoisted_1$c = { class: "ck-table__pagination" };
17095
17099
  const _hoisted_2$7 = ["onClick"];