@deskhero/dh_ui 1.35.9 → 1.36.0
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 +170 -136
- package/dist/dh_ui.umd.js +5 -5
- package/dist/src/components/VerificationCode.vue.d.ts +34 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -10849,12 +10849,12 @@ const _sfc_main$l = defineComponent({
|
|
|
10849
10849
|
}
|
|
10850
10850
|
});
|
|
10851
10851
|
const _hoisted_1$l = { class: "dp__options" };
|
|
10852
|
-
const _hoisted_2$
|
|
10853
|
-
const _hoisted_3$
|
|
10852
|
+
const _hoisted_2$k = { class: "dp__options_switch" };
|
|
10853
|
+
const _hoisted_3$e = /* @__PURE__ */ createElementVNode("span", { class: "dp__options_slider" }, null, -1);
|
|
10854
10854
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10855
10855
|
return openBlock(), createElementBlock("label", _hoisted_1$l, [
|
|
10856
10856
|
createElementVNode("span", null, toDisplayString(_ctx.label), 1),
|
|
10857
|
-
createElementVNode("div", _hoisted_2$
|
|
10857
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
10858
10858
|
withDirectives(createElementVNode("input", {
|
|
10859
10859
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.checkedValue = $event),
|
|
10860
10860
|
name: "switch",
|
|
@@ -10862,7 +10862,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10862
10862
|
}, null, 512), [
|
|
10863
10863
|
[vModelCheckbox, _ctx.checkedValue]
|
|
10864
10864
|
]),
|
|
10865
|
-
_hoisted_3$
|
|
10865
|
+
_hoisted_3$e
|
|
10866
10866
|
])
|
|
10867
10867
|
]);
|
|
10868
10868
|
}
|
|
@@ -23067,12 +23067,12 @@ const _sfc_main$k = {
|
|
|
23067
23067
|
}
|
|
23068
23068
|
};
|
|
23069
23069
|
const _hoisted_1$k = { class: "bar" };
|
|
23070
|
-
const _hoisted_2$
|
|
23071
|
-
const _hoisted_3$
|
|
23072
|
-
const _hoisted_4$
|
|
23073
|
-
const _hoisted_5$
|
|
23074
|
-
const _hoisted_6$
|
|
23075
|
-
const _hoisted_7$
|
|
23070
|
+
const _hoisted_2$j = ["min", "max", "step", "value"];
|
|
23071
|
+
const _hoisted_3$d = { class: "caption" };
|
|
23072
|
+
const _hoisted_4$a = { class: "min-caption" };
|
|
23073
|
+
const _hoisted_5$7 = { class: "bar-inner" };
|
|
23074
|
+
const _hoisted_6$7 = ["min", "max", "step", "value"];
|
|
23075
|
+
const _hoisted_7$6 = { class: "caption" };
|
|
23076
23076
|
const _hoisted_8$3 = { class: "max-caption" };
|
|
23077
23077
|
const _hoisted_9$3 = {
|
|
23078
23078
|
key: 0,
|
|
@@ -23105,17 +23105,17 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23105
23105
|
step: $props.step,
|
|
23106
23106
|
value: $data.valueMin,
|
|
23107
23107
|
onInput: _cache[1] || (_cache[1] = withModifiers((...args) => $options.onInputMinChange && $options.onInputMinChange(...args), ["stop", "prevent"]))
|
|
23108
|
-
}, null, 40, _hoisted_2$
|
|
23108
|
+
}, null, 40, _hoisted_2$j),
|
|
23109
23109
|
createElementVNode("div", {
|
|
23110
23110
|
class: "thumb thumb-left",
|
|
23111
23111
|
onMousedown: _cache[2] || (_cache[2] = (...args) => $options.onLeftThumbMousedown && $options.onLeftThumbMousedown(...args)),
|
|
23112
23112
|
onTouchstart: _cache[3] || (_cache[3] = (...args) => $options.onLeftThumbMousedown && $options.onLeftThumbMousedown(...args))
|
|
23113
23113
|
}, [
|
|
23114
|
-
createElementVNode("div", _hoisted_3$
|
|
23115
|
-
createElementVNode("span", _hoisted_4$
|
|
23114
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
23115
|
+
createElementVNode("span", _hoisted_4$a, toDisplayString($props.minCaption || $options.barMinVal), 1)
|
|
23116
23116
|
])
|
|
23117
23117
|
], 32),
|
|
23118
|
-
createElementVNode("div", _hoisted_5$
|
|
23118
|
+
createElementVNode("div", _hoisted_5$7, [
|
|
23119
23119
|
createElementVNode("div", {
|
|
23120
23120
|
class: "bar-inner-left",
|
|
23121
23121
|
onClick: _cache[4] || (_cache[4] = (...args) => $options.onInnerBarLeftClick && $options.onInnerBarLeftClick(...args))
|
|
@@ -23133,13 +23133,13 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23133
23133
|
step: $props.step,
|
|
23134
23134
|
value: $data.valueMax,
|
|
23135
23135
|
onInput: _cache[6] || (_cache[6] = withModifiers((...args) => $options.onInputMaxChange && $options.onInputMaxChange(...args), ["stop", "prevent"]))
|
|
23136
|
-
}, null, 40, _hoisted_6$
|
|
23136
|
+
}, null, 40, _hoisted_6$7),
|
|
23137
23137
|
createElementVNode("div", {
|
|
23138
23138
|
class: "thumb thumb-right",
|
|
23139
23139
|
onMousedown: _cache[7] || (_cache[7] = (...args) => $options.onRightThumbMousedown && $options.onRightThumbMousedown(...args)),
|
|
23140
23140
|
onTouchstart: _cache[8] || (_cache[8] = (...args) => $options.onRightThumbMousedown && $options.onRightThumbMousedown(...args))
|
|
23141
23141
|
}, [
|
|
23142
|
-
createElementVNode("div", _hoisted_7$
|
|
23142
|
+
createElementVNode("div", _hoisted_7$6, [
|
|
23143
23143
|
createElementVNode("span", _hoisted_8$3, toDisplayString($props.maxCaption || $options.barMaxVal), 1)
|
|
23144
23144
|
])
|
|
23145
23145
|
], 32),
|
|
@@ -23234,16 +23234,16 @@ const _sfc_main$j = defineComponent({
|
|
|
23234
23234
|
}
|
|
23235
23235
|
});
|
|
23236
23236
|
const _hoisted_1$j = { class: "dh-advanced-filter-container" };
|
|
23237
|
-
const _hoisted_2$
|
|
23238
|
-
const _hoisted_3$
|
|
23239
|
-
const _hoisted_4$
|
|
23240
|
-
const _hoisted_5$
|
|
23241
|
-
const _hoisted_6$
|
|
23242
|
-
const _hoisted_7$
|
|
23237
|
+
const _hoisted_2$i = { class: "advance_section" };
|
|
23238
|
+
const _hoisted_3$c = { key: 0 };
|
|
23239
|
+
const _hoisted_4$9 = { class: "list-none" };
|
|
23240
|
+
const _hoisted_5$6 = ["checked"];
|
|
23241
|
+
const _hoisted_6$6 = ["checked"];
|
|
23242
|
+
const _hoisted_7$5 = ["checked"];
|
|
23243
23243
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23244
23244
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
23245
23245
|
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
23246
|
-
createElementVNode("div", _hoisted_2$
|
|
23246
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
23247
23247
|
createElementVNode("span", {
|
|
23248
23248
|
class: "toggle-icon",
|
|
23249
23249
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.toggleFilter())
|
|
@@ -23254,9 +23254,9 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23254
23254
|
size: 20
|
|
23255
23255
|
}, null, 8, ["icon-name"])
|
|
23256
23256
|
]),
|
|
23257
|
-
_ctx.activeFilter ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
23257
|
+
_ctx.activeFilter ? (openBlock(), createElementBlock("div", _hoisted_3$c, [
|
|
23258
23258
|
renderSlot(_ctx.$slots, "default"),
|
|
23259
|
-
createElementVNode("ul", _hoisted_4$
|
|
23259
|
+
createElementVNode("ul", _hoisted_4$9, [
|
|
23260
23260
|
createElementVNode("li", null, [
|
|
23261
23261
|
createElementVNode("label", null, [
|
|
23262
23262
|
createElementVNode("input", {
|
|
@@ -23264,7 +23264,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23264
23264
|
name: "number_filter",
|
|
23265
23265
|
type: "checkbox",
|
|
23266
23266
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.missingFilter())
|
|
23267
|
-
}, null, 40, _hoisted_5$
|
|
23267
|
+
}, null, 40, _hoisted_5$6),
|
|
23268
23268
|
createTextVNode(" " + toDisplayString(_ctx.filterMissingText), 1)
|
|
23269
23269
|
])
|
|
23270
23270
|
]),
|
|
@@ -23275,7 +23275,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23275
23275
|
name: "number_filter",
|
|
23276
23276
|
type: "radio",
|
|
23277
23277
|
onChange: _cache[2] || (_cache[2] = ($event) => _ctx.matchFilter())
|
|
23278
|
-
}, null, 40, _hoisted_6$
|
|
23278
|
+
}, null, 40, _hoisted_6$6),
|
|
23279
23279
|
createTextVNode(" " + toDisplayString(_ctx.matchText), 1)
|
|
23280
23280
|
]),
|
|
23281
23281
|
createElementVNode("label", null, [
|
|
@@ -23284,7 +23284,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23284
23284
|
name: "number_filter",
|
|
23285
23285
|
type: "radio",
|
|
23286
23286
|
onChange: _cache[3] || (_cache[3] = ($event) => _ctx.excludeFilter())
|
|
23287
|
-
}, null, 40, _hoisted_7$
|
|
23287
|
+
}, null, 40, _hoisted_7$5),
|
|
23288
23288
|
createTextVNode(" " + toDisplayString(_ctx.excludeText), 1)
|
|
23289
23289
|
])
|
|
23290
23290
|
])
|
|
@@ -23551,21 +23551,21 @@ const _sfc_main$i = defineComponent({
|
|
|
23551
23551
|
}
|
|
23552
23552
|
});
|
|
23553
23553
|
const _hoisted_1$i = { class: "dh-range-container" };
|
|
23554
|
-
const _hoisted_2$
|
|
23555
|
-
const _hoisted_3$
|
|
23554
|
+
const _hoisted_2$h = { class: "bar-chart" };
|
|
23555
|
+
const _hoisted_3$b = {
|
|
23556
23556
|
key: 0,
|
|
23557
23557
|
class: "input-group-section"
|
|
23558
23558
|
};
|
|
23559
|
-
const _hoisted_4$
|
|
23560
|
-
const _hoisted_5$
|
|
23561
|
-
const _hoisted_6$
|
|
23562
|
-
const _hoisted_7$
|
|
23559
|
+
const _hoisted_4$8 = { class: "input-group sb-input" };
|
|
23560
|
+
const _hoisted_5$5 = ["disabled", "max", "value"];
|
|
23561
|
+
const _hoisted_6$5 = { class: "input-group sb-input" };
|
|
23562
|
+
const _hoisted_7$4 = ["disabled", "max", "min", "value"];
|
|
23563
23563
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23564
23564
|
const _component_Bar = resolveComponent("Bar");
|
|
23565
23565
|
const _component_MultiRangeSlider = resolveComponent("MultiRangeSlider");
|
|
23566
23566
|
const _component_dh_advanced_filter = resolveComponent("dh-advanced-filter");
|
|
23567
23567
|
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
23568
|
-
createElementVNode("div", _hoisted_2$
|
|
23568
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
23569
23569
|
createVNode(_component_Bar, {
|
|
23570
23570
|
"chart-data": _ctx.chartData,
|
|
23571
23571
|
"chart-id": _ctx.chartId,
|
|
@@ -23590,8 +23590,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23590
23590
|
onInput: _ctx.updateBarChart
|
|
23591
23591
|
}, null, 8, ["base-class-name", "labels", "max", "max-caption", "max-value", "min-caption", "min-value", "step", "onInput"])
|
|
23592
23592
|
]),
|
|
23593
|
-
_ctx.includeForm ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
23594
|
-
createElementVNode("div", _hoisted_4$
|
|
23593
|
+
_ctx.includeForm ? (openBlock(), createElementBlock("div", _hoisted_3$b, [
|
|
23594
|
+
createElementVNode("div", _hoisted_4$8, [
|
|
23595
23595
|
createElementVNode("label", {
|
|
23596
23596
|
class: normalizeClass(`dh-body-2 input-to ${_ctx.validated ? "disable" : ""}`)
|
|
23597
23597
|
}, " From ", 2),
|
|
@@ -23604,9 +23604,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23604
23604
|
type: "number",
|
|
23605
23605
|
value: `${_ctx.min}`,
|
|
23606
23606
|
onInput: _cache[0] || (_cache[0] = ($event) => _ctx.changeMin($event))
|
|
23607
|
-
}, null, 40, _hoisted_5$
|
|
23607
|
+
}, null, 40, _hoisted_5$5)
|
|
23608
23608
|
]),
|
|
23609
|
-
createElementVNode("div", _hoisted_6$
|
|
23609
|
+
createElementVNode("div", _hoisted_6$5, [
|
|
23610
23610
|
createElementVNode("label", {
|
|
23611
23611
|
class: normalizeClass(`dh-body-2 input-to ${_ctx.validated ? "disable" : ""}`)
|
|
23612
23612
|
}, " To ", 2),
|
|
@@ -23619,7 +23619,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23619
23619
|
type: "number",
|
|
23620
23620
|
value: `${_ctx.max}`,
|
|
23621
23621
|
onInput: _cache[1] || (_cache[1] = ($event) => _ctx.changeMax($event))
|
|
23622
|
-
}, null, 40, _hoisted_7$
|
|
23622
|
+
}, null, 40, _hoisted_7$4)
|
|
23623
23623
|
])
|
|
23624
23624
|
])) : createCommentVNode("", true),
|
|
23625
23625
|
renderSlot(_ctx.$slots, "input"),
|
|
@@ -23639,15 +23639,15 @@ var DhNumberRange = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_re
|
|
|
23639
23639
|
var main = "";
|
|
23640
23640
|
var AdvancedDatePicker_vue_vue_type_style_index_0_lang = "";
|
|
23641
23641
|
const _hoisted_1$h = { id: "dp-container" };
|
|
23642
|
-
const _hoisted_2$
|
|
23642
|
+
const _hoisted_2$g = /* @__PURE__ */ createElementVNode("div", { class: "dp__calendar_range" }, [
|
|
23643
23643
|
/* @__PURE__ */ createElementVNode("p", null, "From"),
|
|
23644
23644
|
/* @__PURE__ */ createElementVNode("p", null, "To")
|
|
23645
23645
|
], -1);
|
|
23646
|
-
const _hoisted_3$
|
|
23647
|
-
const _hoisted_4$
|
|
23648
|
-
const _hoisted_5$
|
|
23649
|
-
const _hoisted_6$
|
|
23650
|
-
const _hoisted_7$
|
|
23646
|
+
const _hoisted_3$a = { class: "dp__multi" };
|
|
23647
|
+
const _hoisted_4$7 = ["value"];
|
|
23648
|
+
const _hoisted_5$4 = ["value"];
|
|
23649
|
+
const _hoisted_6$4 = /* @__PURE__ */ createTextVNode(" Back ");
|
|
23650
|
+
const _hoisted_7$3 = ["onClick"];
|
|
23651
23651
|
const _hoisted_8$2 = ["onClick"];
|
|
23652
23652
|
const _hoisted_9$2 = ["onClick"];
|
|
23653
23653
|
const _hoisted_10$2 = ["onClick"];
|
|
@@ -23753,7 +23753,7 @@ const _sfc_main$h = {
|
|
|
23753
23753
|
}
|
|
23754
23754
|
return (_ctx, _cache) => {
|
|
23755
23755
|
return openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
23756
|
-
_hoisted_2$
|
|
23756
|
+
_hoisted_2$g,
|
|
23757
23757
|
createVNode(unref(ca), {
|
|
23758
23758
|
ref_key: "datePicker",
|
|
23759
23759
|
ref: datePicker,
|
|
@@ -23778,21 +23778,21 @@ const _sfc_main$h = {
|
|
|
23778
23778
|
onClosed: reOpen
|
|
23779
23779
|
}, {
|
|
23780
23780
|
"dp-input": withCtx(() => [
|
|
23781
|
-
createElementVNode("div", _hoisted_3$
|
|
23781
|
+
createElementVNode("div", _hoisted_3$a, [
|
|
23782
23782
|
createElementVNode("input", {
|
|
23783
23783
|
class: "dp__input dp__multi_input",
|
|
23784
23784
|
placeholder: "MM/DD/YYYY",
|
|
23785
23785
|
type: "text",
|
|
23786
23786
|
value: minDate.value ? minDate.value : date.value[0],
|
|
23787
23787
|
onInput: _cache[0] || (_cache[0] = ($event) => changeFirstDate($event))
|
|
23788
|
-
}, null, 40, _hoisted_4$
|
|
23788
|
+
}, null, 40, _hoisted_4$7),
|
|
23789
23789
|
createElementVNode("input", {
|
|
23790
23790
|
class: "dp__input dp__multi_input",
|
|
23791
23791
|
placeholder: "MM/DD/YYYY",
|
|
23792
23792
|
type: "text",
|
|
23793
23793
|
value: maxDate.value ? maxDate.value : date.value[1],
|
|
23794
23794
|
onInput: _cache[1] || (_cache[1] = ($event) => changeSecondDate($event))
|
|
23795
|
-
}, null, 40, _hoisted_5$
|
|
23795
|
+
}, null, 40, _hoisted_5$4)
|
|
23796
23796
|
])
|
|
23797
23797
|
]),
|
|
23798
23798
|
"arrow-left": withCtx(() => [
|
|
@@ -23808,7 +23808,7 @@ const _sfc_main$h = {
|
|
|
23808
23808
|
})
|
|
23809
23809
|
]),
|
|
23810
23810
|
"calendar-icon": withCtx(() => [
|
|
23811
|
-
_hoisted_6$
|
|
23811
|
+
_hoisted_6$4
|
|
23812
23812
|
]),
|
|
23813
23813
|
"clear-icon": withCtx(() => []),
|
|
23814
23814
|
"action-preview": withCtx(() => []),
|
|
@@ -23817,7 +23817,7 @@ const _sfc_main$h = {
|
|
|
23817
23817
|
(openBlock(), createBlock(Teleport, { to: "#tags" }, [
|
|
23818
23818
|
createElementVNode("span", {
|
|
23819
23819
|
onClick: ($event) => presetDateRange(range)
|
|
23820
|
-
}, toDisplayString(label), 9, _hoisted_7$
|
|
23820
|
+
}, toDisplayString(label), 9, _hoisted_7$3)
|
|
23821
23821
|
]))
|
|
23822
23822
|
]),
|
|
23823
23823
|
week: withCtx(({ label, range, presetDateRange }) => [
|
|
@@ -23894,7 +23894,7 @@ const _sfc_main$h = {
|
|
|
23894
23894
|
};
|
|
23895
23895
|
var DatePicker_vue_vue_type_style_index_0_lang = "";
|
|
23896
23896
|
const _hoisted_1$g = /* @__PURE__ */ createTextVNode(" Back ");
|
|
23897
|
-
const _hoisted_2$
|
|
23897
|
+
const _hoisted_2$f = /* @__PURE__ */ createElementVNode("div", null, "today", -1);
|
|
23898
23898
|
const _sfc_main$g = {
|
|
23899
23899
|
__name: "DatePicker",
|
|
23900
23900
|
props: {
|
|
@@ -23957,7 +23957,7 @@ const _sfc_main$g = {
|
|
|
23957
23957
|
"clear-icon": withCtx(() => []),
|
|
23958
23958
|
"action-preview": withCtx(() => []),
|
|
23959
23959
|
"marker-tooltip": withCtx(() => [
|
|
23960
|
-
_hoisted_2$
|
|
23960
|
+
_hoisted_2$f
|
|
23961
23961
|
]),
|
|
23962
23962
|
_: 1
|
|
23963
23963
|
}, 8, ["modelValue", "inline", "markers"])
|
|
@@ -23967,7 +23967,7 @@ const _sfc_main$g = {
|
|
|
23967
23967
|
};
|
|
23968
23968
|
var DropdownMenuItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23969
23969
|
const _hoisted_1$f = ["src"];
|
|
23970
|
-
const _hoisted_2$
|
|
23970
|
+
const _hoisted_2$e = {
|
|
23971
23971
|
key: 3,
|
|
23972
23972
|
class: "menu-item-text-wrapper"
|
|
23973
23973
|
};
|
|
@@ -24010,7 +24010,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
24010
24010
|
key: 2,
|
|
24011
24011
|
class: normalizeClass(["dh-body-2", __props.textEllipsisStyle])
|
|
24012
24012
|
}, toDisplayString(__props.item.text), 3)) : createCommentVNode("", true),
|
|
24013
|
-
__props.item.subText ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
24013
|
+
__props.item.subText ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
24014
24014
|
createElementVNode("span", {
|
|
24015
24015
|
class: normalizeClass(["dh-body-1", __props.textEllipsisStyle])
|
|
24016
24016
|
}, toDisplayString(__props.item.text), 3),
|
|
@@ -24031,7 +24031,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
24031
24031
|
var DhDropdownMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-35071082"]]);
|
|
24032
24032
|
var DropdownMenu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24033
24033
|
const _hoisted_1$e = ["data-e2e", "onClick"];
|
|
24034
|
-
const _hoisted_2$
|
|
24034
|
+
const _hoisted_2$d = ["onClick"];
|
|
24035
24035
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
24036
24036
|
__name: "DropdownMenu",
|
|
24037
24037
|
props: {
|
|
@@ -24127,7 +24127,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
24127
24127
|
item,
|
|
24128
24128
|
"text-ellipsis-style": __props.textEllipsisStyle
|
|
24129
24129
|
}, null, 8, ["icon-size", "item", "text-ellipsis-style"])
|
|
24130
|
-
], 8, _hoisted_2$
|
|
24130
|
+
], 8, _hoisted_2$d))
|
|
24131
24131
|
], 8, _hoisted_1$e);
|
|
24132
24132
|
}), 128))
|
|
24133
24133
|
], 4);
|
|
@@ -24176,7 +24176,7 @@ const _sfc_main$c = defineComponent({
|
|
|
24176
24176
|
}
|
|
24177
24177
|
});
|
|
24178
24178
|
const _hoisted_1$c = { class: "dh-body-1-medium" };
|
|
24179
|
-
const _hoisted_2$
|
|
24179
|
+
const _hoisted_2$c = /* @__PURE__ */ createTextVNode(" Content ");
|
|
24180
24180
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24181
24181
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
24182
24182
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
@@ -24193,7 +24193,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24193
24193
|
}, null, 8, ["icon-name"])
|
|
24194
24194
|
], 2),
|
|
24195
24195
|
_ctx.isAdvancedSettingsOpen ? renderSlot(_ctx.$slots, "content", { key: 0 }, () => [
|
|
24196
|
-
_hoisted_2$
|
|
24196
|
+
_hoisted_2$c
|
|
24197
24197
|
]) : createCommentVNode("", true)
|
|
24198
24198
|
], 64);
|
|
24199
24199
|
}
|
|
@@ -24203,18 +24203,18 @@ const _hoisted_1$b = /* @__PURE__ */ createElementVNode("label", { for: "upload_
|
|
|
24203
24203
|
/* @__PURE__ */ createTextVNode(" Drag and drop file or "),
|
|
24204
24204
|
/* @__PURE__ */ createElementVNode("span", { id: "upload" }, "browse")
|
|
24205
24205
|
], -1);
|
|
24206
|
-
const _hoisted_2$
|
|
24206
|
+
const _hoisted_2$b = {
|
|
24207
24207
|
key: 1,
|
|
24208
24208
|
class: "file__upload_items"
|
|
24209
24209
|
};
|
|
24210
|
-
const _hoisted_3$
|
|
24211
|
-
const _hoisted_4$
|
|
24212
|
-
const _hoisted_5$
|
|
24213
|
-
const _hoisted_6$
|
|
24210
|
+
const _hoisted_3$9 = { class: "file__upload_list_item" };
|
|
24211
|
+
const _hoisted_4$6 = { class: "file__upload_list_item_label" };
|
|
24212
|
+
const _hoisted_5$3 = ["title"];
|
|
24213
|
+
const _hoisted_6$3 = {
|
|
24214
24214
|
key: 0,
|
|
24215
24215
|
class: "label__antivirus"
|
|
24216
24216
|
};
|
|
24217
|
-
const _hoisted_7$
|
|
24217
|
+
const _hoisted_7$2 = {
|
|
24218
24218
|
key: 1,
|
|
24219
24219
|
class: "label__antivirus label__antivirus--failed"
|
|
24220
24220
|
};
|
|
@@ -24396,7 +24396,7 @@ const _sfc_main$b = {
|
|
|
24396
24396
|
onInput: _cache[0] || (_cache[0] = ($event) => uploadFile($event))
|
|
24397
24397
|
}, null, 544)
|
|
24398
24398
|
], 32)) : createCommentVNode("", true),
|
|
24399
|
-
fileSelected.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
24399
|
+
fileSelected.value ? (openBlock(), createElementBlock("div", _hoisted_2$b, [
|
|
24400
24400
|
(openBlock(true), createElementBlock(Fragment, null, renderList(files.value, (file, id) => {
|
|
24401
24401
|
return openBlock(), createElementBlock("div", {
|
|
24402
24402
|
key: id,
|
|
@@ -24435,13 +24435,13 @@ const _sfc_main$b = {
|
|
|
24435
24435
|
size: 20,
|
|
24436
24436
|
style: normalizeStyle({ "z-index": props.zIndex })
|
|
24437
24437
|
}, null, 8, ["style"])) : createCommentVNode("", true),
|
|
24438
|
-
createElementVNode("div", _hoisted_3$
|
|
24439
|
-
createElementVNode("div", _hoisted_4$
|
|
24438
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
24439
|
+
createElementVNode("div", _hoisted_4$6, [
|
|
24440
24440
|
createElementVNode("div", null, [
|
|
24441
24441
|
createElementVNode("span", {
|
|
24442
24442
|
title: file.name
|
|
24443
|
-
}, toDisplayString(getName(file.name)) + toDisplayString(getExtension(file.name)), 9, _hoisted_5$
|
|
24444
|
-
props.uploadProgress[id] == 100 && __props.fileSaved && !__props.errorOccured[id] && __props.virusCheck[id] == "loading" ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
24443
|
+
}, toDisplayString(getName(file.name)) + toDisplayString(getExtension(file.name)), 9, _hoisted_5$3),
|
|
24444
|
+
props.uploadProgress[id] == 100 && __props.fileSaved && !__props.errorOccured[id] && __props.virusCheck[id] == "loading" ? (openBlock(), createElementBlock("span", _hoisted_6$3, [
|
|
24445
24445
|
createTextVNode(toDisplayString(__props.virusCheckText) + " ", 1),
|
|
24446
24446
|
createVNode(DhIcon, {
|
|
24447
24447
|
class: "file__upload_list_icon_sub--loading",
|
|
@@ -24449,7 +24449,7 @@ const _sfc_main$b = {
|
|
|
24449
24449
|
size: 18
|
|
24450
24450
|
})
|
|
24451
24451
|
])) : createCommentVNode("", true),
|
|
24452
|
-
props.uploadProgress[id] == 100 && __props.fileSaved && __props.virusCheck[id] == "failed" ? (openBlock(), createElementBlock("span", _hoisted_7$
|
|
24452
|
+
props.uploadProgress[id] == 100 && __props.fileSaved && __props.virusCheck[id] == "failed" ? (openBlock(), createElementBlock("span", _hoisted_7$2, toDisplayString(__props.virusCheckFailedText), 1)) : createCommentVNode("", true),
|
|
24453
24453
|
props.uploadProgress[id] == 100 && __props.fileSaved && __props.virusCheck[id] == "detected" ? (openBlock(), createElementBlock("span", _hoisted_8$1, toDisplayString(__props.virusDetectedText), 1)) : createCommentVNode("", true),
|
|
24454
24454
|
_hoisted_9$1,
|
|
24455
24455
|
__props.fileSaved && !__props.errorOccured[id] || !__props.errorOccured[id] && __props.virusCheck[id] ? (openBlock(), createElementBlock("span", _hoisted_10$1, toDisplayString(formatBytes(file.size)), 1)) : createCommentVNode("", true),
|
|
@@ -24520,9 +24520,9 @@ const _sfc_main$b = {
|
|
|
24520
24520
|
};
|
|
24521
24521
|
var InputDropdown_vue_vue_type_style_index_0_lang = "";
|
|
24522
24522
|
const _hoisted_1$a = { class: "input__dropdown" };
|
|
24523
|
-
const _hoisted_2$
|
|
24524
|
-
const _hoisted_3$
|
|
24525
|
-
const _hoisted_4$
|
|
24523
|
+
const _hoisted_2$a = { class: "input__dropdown_second" };
|
|
24524
|
+
const _hoisted_3$8 = ["tabindex"];
|
|
24525
|
+
const _hoisted_4$5 = ["onClick"];
|
|
24526
24526
|
const _sfc_main$a = {
|
|
24527
24527
|
__name: "InputDropdown",
|
|
24528
24528
|
props: {
|
|
@@ -24566,7 +24566,7 @@ const _sfc_main$a = {
|
|
|
24566
24566
|
type: "text",
|
|
24567
24567
|
onInput: update
|
|
24568
24568
|
}, null, 544),
|
|
24569
|
-
createElementVNode("div", _hoisted_2$
|
|
24569
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
24570
24570
|
createVNode(DhIcon, {
|
|
24571
24571
|
"icon-name": __props.icon,
|
|
24572
24572
|
size: 18
|
|
@@ -24591,10 +24591,10 @@ const _sfc_main$a = {
|
|
|
24591
24591
|
open.value = false;
|
|
24592
24592
|
update();
|
|
24593
24593
|
}
|
|
24594
|
-
}, toDisplayString(option), 9, _hoisted_4$
|
|
24594
|
+
}, toDisplayString(option), 9, _hoisted_4$5);
|
|
24595
24595
|
}), 128))
|
|
24596
24596
|
], 2)
|
|
24597
|
-
], 40, _hoisted_3$
|
|
24597
|
+
], 40, _hoisted_3$8)
|
|
24598
24598
|
])
|
|
24599
24599
|
]);
|
|
24600
24600
|
};
|
|
@@ -26446,12 +26446,12 @@ var script = {
|
|
|
26446
26446
|
}
|
|
26447
26447
|
};
|
|
26448
26448
|
const _hoisted_1$9 = ["id", "dir"];
|
|
26449
|
-
const _hoisted_2$
|
|
26450
|
-
const _hoisted_3$
|
|
26451
|
-
const _hoisted_4$
|
|
26452
|
-
const _hoisted_5$
|
|
26453
|
-
const _hoisted_6$
|
|
26454
|
-
const _hoisted_7 = ["innerHTML"];
|
|
26449
|
+
const _hoisted_2$9 = ["tabindex", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable", "role"];
|
|
26450
|
+
const _hoisted_3$7 = ["type", "modelValue", "value", "autocomplete", "id", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable"];
|
|
26451
|
+
const _hoisted_4$4 = ["onKeyup", "aria-label"];
|
|
26452
|
+
const _hoisted_5$2 = ["onClick"];
|
|
26453
|
+
const _hoisted_6$2 = ["type", "modelValue", "value", "id", "autocomplete", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable"];
|
|
26454
|
+
const _hoisted_7$1 = ["innerHTML"];
|
|
26455
26455
|
const _hoisted_8 = ["id"];
|
|
26456
26456
|
const _hoisted_9 = ["id", "aria-label", "aria-selected"];
|
|
26457
26457
|
const _hoisted_10 = ["data-pointed", "onMouseenter", "onClick"];
|
|
@@ -26510,7 +26510,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26510
26510
|
}, {
|
|
26511
26511
|
...$props.attrs,
|
|
26512
26512
|
..._ctx.arias
|
|
26513
|
-
}), null, 16, _hoisted_3$
|
|
26513
|
+
}), null, 16, _hoisted_3$7)) : createCommentVNode("v-if", true),
|
|
26514
26514
|
createCommentVNode(" Tags (with search) "),
|
|
26515
26515
|
$props.mode == "tags" ? (openBlock(), createElementBlock("div", {
|
|
26516
26516
|
key: 1,
|
|
@@ -26539,8 +26539,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26539
26539
|
createElementVNode("span", {
|
|
26540
26540
|
class: normalizeClass(_ctx.classList.tagRemoveIcon)
|
|
26541
26541
|
}, null, 2)
|
|
26542
|
-
], 10, _hoisted_5$
|
|
26543
|
-
], 42, _hoisted_4$
|
|
26542
|
+
], 10, _hoisted_5$2)) : createCommentVNode("v-if", true)
|
|
26543
|
+
], 42, _hoisted_4$4))
|
|
26544
26544
|
]);
|
|
26545
26545
|
}), 256)),
|
|
26546
26546
|
createElementVNode("div", {
|
|
@@ -26573,7 +26573,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26573
26573
|
}, {
|
|
26574
26574
|
...$props.attrs,
|
|
26575
26575
|
..._ctx.arias
|
|
26576
|
-
}), null, 16, _hoisted_6$
|
|
26576
|
+
}), null, 16, _hoisted_6$2)) : createCommentVNode("v-if", true)
|
|
26577
26577
|
], 2)
|
|
26578
26578
|
], 2)) : createCommentVNode("v-if", true),
|
|
26579
26579
|
createCommentVNode(" Single label "),
|
|
@@ -26597,7 +26597,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26597
26597
|
createElementVNode("div", {
|
|
26598
26598
|
class: normalizeClass(_ctx.classList.multipleLabel),
|
|
26599
26599
|
innerHTML: _ctx.multipleLabelText
|
|
26600
|
-
}, null, 10, _hoisted_7)
|
|
26600
|
+
}, null, 10, _hoisted_7$1)
|
|
26601
26601
|
]) : createCommentVNode("v-if", true),
|
|
26602
26602
|
createCommentVNode(" Placeholder "),
|
|
26603
26603
|
$props.placeholder && !_ctx.hasSelected && !_ctx.search ? renderSlot(_ctx.$slots, "placeholder", { key: 4 }, () => [
|
|
@@ -26641,7 +26641,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26641
26641
|
"aria-hidden": "true"
|
|
26642
26642
|
}, null, 2)
|
|
26643
26643
|
]) : createCommentVNode("v-if", true)
|
|
26644
|
-
], 16, _hoisted_2$
|
|
26644
|
+
], 16, _hoisted_2$9),
|
|
26645
26645
|
createCommentVNode(" Options "),
|
|
26646
26646
|
createElementVNode("div", {
|
|
26647
26647
|
class: normalizeClass(_ctx.classList.dropdown),
|
|
@@ -26803,8 +26803,8 @@ const _hoisted_1$8 = /* @__PURE__ */ createElementVNode("img", {
|
|
|
26803
26803
|
class: "list__item_thumb",
|
|
26804
26804
|
src: _imports_0
|
|
26805
26805
|
}, null, -1);
|
|
26806
|
-
const _hoisted_2$
|
|
26807
|
-
const _hoisted_3$
|
|
26806
|
+
const _hoisted_2$8 = { class: "list__item_text" };
|
|
26807
|
+
const _hoisted_3$6 = /* @__PURE__ */ createElementVNode("div", { id: "list" }, null, -1);
|
|
26808
26808
|
const _sfc_main$9 = {
|
|
26809
26809
|
__name: "InputList",
|
|
26810
26810
|
props: {
|
|
@@ -26831,7 +26831,7 @@ const _sfc_main$9 = {
|
|
|
26831
26831
|
class: normalizeClass(["list__item", { "is-disabled": disabled }])
|
|
26832
26832
|
}, [
|
|
26833
26833
|
_hoisted_1$8,
|
|
26834
|
-
createElementVNode("p", _hoisted_2$
|
|
26834
|
+
createElementVNode("p", _hoisted_2$8, toDisplayString(option.value), 1),
|
|
26835
26835
|
createVNode(DhIcon, {
|
|
26836
26836
|
class: "list__item_icon",
|
|
26837
26837
|
"icon-name": "delete",
|
|
@@ -26844,7 +26844,7 @@ const _sfc_main$9 = {
|
|
|
26844
26844
|
]),
|
|
26845
26845
|
_: 3
|
|
26846
26846
|
}, 8, ["modelValue", "options"]),
|
|
26847
|
-
_hoisted_3$
|
|
26847
|
+
_hoisted_3$6
|
|
26848
26848
|
], 64);
|
|
26849
26849
|
};
|
|
26850
26850
|
}
|
|
@@ -26901,12 +26901,12 @@ const _hoisted_1$7 = {
|
|
|
26901
26901
|
id: "modal-sidebar",
|
|
26902
26902
|
class: "modal-sidebar"
|
|
26903
26903
|
};
|
|
26904
|
-
const _hoisted_2$
|
|
26904
|
+
const _hoisted_2$7 = {
|
|
26905
26905
|
key: 0,
|
|
26906
26906
|
id: "modalTitle",
|
|
26907
26907
|
class: "modal-header"
|
|
26908
26908
|
};
|
|
26909
|
-
const _hoisted_3$
|
|
26909
|
+
const _hoisted_3$5 = { class: "modal-footer" };
|
|
26910
26910
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26911
26911
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
26912
26912
|
return openBlock(), createBlock(Transition, { name: "modal-fade" }, {
|
|
@@ -26943,7 +26943,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26943
26943
|
createElementVNode("section", {
|
|
26944
26944
|
class: normalizeClass(`right-section ${_ctx.hasSideBar ? "" : "full"}`)
|
|
26945
26945
|
}, [
|
|
26946
|
-
_ctx.hasHeader ? (openBlock(), createElementBlock("header", _hoisted_2$
|
|
26946
|
+
_ctx.hasHeader ? (openBlock(), createElementBlock("header", _hoisted_2$7, [
|
|
26947
26947
|
renderSlot(_ctx.$slots, "header")
|
|
26948
26948
|
])) : createCommentVNode("", true),
|
|
26949
26949
|
createElementVNode("section", {
|
|
@@ -26952,7 +26952,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26952
26952
|
}, [
|
|
26953
26953
|
renderSlot(_ctx.$slots, "body")
|
|
26954
26954
|
], 2),
|
|
26955
|
-
createElementVNode("footer", _hoisted_3$
|
|
26955
|
+
createElementVNode("footer", _hoisted_3$5, [
|
|
26956
26956
|
_ctx.hasFooter ? renderSlot(_ctx.$slots, "footer", { key: 0 }) : createCommentVNode("", true),
|
|
26957
26957
|
_ctx.hasFooterButtonRight ? renderSlot(_ctx.$slots, "footer-button-right", { key: 1 }) : createCommentVNode("", true)
|
|
26958
26958
|
])
|
|
@@ -27044,16 +27044,16 @@ const _hoisted_1$6 = /* @__PURE__ */ createElementVNode("img", {
|
|
|
27044
27044
|
class: "close-icon",
|
|
27045
27045
|
src: _imports_0$1
|
|
27046
27046
|
}, null, -1);
|
|
27047
|
-
const _hoisted_2$
|
|
27047
|
+
const _hoisted_2$6 = [
|
|
27048
27048
|
_hoisted_1$6
|
|
27049
27049
|
];
|
|
27050
|
-
const _hoisted_3$
|
|
27051
|
-
const _hoisted_4$
|
|
27052
|
-
const _hoisted_5 = {
|
|
27050
|
+
const _hoisted_3$4 = ["src"];
|
|
27051
|
+
const _hoisted_4$3 = { class: "additional-text" };
|
|
27052
|
+
const _hoisted_5$1 = {
|
|
27053
27053
|
key: 0,
|
|
27054
27054
|
class: "descriptions"
|
|
27055
27055
|
};
|
|
27056
|
-
const _hoisted_6 = { class: "btn btn-normal btn-primary" };
|
|
27056
|
+
const _hoisted_6$1 = { class: "btn btn-normal btn-primary" };
|
|
27057
27057
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27058
27058
|
return openBlock(), createElementBlock("div", {
|
|
27059
27059
|
class: normalizeClass(`dh-notification-container ${_ctx.notificationType}`)
|
|
@@ -27066,7 +27066,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27066
27066
|
key: 0,
|
|
27067
27067
|
class: "close-notification",
|
|
27068
27068
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.close && _ctx.close(...args), ["prevent"]))
|
|
27069
|
-
}, _hoisted_2$
|
|
27069
|
+
}, _hoisted_2$6)) : createCommentVNode("", true),
|
|
27070
27070
|
createElementVNode("div", {
|
|
27071
27071
|
class: normalizeClass(`content content- ${_ctx.notificationType}`)
|
|
27072
27072
|
}, [
|
|
@@ -27076,19 +27076,19 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27076
27076
|
createElementVNode("img", {
|
|
27077
27077
|
class: normalizeClass(`icons icons-${_ctx.status} icons-${_ctx.status}-${_ctx.notificationType}`),
|
|
27078
27078
|
src: _ctx.getIconUrl()
|
|
27079
|
-
}, null, 10, _hoisted_3$
|
|
27079
|
+
}, null, 10, _hoisted_3$4)
|
|
27080
27080
|
], 2),
|
|
27081
|
-
createElementVNode("div", _hoisted_4$
|
|
27081
|
+
createElementVNode("div", _hoisted_4$3, [
|
|
27082
27082
|
createElementVNode("div", {
|
|
27083
27083
|
class: normalizeClass(`title title-${_ctx.notificationType}`)
|
|
27084
27084
|
}, toDisplayString(_ctx.limitTitle(_ctx.title, _ctx.notificationType)), 3),
|
|
27085
|
-
!["bottom-message"].includes(_ctx.notificationType) ? (openBlock(), createElementBlock("div", _hoisted_5, toDisplayString(_ctx.message.length >= 280 ? `${_ctx.message.substring(0, 280)}..` : _ctx.message), 1)) : createCommentVNode("", true)
|
|
27085
|
+
!["bottom-message"].includes(_ctx.notificationType) ? (openBlock(), createElementBlock("div", _hoisted_5$1, toDisplayString(_ctx.message.length >= 280 ? `${_ctx.message.substring(0, 280)}..` : _ctx.message), 1)) : createCommentVNode("", true)
|
|
27086
27086
|
]),
|
|
27087
27087
|
!["toast", "bottom-message"].includes(_ctx.notificationType) ? (openBlock(), createElementBlock("div", {
|
|
27088
27088
|
key: 0,
|
|
27089
27089
|
class: normalizeClass(`buttons ${_ctx.notificationType}`)
|
|
27090
27090
|
}, [
|
|
27091
|
-
createElementVNode("button", _hoisted_6, toDisplayString(_ctx.notificationButton), 1),
|
|
27091
|
+
createElementVNode("button", _hoisted_6$1, toDisplayString(_ctx.notificationButton), 1),
|
|
27092
27092
|
createElementVNode("button", {
|
|
27093
27093
|
class: "btn btn-normal btn-secondary dismiss",
|
|
27094
27094
|
onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.close && _ctx.close(...args), ["prevent"]))
|
|
@@ -27101,9 +27101,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27101
27101
|
var Notification = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$1]]);
|
|
27102
27102
|
var PasswordField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27103
27103
|
const _hoisted_1$5 = { class: "password__panel" };
|
|
27104
|
-
const _hoisted_2$
|
|
27105
|
-
const _hoisted_3$
|
|
27106
|
-
const _hoisted_4$
|
|
27104
|
+
const _hoisted_2$5 = ["placeholder", "type"];
|
|
27105
|
+
const _hoisted_3$3 = { class: "icon is-right" };
|
|
27106
|
+
const _hoisted_4$2 = {
|
|
27107
27107
|
key: 0,
|
|
27108
27108
|
class: "password__tooltip"
|
|
27109
27109
|
};
|
|
@@ -27173,7 +27173,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
27173
27173
|
onFocus,
|
|
27174
27174
|
onFocusout: outFocus,
|
|
27175
27175
|
onKeyup: emitChanged
|
|
27176
|
-
}, null, 40, _hoisted_2$
|
|
27176
|
+
}, null, 40, _hoisted_2$5), [
|
|
27177
27177
|
[vModelDynamic, password.value]
|
|
27178
27178
|
]),
|
|
27179
27179
|
createElementVNode("button", {
|
|
@@ -27181,7 +27181,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
27181
27181
|
type: "button",
|
|
27182
27182
|
onClick: toggleShow
|
|
27183
27183
|
}, [
|
|
27184
|
-
createElementVNode("span", _hoisted_3$
|
|
27184
|
+
createElementVNode("span", _hoisted_3$3, [
|
|
27185
27185
|
createVNode(DhIcon, {
|
|
27186
27186
|
active: isActive.value,
|
|
27187
27187
|
"icon-name": showPassword.value ? "invisible" : "visible",
|
|
@@ -27189,7 +27189,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
27189
27189
|
}, null, 8, ["active", "icon-name"])
|
|
27190
27190
|
])
|
|
27191
27191
|
]),
|
|
27192
|
-
tooltip.value && !props.passwordTooltipDisabled ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
27192
|
+
tooltip.value && !props.passwordTooltipDisabled ? (openBlock(), createElementBlock("div", _hoisted_4$2, [
|
|
27193
27193
|
createElementVNode("p", {
|
|
27194
27194
|
class: normalizeClass(["password__tooltip_text", hasMinimumLength.value ? "password__tooltip_text--valid" : ""])
|
|
27195
27195
|
}, [
|
|
@@ -27228,9 +27228,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
27228
27228
|
var PasswordField = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-3ae35090"]]);
|
|
27229
27229
|
var RadioBox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27230
27230
|
const _hoisted_1$4 = { class: "radio" };
|
|
27231
|
-
const _hoisted_2$
|
|
27232
|
-
const _hoisted_3$
|
|
27233
|
-
const _hoisted_4 = { class: "radio__label_txt" };
|
|
27231
|
+
const _hoisted_2$4 = ["for"];
|
|
27232
|
+
const _hoisted_3$2 = ["id", "type", "value"];
|
|
27233
|
+
const _hoisted_4$1 = { class: "radio__label_txt" };
|
|
27234
27234
|
const _sfc_main$5 = {
|
|
27235
27235
|
__name: "RadioBox",
|
|
27236
27236
|
props: {
|
|
@@ -27262,9 +27262,9 @@ const _sfc_main$5 = {
|
|
|
27262
27262
|
type: __props.type,
|
|
27263
27263
|
value: __props.value,
|
|
27264
27264
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("clickBox"))
|
|
27265
|
-
}, null, 8, _hoisted_3$
|
|
27266
|
-
createElementVNode("span", _hoisted_4, toDisplayString(__props.label), 1)
|
|
27267
|
-
], 8, _hoisted_2$
|
|
27265
|
+
}, null, 8, _hoisted_3$2),
|
|
27266
|
+
createElementVNode("span", _hoisted_4$1, toDisplayString(__props.label), 1)
|
|
27267
|
+
], 8, _hoisted_2$4)
|
|
27268
27268
|
]);
|
|
27269
27269
|
};
|
|
27270
27270
|
}
|
|
@@ -27324,7 +27324,7 @@ const _sfc_main$4 = {
|
|
|
27324
27324
|
};
|
|
27325
27325
|
var SearchInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27326
27326
|
const _hoisted_1$3 = { class: "search-panel" };
|
|
27327
|
-
const _hoisted_2$
|
|
27327
|
+
const _hoisted_2$3 = ["placeholder"];
|
|
27328
27328
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
27329
27329
|
__name: "SearchInput",
|
|
27330
27330
|
props: {
|
|
@@ -27360,7 +27360,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
27360
27360
|
"data-e2e": "search-input",
|
|
27361
27361
|
placeholder: props.placeholder,
|
|
27362
27362
|
onKeyup: emitChanged
|
|
27363
|
-
}, null, 40, _hoisted_2$
|
|
27363
|
+
}, null, 40, _hoisted_2$3), [
|
|
27364
27364
|
[vModelText, search.value]
|
|
27365
27365
|
]),
|
|
27366
27366
|
!search.value ? (openBlock(), createElementBlock("button", {
|
|
@@ -27395,7 +27395,7 @@ var SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-
|
|
|
27395
27395
|
var Stepper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27396
27396
|
const _withScopeId = (n) => (pushScopeId("data-v-0213b522"), n = n(), popScopeId(), n);
|
|
27397
27397
|
const _hoisted_1$2 = { class: "stepper" };
|
|
27398
|
-
const _hoisted_2$
|
|
27398
|
+
const _hoisted_2$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("hr", { class: "solid" }, null, -1));
|
|
27399
27399
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
27400
27400
|
__name: "Stepper",
|
|
27401
27401
|
props: {
|
|
@@ -27423,7 +27423,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
27423
27423
|
createElementVNode("span", {
|
|
27424
27424
|
class: normalizeClass(["step-number", { active: step === __props.currentStep }])
|
|
27425
27425
|
}, toDisplayString(step + 1), 3),
|
|
27426
|
-
_hoisted_2$
|
|
27426
|
+
_hoisted_2$2
|
|
27427
27427
|
]);
|
|
27428
27428
|
}), 128))
|
|
27429
27429
|
]);
|
|
@@ -27461,8 +27461,8 @@ const _sfc_main$1 = defineComponent({
|
|
|
27461
27461
|
}
|
|
27462
27462
|
});
|
|
27463
27463
|
const _hoisted_1$1 = ["placement", "target", "tooltipText", "trigger"];
|
|
27464
|
-
const _hoisted_2 = ["id"];
|
|
27465
|
-
const _hoisted_3 = { class: "text" };
|
|
27464
|
+
const _hoisted_2$1 = ["id"];
|
|
27465
|
+
const _hoisted_3$1 = { class: "text" };
|
|
27466
27466
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27467
27467
|
return openBlock(), createElementBlock("div", {
|
|
27468
27468
|
id: "main-contain",
|
|
@@ -27481,19 +27481,38 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27481
27481
|
ref: _ctx.target,
|
|
27482
27482
|
class: normalizeClass(`tooltiptext ${_ctx.show}`)
|
|
27483
27483
|
}, [
|
|
27484
|
-
createElementVNode("span", _hoisted_3, toDisplayString(_ctx.tooltipText), 1)
|
|
27485
|
-
], 10, _hoisted_2)
|
|
27484
|
+
createElementVNode("span", _hoisted_3$1, toDisplayString(_ctx.tooltipText), 1)
|
|
27485
|
+
], 10, _hoisted_2$1)
|
|
27486
27486
|
], 40, _hoisted_1$1);
|
|
27487
27487
|
}
|
|
27488
27488
|
var Tooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render]]);
|
|
27489
27489
|
var VerificationCode_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27490
27490
|
const _hoisted_1 = { class: "code" };
|
|
27491
|
+
const _hoisted_2 = ["autocomplete"];
|
|
27492
|
+
const _hoisted_3 = ["autocomplete"];
|
|
27493
|
+
const _hoisted_4 = ["autocomplete"];
|
|
27494
|
+
const _hoisted_5 = ["autocomplete"];
|
|
27495
|
+
const _hoisted_6 = ["autocomplete"];
|
|
27496
|
+
const _hoisted_7 = ["autocomplete"];
|
|
27491
27497
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
27492
27498
|
__name: "VerificationCode",
|
|
27493
27499
|
props: {
|
|
27494
27500
|
code: {
|
|
27495
27501
|
type: String,
|
|
27496
|
-
required:
|
|
27502
|
+
required: false,
|
|
27503
|
+
default: ""
|
|
27504
|
+
},
|
|
27505
|
+
focusOnFirstInput: {
|
|
27506
|
+
type: Boolean,
|
|
27507
|
+
default: true
|
|
27508
|
+
},
|
|
27509
|
+
focusOnFirstInputDelay: {
|
|
27510
|
+
type: Number,
|
|
27511
|
+
default: 100
|
|
27512
|
+
},
|
|
27513
|
+
autoComplete: {
|
|
27514
|
+
type: String,
|
|
27515
|
+
default: "off"
|
|
27497
27516
|
}
|
|
27498
27517
|
},
|
|
27499
27518
|
emits: ["submit"],
|
|
@@ -27602,17 +27621,27 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27602
27621
|
const code = `${(_a = txtInput1.value) == null ? void 0 : _a.value}${(_b = txtInput2.value) == null ? void 0 : _b.value}${(_c = txtInput3.value) == null ? void 0 : _c.value}${(_d = txtInput4.value) == null ? void 0 : _d.value}${(_e = txtInput5.value) == null ? void 0 : _e.value}${(_f = txtInput6.value) == null ? void 0 : _f.value}`;
|
|
27603
27622
|
emit("submit", code);
|
|
27604
27623
|
}
|
|
27624
|
+
function focusOnFirstInputWithDelay() {
|
|
27625
|
+
setTimeout(() => {
|
|
27626
|
+
var _a;
|
|
27627
|
+
if (props.focusOnFirstInput) {
|
|
27628
|
+
(_a = txtInput1.value) == null ? void 0 : _a.focus();
|
|
27629
|
+
}
|
|
27630
|
+
}, props.focusOnFirstInputDelay);
|
|
27631
|
+
}
|
|
27605
27632
|
onMounted(() => {
|
|
27606
27633
|
if (props.code) {
|
|
27607
27634
|
fillCell(props.code);
|
|
27608
27635
|
submit();
|
|
27609
27636
|
}
|
|
27637
|
+
focusOnFirstInputWithDelay();
|
|
27610
27638
|
});
|
|
27611
27639
|
return (_ctx, _cache) => {
|
|
27612
27640
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
27613
27641
|
createElementVNode("input", {
|
|
27614
27642
|
ref_key: "txtInput1",
|
|
27615
27643
|
ref: txtInput1,
|
|
27644
|
+
autocomplete: __props.autoComplete,
|
|
27616
27645
|
autofocus: "",
|
|
27617
27646
|
class: "form-input input-1",
|
|
27618
27647
|
"data-e2e": "input-1",
|
|
@@ -27627,10 +27656,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27627
27656
|
_cache[3] || (_cache[3] = withKeys(($event) => moveInputToRight(1), ["right"]))
|
|
27628
27657
|
],
|
|
27629
27658
|
onPaste
|
|
27630
|
-
}, null,
|
|
27659
|
+
}, null, 40, _hoisted_2),
|
|
27631
27660
|
createElementVNode("input", {
|
|
27632
27661
|
ref_key: "txtInput2",
|
|
27633
27662
|
ref: txtInput2,
|
|
27663
|
+
autocomplete: __props.autoComplete,
|
|
27634
27664
|
class: "form-input",
|
|
27635
27665
|
"data-e2e": "input-2",
|
|
27636
27666
|
inputmode: "numeric",
|
|
@@ -27644,10 +27674,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27644
27674
|
_cache[7] || (_cache[7] = withKeys(($event) => moveInputToRight(2), ["right"]))
|
|
27645
27675
|
],
|
|
27646
27676
|
onPaste
|
|
27647
|
-
}, null,
|
|
27677
|
+
}, null, 40, _hoisted_3),
|
|
27648
27678
|
createElementVNode("input", {
|
|
27649
27679
|
ref_key: "txtInput3",
|
|
27650
27680
|
ref: txtInput3,
|
|
27681
|
+
autocomplete: __props.autoComplete,
|
|
27651
27682
|
class: "form-input",
|
|
27652
27683
|
"data-e2e": "input-3",
|
|
27653
27684
|
inputmode: "numeric",
|
|
@@ -27661,10 +27692,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27661
27692
|
_cache[11] || (_cache[11] = withKeys(($event) => moveInputToRight(3), ["right"]))
|
|
27662
27693
|
],
|
|
27663
27694
|
onPaste
|
|
27664
|
-
}, null,
|
|
27695
|
+
}, null, 40, _hoisted_4),
|
|
27665
27696
|
createElementVNode("input", {
|
|
27666
27697
|
ref_key: "txtInput4",
|
|
27667
27698
|
ref: txtInput4,
|
|
27699
|
+
autocomplete: __props.autoComplete,
|
|
27668
27700
|
class: "form-input",
|
|
27669
27701
|
"data-e2e": "input-4",
|
|
27670
27702
|
inputmode: "numeric",
|
|
@@ -27678,10 +27710,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27678
27710
|
_cache[15] || (_cache[15] = withKeys(($event) => moveInputToRight(4), ["right"]))
|
|
27679
27711
|
],
|
|
27680
27712
|
onPaste
|
|
27681
|
-
}, null,
|
|
27713
|
+
}, null, 40, _hoisted_5),
|
|
27682
27714
|
createElementVNode("input", {
|
|
27683
27715
|
ref_key: "txtInput5",
|
|
27684
27716
|
ref: txtInput5,
|
|
27717
|
+
autocomplete: __props.autoComplete,
|
|
27685
27718
|
class: "form-input",
|
|
27686
27719
|
"data-e2e": "input-5",
|
|
27687
27720
|
inputmode: "numeric",
|
|
@@ -27695,10 +27728,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27695
27728
|
_cache[19] || (_cache[19] = withKeys(($event) => moveInputToRight(5), ["right"]))
|
|
27696
27729
|
],
|
|
27697
27730
|
onPaste
|
|
27698
|
-
}, null,
|
|
27731
|
+
}, null, 40, _hoisted_6),
|
|
27699
27732
|
createElementVNode("input", {
|
|
27700
27733
|
ref_key: "txtInput6",
|
|
27701
27734
|
ref: txtInput6,
|
|
27735
|
+
autocomplete: __props.autoComplete,
|
|
27702
27736
|
class: "form-input",
|
|
27703
27737
|
"data-e2e": "input-6",
|
|
27704
27738
|
inputmode: "numeric",
|
|
@@ -27712,10 +27746,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27712
27746
|
_cache[23] || (_cache[23] = withKeys(($event) => moveInputToRight(6), ["right"]))
|
|
27713
27747
|
],
|
|
27714
27748
|
onPaste
|
|
27715
|
-
}, null,
|
|
27749
|
+
}, null, 40, _hoisted_7)
|
|
27716
27750
|
]);
|
|
27717
27751
|
};
|
|
27718
27752
|
}
|
|
27719
27753
|
});
|
|
27720
|
-
var VerificationCode = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
27754
|
+
var VerificationCode = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2ace876a"]]);
|
|
27721
27755
|
export { _sfc_main$h as DhAdvancedDatePicker, DhAdvancedFilter, _sfc_main$g as DhDatePicker, DropdownMenu as DhDropdownMenu, _sfc_main$d as DhError, ExpansionPanel as DhExpansionPanel, _sfc_main$b as DhFileUpload, DhIcon, _sfc_main$a as DhInputDropdown, _sfc_main$9 as DhInputList, Modal as DhModal, Notification as DhNotification, DhNumberRange, PasswordField as DhPasswordField, DhRadioBox, _sfc_main$4 as DhRadioBoxGroup, SearchInput as DhSearchInput, Stepper as DhStepper, DhSwitch, Tooltip as DhTooltip, VerificationCode as DhVerificationCode };
|