@deskhero/dh_ui 1.35.6 → 1.35.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/dh_ui.es.js +4 -4
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -24005,14 +24005,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
24005
24005
|
}, { ...__props.item, size: props.iconSize }), null, 16)) : createCommentVNode("", true),
|
|
24006
24006
|
!__props.item.subText ? (openBlock(), createElementBlock("span", {
|
|
24007
24007
|
key: 2,
|
|
24008
|
-
class: normalizeClass(["body-2", { "text-ellipsis": props.textEllipsis }])
|
|
24008
|
+
class: normalizeClass(["dh-body-2", { "text-ellipsis": props.textEllipsis }])
|
|
24009
24009
|
}, toDisplayString(__props.item.text), 3)) : createCommentVNode("", true),
|
|
24010
24010
|
__props.item.subText ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
24011
24011
|
createElementVNode("span", {
|
|
24012
|
-
class: normalizeClass(["body-
|
|
24012
|
+
class: normalizeClass(["dh-body-1", { "text-ellipsis": props.textEllipsis }])
|
|
24013
24013
|
}, toDisplayString(__props.item.text), 3),
|
|
24014
24014
|
createElementVNode("span", {
|
|
24015
|
-
class: normalizeClass(["body-
|
|
24015
|
+
class: normalizeClass(["dh-body-4-medium", { "text-ellipsis": props.textEllipsis }])
|
|
24016
24016
|
}, toDisplayString(__props.item.subText), 3)
|
|
24017
24017
|
])) : createCommentVNode("", true),
|
|
24018
24018
|
__props.item.isSelected ? (openBlock(), createBlock(DhIcon, {
|
|
@@ -24025,7 +24025,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
24025
24025
|
};
|
|
24026
24026
|
}
|
|
24027
24027
|
});
|
|
24028
|
-
var DhDropdownMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
24028
|
+
var DhDropdownMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-72dc9f17"]]);
|
|
24029
24029
|
var DropdownMenu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24030
24030
|
const _hoisted_1$e = ["data-e2e", "onClick"];
|
|
24031
24031
|
const _hoisted_2$c = ["onClick"];
|