@deskhero/dh_ui 1.35.7 → 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",
|
|
@@ -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");
|