@deskhero/dh_ui 2.6.5 → 2.6.6
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 +2 -2
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/AdvancedFilter.vue.d.ts +0 -55
- package/dist/main.d.ts +0 -1
- package/dist/tools/editorCode.d.ts +0 -21
package/dist/dh_ui.es.js
CHANGED
|
@@ -18381,14 +18381,14 @@ function fb(i, n, e, r, t, o) {
|
|
|
18381
18381
|
i.iconUrl ? J("", !0) : (W(), me(a, mt({
|
|
18382
18382
|
key: 1,
|
|
18383
18383
|
class: "icon-with-text-icon icon-3"
|
|
18384
|
-
}, { iconName: i.iconName, size: i.size }), null, 16)),
|
|
18384
|
+
}, { iconName: i.iconName, size: i.size, title: i.title }), null, 16)),
|
|
18385
18385
|
i.hideText ? J("", !0) : (W(), F("span", {
|
|
18386
18386
|
key: 2,
|
|
18387
18387
|
class: ue(["", `icon-with-text-label ${i.labelKlass} ${i.textEllipsis ? "text-ellipsis" : ""}`])
|
|
18388
18388
|
}, ye(i.text), 3))
|
|
18389
18389
|
], 2);
|
|
18390
18390
|
}
|
|
18391
|
-
const yb = /* @__PURE__ */ Tt(gb, [["render", fb], ["__scopeId", "data-v-
|
|
18391
|
+
const yb = /* @__PURE__ */ Tt(gb, [["render", fb], ["__scopeId", "data-v-857fab4c"]]);
|
|
18392
18392
|
const Nb = { class: "input__dropdown" }, jb = ["placeholder", "value"], hb = { class: "input__dropdown_second" }, Ib = ["tabindex"], pb = ["onClick"], Db = ["onClick"], xb = {
|
|
18393
18393
|
key: 2,
|
|
18394
18394
|
class: "button__clear"
|