@feedmepos/mf-mdm 1.9.1-beta.310 → 1.9.1-beta.312
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-65dda33a.js → App-011a5e26.js} +2 -2
- package/dist/{DeviceList-146b7e4b.js → DeviceList-685b2f7b.js} +2033 -2031
- package/dist/{app-78243981.js → app-caf42814.js} +2 -2
- package/dist/app.js +1 -1
- package/dist/{index-1530d8a3.js → index-d518302c.js} +1 -1
- package/dist/utils/types.d.ts +0 -2
- package/package.json +1 -1
|
@@ -3444,7 +3444,7 @@ function ss(e) {
|
|
|
3444
3444
|
}
|
|
3445
3445
|
};
|
|
3446
3446
|
}
|
|
3447
|
-
const As = ss(pe(() => import("./DeviceList-
|
|
3447
|
+
const As = ss(pe(() => import("./DeviceList-685b2f7b.js"))), is = [
|
|
3448
3448
|
{
|
|
3449
3449
|
path: "/",
|
|
3450
3450
|
name: "$devices",
|
|
@@ -3465,7 +3465,7 @@ const As = ss(pe(() => import("./DeviceList-146b7e4b.js"))), is = [
|
|
|
3465
3465
|
"zh-CN": vt,
|
|
3466
3466
|
"th-TH": pt,
|
|
3467
3467
|
"zh-Hant": Ct
|
|
3468
|
-
}, ls = pe(() => import("./App-
|
|
3468
|
+
}, ls = pe(() => import("./App-011a5e26.js"));
|
|
3469
3469
|
export {
|
|
3470
3470
|
Fr as A,
|
|
3471
3471
|
ls as F,
|
package/dist/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Ku = Object.defineProperty;
|
|
2
2
|
var qu = (e, n, t) => n in e ? Ku(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
|
3
3
|
var Xr = (e, n, t) => (qu(e, typeof n != "symbol" ? n + "" : n, t), t);
|
|
4
|
-
import { c as ee } from "./app-
|
|
4
|
+
import { c as ee } from "./app-caf42814.js";
|
|
5
5
|
import { baseClientInstance as $i, useCoreStore as Ji } from "@feedmepos/mf-common";
|
|
6
6
|
import { defineStore as Wu } from "pinia";
|
|
7
7
|
import { ref as Xi, readonly as Ta } from "vue";
|
package/dist/utils/types.d.ts
CHANGED
|
@@ -73,6 +73,4 @@ export interface CheckboxOptions {
|
|
|
73
73
|
export declare enum FeatureFlagKey {
|
|
74
74
|
licensePosCreateSubPos = "license_pos_create_subpos"
|
|
75
75
|
}
|
|
76
|
-
export declare const POS_DASHBOARD_ID = "ee5tjb68adwjkb/pos-dashboard-quickwit";
|
|
77
|
-
export declare const KDS_DASHBOARD_ID = "b61ac933-5533-4e2f-b0b5-d600a51e5a3f/kds-dashboard";
|
|
78
76
|
export {};
|