lew-ui 2.2.4 → 2.2.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/index.mjs +4 -4
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7671,7 +7671,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
7671
7671
|
}
|
|
7672
7672
|
state.activeItemStyle = {
|
|
7673
7673
|
width: `${activeRef == null ? void 0 : activeRef.offsetWidth}px`,
|
|
7674
|
-
height: `${activeRef == null ? void 0 : activeRef.offsetHeight}px`,
|
|
7674
|
+
height: props.type === "line" ? "" : `${activeRef == null ? void 0 : activeRef.offsetHeight}px`,
|
|
7675
7675
|
transform: `translate(${activeRef == null ? void 0 : activeRef.offsetLeft}px,-50%)`
|
|
7676
7676
|
};
|
|
7677
7677
|
};
|
|
@@ -7804,7 +7804,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
7804
7804
|
};
|
|
7805
7805
|
}
|
|
7806
7806
|
});
|
|
7807
|
-
const LewTabs = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-
|
|
7807
|
+
const LewTabs = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-a49fe2f6"]]);
|
|
7808
7808
|
const breadcrumbProps = {
|
|
7809
7809
|
options: {
|
|
7810
7810
|
type: Array,
|
|
@@ -11680,7 +11680,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11680
11680
|
};
|
|
11681
11681
|
}
|
|
11682
11682
|
});
|
|
11683
|
-
const LewCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-
|
|
11683
|
+
const LewCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-3ac4d4d0"]]);
|
|
11684
11684
|
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
11685
11685
|
__name: "LewCheckboxGroup",
|
|
11686
11686
|
props: /* @__PURE__ */ mergeModels(checkboxGroupProps, {
|
|
@@ -11931,7 +11931,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11931
11931
|
};
|
|
11932
11932
|
}
|
|
11933
11933
|
});
|
|
11934
|
-
const LewRadio = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-
|
|
11934
|
+
const LewRadio = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1c92baed"]]);
|
|
11935
11935
|
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
11936
11936
|
__name: "LewRadioGroup",
|
|
11937
11937
|
props: /* @__PURE__ */ mergeModels(radioGroupProps, {
|