@deskhero/dh_ui 1.31.0 → 1.31.2
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 +18 -5
- package/dist/dh_ui.umd.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -65,7 +65,7 @@ const _sfc_main$j = defineComponent({
|
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
67
|
const _hoisted_1$i = { class: "dh-advanced-filter-container" };
|
|
68
|
-
const _hoisted_2$
|
|
68
|
+
const _hoisted_2$f = { class: "advance_section" };
|
|
69
69
|
const _hoisted_3$a = {
|
|
70
70
|
key: 0,
|
|
71
71
|
class: "list-none"
|
|
@@ -76,7 +76,7 @@ const _hoisted_6$4 = ["checked"];
|
|
|
76
76
|
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
77
77
|
const _component_dh_icon = resolveComponent("dh-icon");
|
|
78
78
|
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
79
|
-
createElementVNode("div", _hoisted_2$
|
|
79
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
80
80
|
createElementVNode("span", {
|
|
81
81
|
class: "toggle-icon",
|
|
82
82
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.toggleFilter())
|
|
@@ -10862,6 +10862,7 @@ var DhIcon = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$7]
|
|
|
10862
10862
|
var main = "";
|
|
10863
10863
|
var DatePicker_vue_vue_type_style_index_0_lang = "";
|
|
10864
10864
|
const _hoisted_1$g = /* @__PURE__ */ createTextVNode(" Back ");
|
|
10865
|
+
const _hoisted_2$e = /* @__PURE__ */ createElementVNode("div", null, "today", -1);
|
|
10865
10866
|
const _sfc_main$h = {
|
|
10866
10867
|
__name: "DatePicker",
|
|
10867
10868
|
props: {
|
|
@@ -10878,6 +10879,13 @@ const _sfc_main$h = {
|
|
|
10878
10879
|
date.value = modelData;
|
|
10879
10880
|
emit("update", date.value);
|
|
10880
10881
|
};
|
|
10882
|
+
const markers = ref([
|
|
10883
|
+
{
|
|
10884
|
+
date: addDays(new Date(), 0),
|
|
10885
|
+
type: "dot",
|
|
10886
|
+
tooltip: [{ text: "Dot with tooltip", color: "blue" }]
|
|
10887
|
+
}
|
|
10888
|
+
]);
|
|
10881
10889
|
return (_ctx, _cache) => {
|
|
10882
10890
|
return openBlock(), createElementBlock("div", null, [
|
|
10883
10891
|
createVNode(unref(ca), {
|
|
@@ -10892,6 +10900,8 @@ const _sfc_main$h = {
|
|
|
10892
10900
|
"day-names": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
10893
10901
|
"enable-time-picker": false,
|
|
10894
10902
|
inline: __props.inline,
|
|
10903
|
+
markers: markers.value,
|
|
10904
|
+
"month-name-format": "short",
|
|
10895
10905
|
offset: 12,
|
|
10896
10906
|
placeholder: "MM/DD/YYYY",
|
|
10897
10907
|
"select-text": "Apply",
|
|
@@ -10915,8 +10925,11 @@ const _sfc_main$h = {
|
|
|
10915
10925
|
]),
|
|
10916
10926
|
"clear-icon": withCtx(() => []),
|
|
10917
10927
|
"action-preview": withCtx(() => []),
|
|
10928
|
+
"marker-tooltip": withCtx(() => [
|
|
10929
|
+
_hoisted_2$e
|
|
10930
|
+
]),
|
|
10918
10931
|
_: 1
|
|
10919
|
-
}, 8, ["modelValue", "inline"])
|
|
10932
|
+
}, 8, ["modelValue", "inline", "markers"])
|
|
10920
10933
|
]);
|
|
10921
10934
|
};
|
|
10922
10935
|
}
|
|
@@ -25020,10 +25033,10 @@ const _sfc_main = {
|
|
|
25020
25033
|
return (_ctx, _cache) => {
|
|
25021
25034
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
25022
25035
|
createElementVNode("input", {
|
|
25023
|
-
class: "input__dropdown_text",
|
|
25024
|
-
type: "text",
|
|
25025
25036
|
ref_key: "name",
|
|
25026
25037
|
ref: name,
|
|
25038
|
+
class: "input__dropdown_text",
|
|
25039
|
+
type: "text",
|
|
25027
25040
|
onInput: update
|
|
25028
25041
|
}, null, 544),
|
|
25029
25042
|
createElementVNode("div", _hoisted_2, [
|