@deskhero/dh_ui 1.59.4 → 1.59.5
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 +3 -3
- package/dist/dh_ui.umd.js +56 -56
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -24715,15 +24715,15 @@ const _sfc_main$e = {
|
|
|
24715
24715
|
class: normalizeClass(["file__upload_list", __props.inline ? "" : "file__upload_list_box"])
|
|
24716
24716
|
}, [
|
|
24717
24717
|
createVNode(DhIcon, {
|
|
24718
|
-
"icon-name": `file-` + iconName(file.
|
|
24718
|
+
"icon-name": `file-` + iconName(file.label),
|
|
24719
24719
|
size: 40
|
|
24720
24720
|
}, null, 8, ["icon-name"]),
|
|
24721
24721
|
createElementVNode("div", _hoisted_3$a, [
|
|
24722
24722
|
createElementVNode("div", _hoisted_4$8, [
|
|
24723
24723
|
createElementVNode("div", null, [
|
|
24724
24724
|
createElementVNode("span", {
|
|
24725
|
-
title: file.
|
|
24726
|
-
}, toDisplayString(getName(file.
|
|
24725
|
+
title: file.label
|
|
24726
|
+
}, toDisplayString(getName(file.label)) + toDisplayString(getExtension(file.label)), 9, _hoisted_5$4),
|
|
24727
24727
|
_hoisted_6$4,
|
|
24728
24728
|
createElementVNode("span", null, toDisplayString(formatKilobytes(file.size_kb)), 1)
|
|
24729
24729
|
])
|