@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 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.name),
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.name
24726
- }, toDisplayString(getName(file.name)) + toDisplayString(getExtension(file.name)), 9, _hoisted_5$4),
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
  ])