@feedmepos/mf-financing 0.0.3 → 0.0.4

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.
@@ -0,0 +1,14 @@
1
+ import { openBlock as r, createElementBlock as s } from "vue";
2
+ const a = (t, e) => {
3
+ const c = t.__vccOpts || t;
4
+ for (const [n, o] of e)
5
+ c[n] = o;
6
+ return c;
7
+ }, _ = {};
8
+ function l(t, e) {
9
+ return r(), s("p", null, "just a testing what");
10
+ }
11
+ const f = /* @__PURE__ */ a(_, [["render", l]]);
12
+ export {
13
+ f as default
14
+ };
package/dist/app.d.ts CHANGED
@@ -3,10 +3,20 @@ import { routes } from "./router";
3
3
  export type AppMessagesSchema = typeof enUS;
4
4
  export declare const i18nMessages: {
5
5
  "en-US": {
6
- financing: {};
6
+ financing: {
7
+ title: string;
8
+ routes: {
9
+ application: string;
10
+ };
11
+ };
7
12
  };
8
13
  "zh-CN": {
9
- financing: {};
14
+ financing: {
15
+ title: string;
16
+ routes: {
17
+ application: string;
18
+ };
19
+ };
10
20
  };
11
21
  };
12
22
  export { routes };
package/dist/app.js CHANGED
@@ -2,20 +2,28 @@ import { createRouter as ht, createWebHistory as dt, useRoute as ut } from "vue-
2
2
  import { computed as ft, defineComponent as pt, onMounted as mt, resolveComponent as gt, openBlock as _t, createBlock as bt, unref as vt } from "vue";
3
3
  import { defineStore as It } from "pinia";
4
4
  import { useCoreStore as yt } from "@feedmepos/mf-common";
5
- const Et = {}, wt = {
5
+ const Et = {
6
+ title: "Financing",
7
+ routes: {
8
+ application: "Application"
9
+ }
10
+ }, wt = {
6
11
  financing: Et
7
- }, St = {}, At = {
12
+ }, St = {
13
+ title: "融资",
14
+ routes: {
15
+ application: "申请"
16
+ }
17
+ }, At = {
8
18
  financing: St
9
19
  }, Tt = [
10
20
  {
11
21
  path: "/",
12
- name: "mf-financing",
13
- component: () => import("./Financing-6bpYBvrC.js")
14
- },
15
- {
16
- path: "/forbidden",
17
- name: "mf-financing-forbidden",
18
- component: () => import("./Forbidden-Dqw0MqyC.js")
22
+ name: "mf-financing-application",
23
+ component: () => import("./Application-lADRz5Yu.js"),
24
+ meta: {
25
+ sidebarDisplay: "i18n:financing.routes.application"
26
+ }
19
27
  }
20
28
  ];
21
29
  ht({
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-financing",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"