@feedmepos/mf-miniprogram-v2 0.2.1-dev.8 → 0.2.2-dev.0

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,7 +1,7 @@
1
1
  import { defineComponent as w, openBlock as e, createElementBlock as n, createElementVNode as o, toDisplayString as i, createCommentVNode as k, ref as M, computed as y, onMounted as I, resolveComponent as h, createVNode as m, unref as u, Fragment as v, renderList as b, normalizeClass as A, createBlock as p, withCtx as z } from "vue";
2
- import { _ as D } from "./AppTabs.vue_vue_type_script_setup_true_lang-C-UOi7TE.js";
2
+ import { _ as D } from "./AppTabs.vue_vue_type_script_setup_true_lang-BKOXPYIU.js";
3
3
  import { _ as F } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import { u as G, c as R, f as q, _ as f, t as K } from "./useModuleCatalog-CYsxGYLA.js";
4
+ import { u as G, c as R, f as q, _ as f, t as K } from "./useModuleCatalog-CTgQG6Dx.js";
5
5
  const O = { class: "card" }, P = { class: "card__head" }, U = { class: "card__name fm-typo-en-body-md-600 text-fm-color-typo-primary" }, j = { class: "card__version fm-typo-en-body-sm-400 text-fm-color-typo-tertiary" }, H = { class: "card__description fm-typo-en-body-sm-400 text-fm-color-typo-secondary" }, J = { class: "card__tags" }, Q = { class: "card__tag card__tag--tier fm-typo-en-body-sm-600" }, W = {
6
6
  key: 0,
7
7
  class: "card__tag card__tag--slot fm-typo-en-body-sm-400"
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as C, ref as M, computed as u, watch as T, resolveComponent as k, openBlock as n, createElementBlock as l, createElementVNode as e, toDisplayString as i, createCommentVNode as _, Fragment as I, renderList as S, createVNode as f, onMounted as B, withCtx as L, unref as d, createBlock as v } from "vue";
2
2
  import { useRoute as N, useRouter as P } from "vue-router";
3
- import { m as A, i as F, u as V, _ as g } from "./useModuleCatalog-CYsxGYLA.js";
4
- import { _ as R } from "./AppTabs.vue_vue_type_script_setup_true_lang-C-UOi7TE.js";
3
+ import { m as A, i as F, u as V, _ as g } from "./useModuleCatalog-CTgQG6Dx.js";
4
+ import { _ as R } from "./AppTabs.vue_vue_type_script_setup_true_lang-BKOXPYIU.js";
5
5
  import { useDialog as j } from "@feedmepos/ui-library";
6
6
  import { _ as E } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  const z = { class: "detail" }, q = { class: "detail__head" }, K = { class: "detail__name fm-typo-en-title-sm-600 text-fm-color-typo-primary" }, O = { class: "detail__version fm-typo-en-body-md-400 text-fm-color-typo-tertiary" }, Y = {
package/dist/app.js CHANGED
@@ -3,27 +3,27 @@ const n = [
3
3
  {
4
4
  path: "/",
5
5
  name: "miniprogram-v2-control",
6
- component: () => import("./ControlPlaneView-CUD6naF1.js")
6
+ component: () => import("./ControlPlaneView-krmwG-w_.js")
7
7
  },
8
8
  {
9
9
  // The shared component library, not this merchant's workspace — which is
10
10
  // why it sits beside the control view rather than inside it.
11
11
  path: "/modules",
12
12
  name: "miniprogram-v2-module-center",
13
- component: () => import("./ModuleCenterView-CYZJ97HU.js")
13
+ component: () => import("./ModuleCenterView-54GneqaO.js")
14
14
  },
15
15
  {
16
16
  // Keyed by the module's directory name, which is what the catalog, the
17
17
  // delivered library directory and the block-swap skill all already use.
18
18
  path: "/modules/:name",
19
19
  name: "miniprogram-v2-module-detail",
20
- component: () => import("./ModuleDetailView-CZ_2C-zj.js")
20
+ component: () => import("./ModuleDetailView-D5P-_5Ms.js")
21
21
  },
22
22
  {
23
23
  path: "/:pathMatch(.*)*",
24
24
  redirect: { name: "miniprogram-v2-control" }
25
25
  }
26
- ], t = {}, e = o(() => import("./App-CaNGbhK8.js")), r = o(() => import("./ControlPlaneView-CUD6naF1.js"));
26
+ ], t = {}, e = o(() => import("./App-CaNGbhK8.js")), r = o(() => import("./ControlPlaneView-krmwG-w_.js"));
27
27
  export {
28
28
  e as FmApp,
29
29
  r as MiniprogramWorkspace,
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-miniprogram-v2",
3
- "version": "0.2.1-dev.8",
3
+ "version": "0.2.2-dev.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",