@deskhero/dh_ui 1.42.11 → 1.42.13
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 +25 -18
- package/dist/dh_ui.umd.js +11 -11
- package/dist/src/components/InputDropdown.vue.d.ts +5 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -23083,7 +23083,7 @@ const _hoisted_2$m = ["min", "max", "step", "value"];
|
|
|
23083
23083
|
const _hoisted_3$e = { class: "caption" };
|
|
23084
23084
|
const _hoisted_4$b = { class: "min-caption" };
|
|
23085
23085
|
const _hoisted_5$8 = { class: "bar-inner" };
|
|
23086
|
-
const _hoisted_6$
|
|
23086
|
+
const _hoisted_6$8 = ["min", "max", "step", "value"];
|
|
23087
23087
|
const _hoisted_7$7 = { class: "caption" };
|
|
23088
23088
|
const _hoisted_8$4 = { class: "max-caption" };
|
|
23089
23089
|
const _hoisted_9$4 = {
|
|
@@ -23145,7 +23145,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23145
23145
|
step: $props.step,
|
|
23146
23146
|
value: $data.valueMax,
|
|
23147
23147
|
onInput: _cache[6] || (_cache[6] = withModifiers((...args) => $options.onInputMaxChange && $options.onInputMaxChange(...args), ["stop", "prevent"]))
|
|
23148
|
-
}, null, 40, _hoisted_6$
|
|
23148
|
+
}, null, 40, _hoisted_6$8),
|
|
23149
23149
|
createElementVNode("div", {
|
|
23150
23150
|
class: "thumb thumb-right",
|
|
23151
23151
|
onMousedown: _cache[7] || (_cache[7] = (...args) => $options.onRightThumbMousedown && $options.onRightThumbMousedown(...args)),
|
|
@@ -23250,7 +23250,7 @@ const _hoisted_2$l = { class: "advance_section" };
|
|
|
23250
23250
|
const _hoisted_3$d = { key: 0 };
|
|
23251
23251
|
const _hoisted_4$a = { class: "list-none" };
|
|
23252
23252
|
const _hoisted_5$7 = ["checked"];
|
|
23253
|
-
const _hoisted_6$
|
|
23253
|
+
const _hoisted_6$7 = ["checked"];
|
|
23254
23254
|
const _hoisted_7$6 = ["checked"];
|
|
23255
23255
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23256
23256
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
@@ -23287,7 +23287,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23287
23287
|
name: "number_filter",
|
|
23288
23288
|
type: "radio",
|
|
23289
23289
|
onChange: _cache[2] || (_cache[2] = ($event) => _ctx.matchFilter())
|
|
23290
|
-
}, null, 40, _hoisted_6$
|
|
23290
|
+
}, null, 40, _hoisted_6$7),
|
|
23291
23291
|
createTextVNode(" " + toDisplayString(_ctx.matchText), 1)
|
|
23292
23292
|
]),
|
|
23293
23293
|
createElementVNode("label", null, [
|
|
@@ -23570,7 +23570,7 @@ const _hoisted_3$c = {
|
|
|
23570
23570
|
};
|
|
23571
23571
|
const _hoisted_4$9 = { class: "input-group sb-input" };
|
|
23572
23572
|
const _hoisted_5$6 = ["disabled", "max", "value"];
|
|
23573
|
-
const _hoisted_6$
|
|
23573
|
+
const _hoisted_6$6 = { class: "input-group sb-input" };
|
|
23574
23574
|
const _hoisted_7$5 = ["disabled", "max", "min", "value"];
|
|
23575
23575
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23576
23576
|
const _component_Bar = resolveComponent("Bar");
|
|
@@ -23618,7 +23618,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23618
23618
|
onInput: _cache[0] || (_cache[0] = ($event) => _ctx.changeMin($event))
|
|
23619
23619
|
}, null, 40, _hoisted_5$6)
|
|
23620
23620
|
]),
|
|
23621
|
-
createElementVNode("div", _hoisted_6$
|
|
23621
|
+
createElementVNode("div", _hoisted_6$6, [
|
|
23622
23622
|
createElementVNode("label", {
|
|
23623
23623
|
class: normalizeClass(`dh-body-2 input-to ${_ctx.validated ? "disable" : ""}`)
|
|
23624
23624
|
}, " To ", 2),
|
|
@@ -23658,7 +23658,7 @@ const _hoisted_2$j = /* @__PURE__ */ createElementVNode("div", { class: "dp__cal
|
|
|
23658
23658
|
const _hoisted_3$b = { class: "dp__multi" };
|
|
23659
23659
|
const _hoisted_4$8 = ["value"];
|
|
23660
23660
|
const _hoisted_5$5 = ["value"];
|
|
23661
|
-
const _hoisted_6$
|
|
23661
|
+
const _hoisted_6$5 = /* @__PURE__ */ createTextVNode(" Back ");
|
|
23662
23662
|
const _hoisted_7$4 = ["onClick"];
|
|
23663
23663
|
const _hoisted_8$3 = ["onClick"];
|
|
23664
23664
|
const _hoisted_9$3 = ["onClick"];
|
|
@@ -23821,7 +23821,7 @@ const _sfc_main$k = {
|
|
|
23821
23821
|
})
|
|
23822
23822
|
]),
|
|
23823
23823
|
"calendar-icon": withCtx(() => [
|
|
23824
|
-
_hoisted_6$
|
|
23824
|
+
_hoisted_6$5
|
|
23825
23825
|
]),
|
|
23826
23826
|
"clear-icon": withCtx(() => []),
|
|
23827
23827
|
"action-preview": withCtx(() => []),
|
|
@@ -24356,7 +24356,7 @@ const _hoisted_2$c = {
|
|
|
24356
24356
|
const _hoisted_3$9 = { class: "file__upload_list_item" };
|
|
24357
24357
|
const _hoisted_4$7 = { class: "file__upload_list_item_label" };
|
|
24358
24358
|
const _hoisted_5$4 = ["title"];
|
|
24359
|
-
const _hoisted_6$
|
|
24359
|
+
const _hoisted_6$4 = {
|
|
24360
24360
|
key: 0,
|
|
24361
24361
|
class: "label__antivirus"
|
|
24362
24362
|
};
|
|
@@ -24595,7 +24595,7 @@ const _sfc_main$c = {
|
|
|
24595
24595
|
createElementVNode("span", {
|
|
24596
24596
|
title: file.name
|
|
24597
24597
|
}, toDisplayString(getName(file.name)) + toDisplayString(getExtension(file.name)), 9, _hoisted_5$4),
|
|
24598
|
-
props.uploadProgress[id] == 100 && __props.fileSaved && !__props.errorOccurred[id] && __props.virusCheck[id] == "loading" ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
24598
|
+
props.uploadProgress[id] == 100 && __props.fileSaved && !__props.errorOccurred[id] && __props.virusCheck[id] == "loading" ? (openBlock(), createElementBlock("span", _hoisted_6$4, [
|
|
24599
24599
|
createTextVNode(toDisplayString(__props.virusCheckText) + " ", 1),
|
|
24600
24600
|
createVNode(DhIcon, {
|
|
24601
24601
|
class: "file__upload_list_icon_sub--loading",
|
|
@@ -24674,10 +24674,11 @@ const _sfc_main$c = {
|
|
|
24674
24674
|
};
|
|
24675
24675
|
var InputDropdown_vue_vue_type_style_index_0_lang = "";
|
|
24676
24676
|
const _hoisted_1$b = { class: "input__dropdown" };
|
|
24677
|
-
const _hoisted_2$b =
|
|
24678
|
-
const _hoisted_3$8 =
|
|
24679
|
-
const _hoisted_4$6 = ["
|
|
24677
|
+
const _hoisted_2$b = ["value"];
|
|
24678
|
+
const _hoisted_3$8 = { class: "input__dropdown_second" };
|
|
24679
|
+
const _hoisted_4$6 = ["tabindex"];
|
|
24680
24680
|
const _hoisted_5$3 = ["onClick"];
|
|
24681
|
+
const _hoisted_6$3 = ["onClick"];
|
|
24681
24682
|
const _sfc_main$b = {
|
|
24682
24683
|
__name: "InputDropdown",
|
|
24683
24684
|
props: {
|
|
@@ -24701,6 +24702,11 @@ const _sfc_main$b = {
|
|
|
24701
24702
|
type: Number,
|
|
24702
24703
|
required: false,
|
|
24703
24704
|
default: 0
|
|
24705
|
+
},
|
|
24706
|
+
inputValue: {
|
|
24707
|
+
type: String,
|
|
24708
|
+
required: false,
|
|
24709
|
+
default: ""
|
|
24704
24710
|
}
|
|
24705
24711
|
},
|
|
24706
24712
|
emits: ["update"],
|
|
@@ -24722,9 +24728,10 @@ const _sfc_main$b = {
|
|
|
24722
24728
|
ref: name,
|
|
24723
24729
|
class: "input__dropdown_text",
|
|
24724
24730
|
type: "text",
|
|
24731
|
+
value: __props.inputValue,
|
|
24725
24732
|
onInput: update
|
|
24726
|
-
}, null,
|
|
24727
|
-
createElementVNode("div",
|
|
24733
|
+
}, null, 40, _hoisted_2$b),
|
|
24734
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
24728
24735
|
createVNode(DhIcon, {
|
|
24729
24736
|
"icon-name": __props.icon,
|
|
24730
24737
|
size: 18
|
|
@@ -24750,7 +24757,7 @@ const _sfc_main$b = {
|
|
|
24750
24757
|
open.value = false;
|
|
24751
24758
|
update();
|
|
24752
24759
|
}
|
|
24753
|
-
}, toDisplayString(option[__props.labelProp]), 9,
|
|
24760
|
+
}, toDisplayString(option[__props.labelProp]), 9, _hoisted_5$3);
|
|
24754
24761
|
}), 128))
|
|
24755
24762
|
], 2)) : createCommentVNode("", true),
|
|
24756
24763
|
typeof __props.list[0] === "string" ? (openBlock(), createElementBlock("div", {
|
|
@@ -24765,10 +24772,10 @@ const _sfc_main$b = {
|
|
|
24765
24772
|
open.value = false;
|
|
24766
24773
|
update();
|
|
24767
24774
|
}
|
|
24768
|
-
}, toDisplayString(option), 9,
|
|
24775
|
+
}, toDisplayString(option), 9, _hoisted_6$3);
|
|
24769
24776
|
}), 128))
|
|
24770
24777
|
], 2)) : createCommentVNode("", true)
|
|
24771
|
-
], 40,
|
|
24778
|
+
], 40, _hoisted_4$6)
|
|
24772
24779
|
])
|
|
24773
24780
|
]);
|
|
24774
24781
|
};
|