@bagelink/vue 1.6.34 → 1.6.36

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/index.mjs CHANGED
@@ -7041,6 +7041,7 @@ var BagelForm_default = /* @__PURE__ */ defineComponent({
7041
7041
  flat: "",
7042
7042
  icon: "delete",
7043
7043
  size: "xs",
7044
+ class: "mb-075",
7044
7045
  onClick: (e) => Hk(j)
7045
7046
  }, null, 8, ["onClick"])), [[M, "Delete"]]) : createCommentVNode("", !0)]))), 128)),
7046
7047
  e.allowAdd ? (openBlock(), createBlock(unref(Btn_default), {
@@ -26121,7 +26122,7 @@ const files = {
26121
26122
  delete: async (e) => axios_default.delete(`/${getFileVersion()}/`, { params: { path_key: e } }),
26122
26123
  upload: async (e, t) => {
26123
26124
  let j = new FormData();
26124
- return j.append("upload", e), axios_default.post(`/${getFileVersion()}/upload`, j, {
26125
+ return j.append("file", e), j.append("upload", e), axios_default.post(`/${getFileVersion()}/upload`, j, {
26125
26126
  headers: { "Content-Type": "multipart/form-data" },
26126
26127
  onUploadProgress: t?.onUploadProgress,
26127
26128
  params: {
@@ -28098,9 +28099,9 @@ var _hoisted_1$25 = { key: 0 }, Tabs_default = /* @__PURE__ */ defineComponent({
28098
28099
  ]),
28099
28100
  createElementVNode("div", _hoisted_2$16, [renderSlot(e.$slots, "header-center", {}, void 0, !0)]),
28100
28101
  createElementVNode("div", _hoisted_3$11, [renderSlot(e.$slots, "header-right", {}, void 0, !0)])
28101
- ], 2), createElementVNode("main", { class: normalizeClass(["pageContent flex-grow overflow pt-1 pb-05 w-100p m_p-05 m_scrollbar-gutter-stable-both m_vw100", { "px-1": !M.value }]) }, [renderSlot(e.$slots, "content", {}, () => [renderSlot(e.$slots, "default", {}, void 0, !0)], !0)], 2)], 2));
28102
+ ], 2), createElementVNode("main", { class: normalizeClass(["pageContent flex-grow overflow pt-1 pb-05 w-100p m_p-05 m_scrollbar-gutter-auto m_vw100", { "px-1": !M.value }]) }, [renderSlot(e.$slots, "content", {}, () => [renderSlot(e.$slots, "default", {}, void 0, !0)], !0)], 2)], 2));
28102
28103
  }
28103
- }), [["__scopeId", "data-v-830ecc1c"]]), _hoisted_1$22 = { class: "app-layout vh-100 relative" }, _hoisted_2$15 = { class: "page-content overflow w-100p h-100p" }, AppLayout_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
28104
+ }), [["__scopeId", "data-v-94b314b0"]]), _hoisted_1$22 = { class: "app-layout vh-100 relative" }, _hoisted_2$15 = { class: "page-content overflow w-100p h-100p" }, AppLayout_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
28104
28105
  __name: "AppLayout",
28105
28106
  props: {
28106
28107
  sidebarWidth: { default: "260px" },
@@ -28537,7 +28538,7 @@ var _hoisted_1$18 = ["width", "height"], _hoisted_2$11 = [
28537
28538
  dir: "ltr"
28538
28539
  }, null, 12, _hoisted_1$17));
28539
28540
  }
28540
- }), _hoisted_1$16 = { class: "flex space-between m_w-100vw overflow m_-ms-05 m_px-05" }, _hoisted_2$10 = { class: "flex gap-025 m_gap-05" }, _hoisted_3$6 = { class: "-ms-025" }, _hoisted_4$5 = { class: "-ms-025" }, _hoisted_5$5 = { class: "-ms-025" }, Menu_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
28541
+ }), _hoisted_1$16 = { class: "flex space-between m_w-100vw overflow m_-ms-1 m_px-05 m_py-025 bglTopMenu" }, _hoisted_2$10 = { class: "flex gap-025 m_gap-05" }, _hoisted_3$6 = { class: "-ms-025" }, _hoisted_4$5 = { class: "-ms-025" }, _hoisted_5$5 = { class: "-ms-025" }, Menu_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
28541
28542
  __name: "Menu",
28542
28543
  props: { items: {} },
28543
28544
  setup(e) {
@@ -28596,7 +28597,7 @@ var _hoisted_1$18 = ["width", "height"], _hoisted_2$11 = [
28596
28597
  _: 2
28597
28598
  }, 1032, ["to"]))], 64))), 128))]), renderSlot(e.$slots, "end", {}, void 0, !0)]));
28598
28599
  }
28599
- }), [["__scopeId", "data-v-e6d940d6"]]), _hoisted_1$15 = {
28600
+ }), [["__scopeId", "data-v-8930b290"]]), _hoisted_1$15 = {
28600
28601
  key: 0,
28601
28602
  class: "tool-bar w-100p flex space-between sticky z-3 py-1"
28602
28603
  }, Modal_default = /* @__PURE__ */ defineComponent({