@deskhero/dh_ui 1.35.6 → 1.35.8
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
CHANGED
|
@@ -23593,7 +23593,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23593
23593
|
_ctx.includeForm ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
23594
23594
|
createElementVNode("div", _hoisted_4$7, [
|
|
23595
23595
|
createElementVNode("label", {
|
|
23596
|
-
class: normalizeClass(`
|
|
23596
|
+
class: normalizeClass(`dh-body-2 input-to ${_ctx.validated ? "disable" : ""}`)
|
|
23597
23597
|
}, " From ", 2),
|
|
23598
23598
|
createElementVNode("input", {
|
|
23599
23599
|
class: "form-input text",
|
|
@@ -23608,7 +23608,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23608
23608
|
]),
|
|
23609
23609
|
createElementVNode("div", _hoisted_6$4, [
|
|
23610
23610
|
createElementVNode("label", {
|
|
23611
|
-
class: normalizeClass(`
|
|
23611
|
+
class: normalizeClass(`dh-body-2 input-to ${_ctx.validated ? "disable" : ""}`)
|
|
23612
23612
|
}, " To ", 2),
|
|
23613
23613
|
createElementVNode("input", {
|
|
23614
23614
|
class: "form-input text",
|
|
@@ -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"];
|
|
@@ -24169,7 +24169,7 @@ const _sfc_main$c = defineComponent({
|
|
|
24169
24169
|
};
|
|
24170
24170
|
}
|
|
24171
24171
|
});
|
|
24172
|
-
const _hoisted_1$c = { class: "
|
|
24172
|
+
const _hoisted_1$c = { class: "dh-body-1-medium" };
|
|
24173
24173
|
const _hoisted_2$b = /* @__PURE__ */ createTextVNode(" Content ");
|
|
24174
24174
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24175
24175
|
const _component_dh_icon = resolveComponent("dh-icon");
|