cleek 2.6.75 → 2.6.77

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
@@ -81662,7 +81662,7 @@ const _sfc_main$w = defineComponent$2({
81662
81662
  };
81663
81663
  }
81664
81664
  });
81665
- var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-fd42dc00"]]);
81665
+ var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-cce20802"]]);
81666
81666
  var hooks9 = {
81667
81667
  getCleekOptions(getCurrentInstance2) {
81668
81668
  return getCurrentInstance2().appContext.app.config.globalProperties.$cleekOptions;
@@ -89621,16 +89621,12 @@ const _sfc_main$a = defineComponent$2({
89621
89621
  const { windowWidth } = useWindowWidth();
89622
89622
  let cleekOptions2 = ref$1();
89623
89623
  const computedStyle = computed$3(() => {
89624
- var _a;
89625
89624
  const list = [];
89626
89625
  if (props.widthBreaks) {
89627
89626
  const width = hooks9.getWidthByWidthBreaks(props.widthBreaks, windowWidth.value);
89628
89627
  if (width)
89629
89628
  list.push({ width });
89630
89629
  }
89631
- const gap = props.gap || ((_a = cleekOptions2.value) == null ? void 0 : _a.div.gap);
89632
- if (gap)
89633
- list.push({ gap });
89634
89630
  if (props.block)
89635
89631
  list.push({ display: "block" });
89636
89632
  return list;