@feedmepos/mf-financing 0.0.32-dev → 0.0.34-dev

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/app.d.ts CHANGED
@@ -11,6 +11,10 @@ export declare const i18nMessages: {
11
11
  components: {
12
12
  select: string;
13
13
  };
14
+ empty: {
15
+ title: string;
16
+ description: string;
17
+ };
14
18
  stepper: {
15
19
  title: string;
16
20
  description: string;
@@ -154,6 +158,10 @@ export declare const i18nMessages: {
154
158
  components: {
155
159
  select: string;
156
160
  };
161
+ empty: {
162
+ title: string;
163
+ description: string;
164
+ };
157
165
  stepper: {
158
166
  title: string;
159
167
  description: string;
package/dist/app.js CHANGED
@@ -10,6 +10,10 @@ const Ln = {
10
10
  components: {
11
11
  select: "Select"
12
12
  },
13
+ empty: {
14
+ title: "No restaurants found",
15
+ description: "Create a restaurant to continue with financing."
16
+ },
13
17
  stepper: {
14
18
  title: "POS Financing Pre-requisites",
15
19
  description: "Complete the steps below to get your POS financing ready.",
@@ -152,6 +156,10 @@ const Ln = {
152
156
  components: {
153
157
  select: "选择"
154
158
  },
159
+ empty: {
160
+ title: "未找到餐厅",
161
+ description: "请先创建餐厅以继续融资。"
162
+ },
155
163
  stepper: {
156
164
  title: "POS融资先决条件",
157
165
  description: "完成以下步骤以准备好您的POS融资。",
@@ -294,7 +302,7 @@ const Ln = {
294
302
  {
295
303
  path: "/application",
296
304
  name: "mf-financing-application",
297
- component: () => import("./Application-BVgJDkn5.js"),
305
+ component: () => import("./Application-DFSP-z8o.js"),
298
306
  meta: {
299
307
  sidebarDisplay: "i18n:financing.routes.application"
300
308
  }
@@ -302,7 +310,7 @@ const Ln = {
302
310
  {
303
311
  path: "/application/submission",
304
312
  name: "mf-financing-application-submission",
305
- component: () => import("./Submission-0OnesfMw.js")
313
+ component: () => import("./Submission-BCn__i1G.js")
306
314
  }
307
315
  ];
308
316
  In({
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-financing",
3
- "version": "0.0.32-dev",
3
+ "version": "0.0.34-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"