@deskhero/dh_ui 1.28.2 → 1.28.3

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
@@ -70,7 +70,7 @@ const _sfc_main$h = defineComponent({
70
70
  });
71
71
  const _hoisted_1$g = { class: "dh-advanced-filter-container" };
72
72
  const _hoisted_2$c = { class: "advance_section" };
73
- const _hoisted_3$8 = {
73
+ const _hoisted_3$9 = {
74
74
  key: 0,
75
75
  class: "list-none"
76
76
  };
@@ -91,7 +91,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
91
91
  size: 20
92
92
  }, null, 8, ["icon-name"])
93
93
  ]),
94
- _ctx.activeFilter ? (openBlock(), createElementBlock("ul", _hoisted_3$8, [
94
+ _ctx.activeFilter ? (openBlock(), createElementBlock("ul", _hoisted_3$9, [
95
95
  createElementVNode("li", null, [
96
96
  createElementVNode("label", null, [
97
97
  createElementVNode("input", {
@@ -10949,7 +10949,7 @@ const _hoisted_2$b = /* @__PURE__ */ createElementVNode("label", { for: "upload_
10949
10949
  /* @__PURE__ */ createTextVNode(" Drag and drop file or "),
10950
10950
  /* @__PURE__ */ createElementVNode("span", { id: "upload" }, "browse")
10951
10951
  ], -1);
10952
- const _hoisted_3$7 = {
10952
+ const _hoisted_3$8 = {
10953
10953
  key: 0,
10954
10954
  class: "file__upload_items"
10955
10955
  };
@@ -11055,7 +11055,7 @@ const _sfc_main$d = {
11055
11055
  onInput: _cache[0] || (_cache[0] = ($event) => uploadFile($event))
11056
11056
  }, null, 544)
11057
11057
  ], 32),
11058
- fileSelected.value ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
11058
+ fileSelected.value ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
11059
11059
  (openBlock(true), createElementBlock(Fragment, null, renderList(files.value, (file, id) => {
11060
11060
  return openBlock(), createElementBlock("div", {
11061
11061
  key: id,
@@ -11153,14 +11153,18 @@ const _sfc_main$c = defineComponent({
11153
11153
  }
11154
11154
  });
11155
11155
  const _hoisted_1$b = {
11156
+ key: 1,
11157
+ id: "modal-sidebar",
11158
+ class: "modal-sidebar"
11159
+ };
11160
+ const _hoisted_2$a = {
11156
11161
  key: 0,
11157
11162
  id: "modalTitle",
11158
11163
  class: "modal-header"
11159
11164
  };
11160
- const _hoisted_2$a = { class: "modal-footer" };
11165
+ const _hoisted_3$7 = { class: "modal-footer" };
11161
11166
  function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
11162
11167
  const _component_dh_icon = resolveComponent("dh-icon");
11163
- const _component_sidebar = resolveComponent("sidebar");
11164
11168
  return openBlock(), createBlock(Transition, { name: "modal-fade" }, {
11165
11169
  default: withCtx(() => [
11166
11170
  createElementVNode("div", {
@@ -11188,21 +11192,14 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
11188
11192
  size: 24
11189
11193
  })
11190
11194
  ])) : createCommentVNode("", true),
11191
- _ctx.hasSideBar ? (openBlock(), createBlock(_component_sidebar, {
11192
- key: 1,
11193
- id: "modal-sidebar",
11194
- class: "modal-sidebar"
11195
- }, {
11196
- default: withCtx(() => [
11197
- renderSlot(_ctx.$slots, "sidebar"),
11198
- _ctx.hasSideBarButtonBottom ? renderSlot(_ctx.$slots, "sidebar-button-bottom", { key: 0 }) : createCommentVNode("", true)
11199
- ]),
11200
- _: 3
11201
- })) : createCommentVNode("", true),
11195
+ _ctx.hasSideBar ? (openBlock(), createElementBlock("aside", _hoisted_1$b, [
11196
+ renderSlot(_ctx.$slots, "sidebar"),
11197
+ _ctx.hasSideBarButtonBottom ? renderSlot(_ctx.$slots, "sidebar-button-bottom", { key: 0 }) : createCommentVNode("", true)
11198
+ ])) : createCommentVNode("", true),
11202
11199
  createElementVNode("section", {
11203
11200
  class: normalizeClass(`right-section ${_ctx.hasSideBar ? "" : "full"}`)
11204
11201
  }, [
11205
- _ctx.hasHeader ? (openBlock(), createElementBlock("header", _hoisted_1$b, [
11202
+ _ctx.hasHeader ? (openBlock(), createElementBlock("header", _hoisted_2$a, [
11206
11203
  renderSlot(_ctx.$slots, "header")
11207
11204
  ])) : createCommentVNode("", true),
11208
11205
  createElementVNode("section", {
@@ -11211,7 +11208,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
11211
11208
  }, [
11212
11209
  renderSlot(_ctx.$slots, "body")
11213
11210
  ], 2),
11214
- createElementVNode("footer", _hoisted_2$a, [
11211
+ createElementVNode("footer", _hoisted_3$7, [
11215
11212
  _ctx.hasFooter ? renderSlot(_ctx.$slots, "footer", { key: 0 }) : createCommentVNode("", true),
11216
11213
  _ctx.hasFooterButtonRight ? renderSlot(_ctx.$slots, "footer-button-right", { key: 1 }) : createCommentVNode("", true)
11217
11214
  ])