@deskhero/dh_ui 1.44.2 → 1.44.3
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 +28 -27
- package/dist/dh_ui.umd.js +9 -9
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -10865,12 +10865,12 @@ const _sfc_main$q = defineComponent({
|
|
|
10865
10865
|
}
|
|
10866
10866
|
});
|
|
10867
10867
|
const _hoisted_1$q = { class: "dp__options" };
|
|
10868
|
-
const _hoisted_2$
|
|
10868
|
+
const _hoisted_2$p = { class: "dp__options_switch" };
|
|
10869
10869
|
const _hoisted_3$g = /* @__PURE__ */ createElementVNode("span", { class: "dp__options_slider" }, null, -1);
|
|
10870
10870
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10871
10871
|
return openBlock(), createElementBlock("label", _hoisted_1$q, [
|
|
10872
10872
|
createElementVNode("span", null, toDisplayString(_ctx.label), 1),
|
|
10873
|
-
createElementVNode("div", _hoisted_2$
|
|
10873
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
10874
10874
|
withDirectives(createElementVNode("input", {
|
|
10875
10875
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.checkedValue = $event),
|
|
10876
10876
|
name: "switch",
|
|
@@ -23083,7 +23083,7 @@ const _sfc_main$p = {
|
|
|
23083
23083
|
}
|
|
23084
23084
|
};
|
|
23085
23085
|
const _hoisted_1$p = { class: "bar" };
|
|
23086
|
-
const _hoisted_2$
|
|
23086
|
+
const _hoisted_2$o = ["min", "max", "step", "value"];
|
|
23087
23087
|
const _hoisted_3$f = { class: "caption" };
|
|
23088
23088
|
const _hoisted_4$d = { class: "min-caption" };
|
|
23089
23089
|
const _hoisted_5$8 = { class: "bar-inner" };
|
|
@@ -23121,7 +23121,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23121
23121
|
step: $props.step,
|
|
23122
23122
|
value: $data.valueMin,
|
|
23123
23123
|
onInput: _cache[1] || (_cache[1] = withModifiers((...args) => $options.onInputMinChange && $options.onInputMinChange(...args), ["stop", "prevent"]))
|
|
23124
|
-
}, null, 40, _hoisted_2$
|
|
23124
|
+
}, null, 40, _hoisted_2$o),
|
|
23125
23125
|
createElementVNode("div", {
|
|
23126
23126
|
class: "thumb thumb-left",
|
|
23127
23127
|
onMousedown: _cache[2] || (_cache[2] = (...args) => $options.onLeftThumbMousedown && $options.onLeftThumbMousedown(...args)),
|
|
@@ -23250,7 +23250,7 @@ const _sfc_main$o = defineComponent({
|
|
|
23250
23250
|
}
|
|
23251
23251
|
});
|
|
23252
23252
|
const _hoisted_1$o = { class: "dh-advanced-filter-container" };
|
|
23253
|
-
const _hoisted_2$
|
|
23253
|
+
const _hoisted_2$n = { class: "advance_section" };
|
|
23254
23254
|
const _hoisted_3$e = { key: 0 };
|
|
23255
23255
|
const _hoisted_4$c = { class: "list-none" };
|
|
23256
23256
|
const _hoisted_5$7 = ["checked"];
|
|
@@ -23259,7 +23259,7 @@ const _hoisted_7$6 = ["checked"];
|
|
|
23259
23259
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23260
23260
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
23261
23261
|
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
23262
|
-
createElementVNode("div", _hoisted_2$
|
|
23262
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
23263
23263
|
createElementVNode("span", {
|
|
23264
23264
|
class: "toggle-icon",
|
|
23265
23265
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.toggleFilter())
|
|
@@ -23567,7 +23567,7 @@ const _sfc_main$n = defineComponent({
|
|
|
23567
23567
|
}
|
|
23568
23568
|
});
|
|
23569
23569
|
const _hoisted_1$n = { class: "dh-range-container" };
|
|
23570
|
-
const _hoisted_2$
|
|
23570
|
+
const _hoisted_2$m = { class: "bar-chart" };
|
|
23571
23571
|
const _hoisted_3$d = {
|
|
23572
23572
|
key: 0,
|
|
23573
23573
|
class: "input-group-section"
|
|
@@ -23581,7 +23581,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23581
23581
|
const _component_MultiRangeSlider = resolveComponent("MultiRangeSlider");
|
|
23582
23582
|
const _component_dh_advanced_filter = resolveComponent("dh-advanced-filter");
|
|
23583
23583
|
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
23584
|
-
createElementVNode("div", _hoisted_2$
|
|
23584
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
23585
23585
|
createVNode(_component_Bar, {
|
|
23586
23586
|
"chart-data": _ctx.chartData,
|
|
23587
23587
|
"chart-id": _ctx.chartId,
|
|
@@ -23655,7 +23655,7 @@ var DhNumberRange = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_re
|
|
|
23655
23655
|
var main = "";
|
|
23656
23656
|
var AdvancedDatePicker_vue_vue_type_style_index_0_lang = "";
|
|
23657
23657
|
const _hoisted_1$m = { id: "dp-container" };
|
|
23658
|
-
const _hoisted_2$
|
|
23658
|
+
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("div", { class: "dp__calendar_range" }, [
|
|
23659
23659
|
/* @__PURE__ */ createElementVNode("p", null, "From"),
|
|
23660
23660
|
/* @__PURE__ */ createElementVNode("p", null, "To")
|
|
23661
23661
|
], -1);
|
|
@@ -23769,7 +23769,7 @@ const _sfc_main$m = {
|
|
|
23769
23769
|
}
|
|
23770
23770
|
return (_ctx, _cache) => {
|
|
23771
23771
|
return openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
23772
|
-
_hoisted_2$
|
|
23772
|
+
_hoisted_2$l,
|
|
23773
23773
|
createVNode(unref(ca), {
|
|
23774
23774
|
ref_key: "datePicker",
|
|
23775
23775
|
ref: datePicker,
|
|
@@ -23939,7 +23939,7 @@ const _sfc_main$l = defineComponent({
|
|
|
23939
23939
|
}
|
|
23940
23940
|
});
|
|
23941
23941
|
const _hoisted_1$l = ["placement", "target", "tooltipText", "trigger"];
|
|
23942
|
-
const _hoisted_2$
|
|
23942
|
+
const _hoisted_2$k = ["id"];
|
|
23943
23943
|
const _hoisted_3$b = { class: "text" };
|
|
23944
23944
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23945
23945
|
return openBlock(), createElementBlock("div", {
|
|
@@ -23960,13 +23960,13 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23960
23960
|
class: normalizeClass(`tooltiptext ${_ctx.show}`)
|
|
23961
23961
|
}, [
|
|
23962
23962
|
createElementVNode("span", _hoisted_3$b, toDisplayString(_ctx.tooltipText), 1)
|
|
23963
|
-
], 10, _hoisted_2$
|
|
23963
|
+
], 10, _hoisted_2$k)
|
|
23964
23964
|
], 40, _hoisted_1$l);
|
|
23965
23965
|
}
|
|
23966
23966
|
var Tooltip = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$3]]);
|
|
23967
23967
|
var Copiable_vue_vue_type_style_index_0_lang = "";
|
|
23968
23968
|
const _hoisted_1$k = { class: "copy__text" };
|
|
23969
|
-
const _hoisted_2$
|
|
23969
|
+
const _hoisted_2$j = ["readonly"];
|
|
23970
23970
|
const _sfc_main$k = {
|
|
23971
23971
|
__name: "Copiable",
|
|
23972
23972
|
props: {
|
|
@@ -24004,7 +24004,7 @@ const _sfc_main$k = {
|
|
|
24004
24004
|
readonly: __props.readonly,
|
|
24005
24005
|
type: "text",
|
|
24006
24006
|
onInput: resetCopyText
|
|
24007
|
-
}, null, 40, _hoisted_2$
|
|
24007
|
+
}, null, 40, _hoisted_2$j), [
|
|
24008
24008
|
[vModelText, inputText.value]
|
|
24009
24009
|
]),
|
|
24010
24010
|
createVNode(Tooltip, {
|
|
@@ -24029,7 +24029,7 @@ const _sfc_main$k = {
|
|
|
24029
24029
|
};
|
|
24030
24030
|
var DatePicker_vue_vue_type_style_index_0_lang = "";
|
|
24031
24031
|
const _hoisted_1$j = /* @__PURE__ */ createTextVNode(" Back ");
|
|
24032
|
-
const _hoisted_2$
|
|
24032
|
+
const _hoisted_2$i = /* @__PURE__ */ createElementVNode("div", null, "today", -1);
|
|
24033
24033
|
const _sfc_main$j = {
|
|
24034
24034
|
__name: "DatePicker",
|
|
24035
24035
|
props: {
|
|
@@ -24092,7 +24092,7 @@ const _sfc_main$j = {
|
|
|
24092
24092
|
"clear-icon": withCtx(() => []),
|
|
24093
24093
|
"action-preview": withCtx(() => []),
|
|
24094
24094
|
"marker-tooltip": withCtx(() => [
|
|
24095
|
-
_hoisted_2$
|
|
24095
|
+
_hoisted_2$i
|
|
24096
24096
|
]),
|
|
24097
24097
|
_: 1
|
|
24098
24098
|
}, 8, ["modelValue", "inline", "markers"])
|
|
@@ -24102,7 +24102,7 @@ const _sfc_main$j = {
|
|
|
24102
24102
|
};
|
|
24103
24103
|
var DropdownMenuItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24104
24104
|
const _hoisted_1$i = ["src"];
|
|
24105
|
-
const _hoisted_2$
|
|
24105
|
+
const _hoisted_2$h = {
|
|
24106
24106
|
key: 3,
|
|
24107
24107
|
class: "menu-item-text-wrapper"
|
|
24108
24108
|
};
|
|
@@ -24145,7 +24145,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
24145
24145
|
key: 2,
|
|
24146
24146
|
class: normalizeClass(["dh-body-2", __props.textEllipsisStyle])
|
|
24147
24147
|
}, toDisplayString(__props.item.text), 3)) : createCommentVNode("", true),
|
|
24148
|
-
__props.item.subText ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
24148
|
+
__props.item.subText ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
24149
24149
|
createElementVNode("span", {
|
|
24150
24150
|
class: normalizeClass(["dh-body-1", __props.textEllipsisStyle])
|
|
24151
24151
|
}, toDisplayString(__props.item.text), 3),
|
|
@@ -24166,7 +24166,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
24166
24166
|
var DhDropdownMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-3a3f37c0"]]);
|
|
24167
24167
|
var DropdownMenu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24168
24168
|
const _hoisted_1$h = ["data-e2e", "onClick"];
|
|
24169
|
-
const _hoisted_2$
|
|
24169
|
+
const _hoisted_2$g = ["onClick"];
|
|
24170
24170
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
24171
24171
|
__name: "DropdownMenu",
|
|
24172
24172
|
props: {
|
|
@@ -24262,7 +24262,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
24262
24262
|
item,
|
|
24263
24263
|
"text-ellipsis-style": __props.textEllipsisStyle
|
|
24264
24264
|
}, null, 8, ["icon-size", "item", "text-ellipsis-style"])
|
|
24265
|
-
], 8, _hoisted_2$
|
|
24265
|
+
], 8, _hoisted_2$g))
|
|
24266
24266
|
], 8, _hoisted_1$h);
|
|
24267
24267
|
}), 128))
|
|
24268
24268
|
], 4);
|
|
@@ -24323,7 +24323,7 @@ const _sfc_main$f = defineComponent({
|
|
|
24323
24323
|
}
|
|
24324
24324
|
});
|
|
24325
24325
|
const _hoisted_1$f = { class: "dh-body-1-medium" };
|
|
24326
|
-
const _hoisted_2$
|
|
24326
|
+
const _hoisted_2$f = /* @__PURE__ */ createTextVNode(" Content ");
|
|
24327
24327
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24328
24328
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
24329
24329
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
@@ -24343,7 +24343,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24343
24343
|
}, null, 8, ["icon-name"])
|
|
24344
24344
|
], 2),
|
|
24345
24345
|
_ctx.isAdvancedSettingsCurrentlyOpen ? renderSlot(_ctx.$slots, "content", { key: 0 }, () => [
|
|
24346
|
-
_hoisted_2$
|
|
24346
|
+
_hoisted_2$f
|
|
24347
24347
|
]) : createCommentVNode("", true)
|
|
24348
24348
|
], 64);
|
|
24349
24349
|
}
|
|
@@ -24353,7 +24353,7 @@ const _hoisted_1$e = /* @__PURE__ */ createElementVNode("label", { for: "upload_
|
|
|
24353
24353
|
/* @__PURE__ */ createTextVNode(" Drag and drop file or "),
|
|
24354
24354
|
/* @__PURE__ */ createElementVNode("span", { id: "upload" }, "browse")
|
|
24355
24355
|
], -1);
|
|
24356
|
-
const _hoisted_2$
|
|
24356
|
+
const _hoisted_2$e = {
|
|
24357
24357
|
key: 1,
|
|
24358
24358
|
class: "file__upload_items"
|
|
24359
24359
|
};
|
|
@@ -24555,7 +24555,7 @@ const _sfc_main$e = {
|
|
|
24555
24555
|
onInput: _cache[0] || (_cache[0] = ($event) => uploadFile($event))
|
|
24556
24556
|
}, null, 544)
|
|
24557
24557
|
], 32)) : createCommentVNode("", true),
|
|
24558
|
-
fileSelected.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
24558
|
+
fileSelected.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
24559
24559
|
(openBlock(true), createElementBlock(Fragment, null, renderList(files.value, (file, id) => {
|
|
24560
24560
|
return openBlock(), createElementBlock("div", {
|
|
24561
24561
|
key: id,
|
|
@@ -24679,7 +24679,7 @@ const _sfc_main$e = {
|
|
|
24679
24679
|
};
|
|
24680
24680
|
var InputDropdown_vue_vue_type_style_index_0_lang = "";
|
|
24681
24681
|
const _hoisted_1$d = { class: "input__dropdown" };
|
|
24682
|
-
const _hoisted_2$
|
|
24682
|
+
const _hoisted_2$d = ["placeholder", "value"];
|
|
24683
24683
|
const _hoisted_3$9 = { class: "input__dropdown_second" };
|
|
24684
24684
|
const _hoisted_4$8 = ["tabindex"];
|
|
24685
24685
|
const _hoisted_5$3 = ["onClick"];
|
|
@@ -24747,7 +24747,7 @@ const _sfc_main$d = {
|
|
|
24747
24747
|
type: "text",
|
|
24748
24748
|
value: __props.inputValue,
|
|
24749
24749
|
onInput: update
|
|
24750
|
-
}, null, 44, _hoisted_2$
|
|
24750
|
+
}, null, 44, _hoisted_2$d),
|
|
24751
24751
|
createElementVNode("div", _hoisted_3$9, [
|
|
24752
24752
|
createVNode(DhIcon, {
|
|
24753
24753
|
"icon-name": __props.icon,
|
|
@@ -24800,6 +24800,7 @@ const _sfc_main$d = {
|
|
|
24800
24800
|
};
|
|
24801
24801
|
var InputDropdownMultiple_vue_vue_type_style_index_0_lang = "";
|
|
24802
24802
|
const _hoisted_1$c = { class: "input-group-multiple" };
|
|
24803
|
+
const _hoisted_2$c = { class: "input-label" };
|
|
24803
24804
|
const _sfc_main$c = {
|
|
24804
24805
|
__name: "InputDropdownMultiple",
|
|
24805
24806
|
props: {
|
|
@@ -24869,7 +24870,7 @@ const _sfc_main$c = {
|
|
|
24869
24870
|
return (_ctx, _cache) => {
|
|
24870
24871
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
24871
24872
|
createElementVNode("div", _hoisted_1$c, [
|
|
24872
|
-
createElementVNode("label",
|
|
24873
|
+
createElementVNode("label", _hoisted_2$c, toDisplayString(__props.labelProp), 1),
|
|
24873
24874
|
createElementVNode("button", {
|
|
24874
24875
|
class: "btn btn-secondary btn-multiple",
|
|
24875
24876
|
onClick: addMultiple
|