lew-ui 2.0.6 → 2.0.7

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/index.mjs CHANGED
@@ -13180,7 +13180,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
13180
13180
  }, toDisplayString(item.label), 3)
13181
13181
  ], 4),
13182
13182
  createElementVNode("div", {
13183
- style: normalizeStyle(_ctx.direction === "x" ? `width:calc(100% - ${unref(any2px)(_ctx.labelWidth)})` : ""),
13183
+ style: normalizeStyle(_ctx.direction === "x" ? `width:calc(100% - ${unref(any2px)(_ctx.labelWidth)} - 10px)` : ""),
13184
13184
  class: normalizeClass(["lew-form-main", { "lew-form-item-error": item.errMessage }])
13185
13185
  }, [
13186
13186
  item.as === "input" ? (openBlock(), createBlock(unref(LewInput), mergeProps({
@@ -13328,8 +13328,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
13328
13328
  };
13329
13329
  }
13330
13330
  });
13331
- const LewForm_vue_vue_type_style_index_0_scoped_76cd2d02_lang = "";
13332
- const LewForm = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-76cd2d02"]]);
13331
+ const LewForm_vue_vue_type_style_index_0_scoped_729e4f1b_lang = "";
13332
+ const LewForm = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-729e4f1b"]]);
13333
13333
  const checkboxProps = {
13334
13334
  modelValue: {
13335
13335
  type: Boolean,