@feedmepos/mf-remy-panel 0.2.5 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as m, ref as j, computed as Z, onMounted as p, onUnmounted as C, openBlock as S, createElementBlock as o, createStaticVNode as c, createElementVNode as E, Fragment as h, renderList as V, toDisplayString as l, createCommentVNode as G } from "vue";
2
- import { u as e, a as F, _ as b } from "./app-3c33de4d.js";
2
+ import { u as e, a as F, _ as b } from "./app-4896b51c.js";
3
3
  import "@feedmepos/mf-common";
4
4
  import "pinia";
5
5
  import "vue-router";
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as n, createElementVNode as o, defineComponent as a, computed as c, normalizeClass as p, createBlock as i, unref as l, createCommentVNode as h } from "vue";
2
- import { u as k } from "./app-3c33de4d.js";
2
+ import { u as k } from "./app-4896b51c.js";
3
3
  import "@feedmepos/mf-common";
4
4
  import "pinia";
5
5
  import "vue-router";
@@ -2279,11 +2279,11 @@ There are no purchase order items to display for this period.`
2279
2279
  `, b += `Found **${p.skus.length}** item${p.skus.length === 1 ? "" : "s"} to order:
2280
2280
 
2281
2281
  `, b += `| # | SKU ID | Quantity |
2282
- `, b += `|:---:|:-------|--------:|
2282
+ `, b += `|:---:|:-------|----------:|
2283
2283
  `, p.skus.forEach((g, R) => {
2284
2284
  b += `| ${R + 1} | \`${g.id}\` | ${d(g.amount)} |
2285
2285
  `;
2286
- }), b += `| | | |
2286
+ }), b += `|---|--------|----------:|
2287
2287
  `, b += `| | **TOTAL** | **${d(m)}** |
2288
2288
  `, t.markdown(b), e.onResult) {
2289
2289
  const g = p.skus.length, R = g === 1 ? "sku" : "skus";
@@ -9179,7 +9179,7 @@ const xh = /* @__PURE__ */ Je(fh, [["__scopeId", "data-v-e873f581"]]), dh = [
9179
9179
  {
9180
9180
  path: "/",
9181
9181
  name: "home",
9182
- component: () => import("./HomeView-6cd8ce79.js")
9182
+ component: () => import("./HomeView-ccf7d308.js")
9183
9183
  }
9184
9184
  ], _h = js({
9185
9185
  history: Hs(),
@@ -9190,7 +9190,7 @@ const xh = /* @__PURE__ */ Je(fh, [["__scopeId", "data-v-e873f581"]]), dh = [
9190
9190
  }, Eh = po(
9191
9191
  () => Promise.resolve().then(() => ah)
9192
9192
  ), kh = po(
9193
- () => import("./RemyButton-139ed6fa.js")
9193
+ () => import("./RemyButton-09e7a0ca.js")
9194
9194
  );
9195
9195
  function wh(e) {
9196
9196
  var o;
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { A as r, b as o, R as p, i as R, c as n, r as u, u as y } from "./app-3c33de4d.js";
2
+ import { A as r, b as o, R as p, i as R, c as n, r as u, u as y } from "./app-4896b51c.js";
3
3
  import "@feedmepos/mf-common";
4
4
  import "pinia";
5
5
  import "vue-router";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-remy-panel",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "files": [
5
5
  "dist"
6
6
  ],