@feedmepos/mf-report 5.7.5 → 5.7.6-beta.100
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-4BiuStNn.js → App-Bnn85aUl.js} +42 -42
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-Bi_BES93.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-Ceg0ycS-.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-MQ0PDHS-.js → Default.vue_vue_type_script_setup_true_lang-DqGySZDx.js} +2 -2
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-6IWcvkp4.js +1403 -0
- package/dist/{InsightView-gH-_Xg-T.js → InsightView-CN1oA5FJ.js} +6 -6
- package/dist/{Integration-D61lmDoO.js → Integration-DozOUHN0.js} +3 -3
- package/dist/{Integrations-BiJVCGrp.js → Integrations-CtHf849u.js} +3 -3
- package/dist/{Layout-D7KVahWl.js → Layout-q8Zyucbb.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-3aQidzm3.js → MenuTab.vue_vue_type_script_setup_true_lang-Dh8lEkh4.js} +3 -3
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-CcHkFVHo.js → NavigationTab.vue_vue_type_script_setup_true_lang-YTHLCWW3.js} +7172 -7139
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-CdFXBqlX.js → NoData.vue_vue_type_script_setup_true_lang-Gjyew5eM.js} +1 -1
- package/dist/{OverviewView-CNGSA27Y.js → OverviewView-GP2cL3eW.js} +5 -5
- package/dist/{Report-Hq2yj8Ox.js → Report-DX2Y-Sh4.js} +4 -4
- package/dist/{ReportEditor-DPWD6PV0.js → ReportEditor-CZLcltNc.js} +5 -5
- package/dist/{ReportView-zs3iDfhW.js → ReportView-DinLEnpS.js} +7 -7
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-N2Lg1Vpt.js → SelectComponent.vue_vue_type_script_setup_true_lang-BRdIROVa.js} +1 -1
- package/dist/{Setting-Ddg3XPiq.js → Setting-CgKpTsoW.js} +4 -4
- package/dist/{TileEditor-BLsGvreq.js → TileEditor-BwAelGlT.js} +8 -8
- package/dist/{TransitionFade-C7yNEw8X.js → TransitionFade-DZJp9xij.js} +4 -4
- package/dist/app.js +11 -11
- package/dist/{global-loader-CbmVhJAK.js → global-loader-DeDK8lT7.js} +3 -3
- package/dist/{index-BWqDfeY6.js → index-BUphqdhM.js} +1 -1
- package/dist/{report-schema-BnzKoFjx.js → report-schema-tfEvDL2D.js} +1 -1
- package/dist/{v4-Cbq0RSpY.js → v4-B_sjxmW5.js} +339 -333
- package/package.json +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-DokEr03U.js +0 -1390
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as m, computed as s, resolveComponent as p, createElementBlock as f, openBlock as u, renderSlot as d, createVNode as _, withCtx as g, createElementVNode as o, toDisplayString as r } from "vue";
|
|
2
|
-
import { u as y } from "./global-loader-
|
|
2
|
+
import { u as y } from "./global-loader-DeDK8lT7.js";
|
|
3
3
|
const x = { class: "flex flex-col h-full" }, D = { class: "fm-typo-en-body-lg-600 text-fm-color-typo-primary" }, T = { class: "fm-typo-en-body-sm-400 text-fm-color-typo-secondary text-center" }, v = /* @__PURE__ */ m({
|
|
4
4
|
__name: "NoData",
|
|
5
5
|
props: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as g, computed as w, resolveComponent as k, createBlock as a, openBlock as t, withCtx as $, createVNode as d, createElementVNode as y, unref as e, normalizeStyle as C, normalizeClass as u, createElementBlock as _, Fragment as h, renderList as B } from "vue";
|
|
2
|
-
import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { a as P } from "./v4-
|
|
2
|
+
import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-6IWcvkp4.js";
|
|
3
|
+
import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-DqGySZDx.js";
|
|
4
|
+
import { a as P } from "./v4-B_sjxmW5.js";
|
|
5
5
|
import { storeToRefs as R } from "pinia";
|
|
6
|
-
import { _ as S } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { _ as S } from "./NoData.vue_vue_type_script_setup_true_lang-Gjyew5eM.js";
|
|
7
7
|
import { useBreakpoints as V } from "@feedmepos/ui-library";
|
|
8
|
-
import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-Dh8lEkh4.js";
|
|
9
9
|
import { useI18n as D } from "@feedmepos/mf-common";
|
|
10
10
|
const G = /* @__PURE__ */ g({
|
|
11
11
|
__name: "OverviewView",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as me, ref as O, watch as W, computed as w, h as f, withModifiers as ue, resolveComponent as x, createBlock as T, openBlock as F, withCtx as i, createVNode as n, createElementVNode as y, unref as e, normalizeStyle as pe, normalizeClass as C, withDirectives as B, createElementBlock as de, Fragment as fe, renderList as ve, toDisplayString as R, createTextVNode as ye, vShow as D } from "vue";
|
|
2
2
|
import { storeToRefs as X } from "pinia";
|
|
3
|
-
import { a as ge } from "./v4-
|
|
4
|
-
import { _ as be } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { a as ge } from "./v4-B_sjxmW5.js";
|
|
4
|
+
import { _ as be } from "./Default.vue_vue_type_script_setup_true_lang-DqGySZDx.js";
|
|
5
5
|
import { u as he } from "./message-dialog-UoMWOnil.js";
|
|
6
|
-
import { b as xe, f as Ce } from "./global-loader-
|
|
6
|
+
import { b as xe, f as Ce } from "./global-loader-DeDK8lT7.js";
|
|
7
7
|
import { useSnackbar as _e, useBreakpoints as ke, components as we, FmButtonColorThemeVariant as $e } from "@feedmepos/ui-library";
|
|
8
|
-
import { _ as Ie } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as Ie } from "./NoData.vue_vue_type_script_setup_true_lang-Gjyew5eM.js";
|
|
9
9
|
import { useRouter as Se, useRoute as Fe, onBeforeRouteLeave as Re } from "vue-router";
|
|
10
10
|
import { useI18n as Le } from "@feedmepos/mf-common";
|
|
11
11
|
import { r as Z } from "./i18n-Cif1I9J2.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as R, mergeModels as $, useModel as B, ref as N, computed as P, resolveComponent as m, createBlock as V, openBlock as u, withCtx as d, createElementVNode as y, createVNode as n, unref as e, normalizeClass as E, createTextVNode as _e, toDisplayString as q, createElementBlock as w, Fragment as U, renderSlot as X, createCommentVNode as L, watch as ye, resolveDynamicComponent as Y, isRef as Z, renderList as A, onMounted as Ce, normalizeStyle as be } from "vue";
|
|
2
|
-
import { W as Ve, i as ke, S as xe, d as Fe, T as we, _ as he } from "./TransitionFade-
|
|
3
|
-
import { a as ee, v as oe } from "./v4-
|
|
2
|
+
import { W as Ve, i as ke, S as xe, d as Fe, T as we, _ as he } from "./TransitionFade-DZJp9xij.js";
|
|
3
|
+
import { a as ee, v as oe } from "./v4-B_sjxmW5.js";
|
|
4
4
|
import { storeToRefs as te } from "pinia";
|
|
5
5
|
import { useRouter as le, useRoute as re } from "vue-router";
|
|
6
6
|
import { useBreakpoints as G, FmButtonColorThemeVariant as I, useSnackbar as $e } from "@feedmepos/ui-library";
|
|
7
7
|
import { u as ne } from "./message-dialog-UoMWOnil.js";
|
|
8
|
-
import { _ as ae } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { _ as ie } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
10
|
-
import { u as W, f as Se } from "./global-loader-
|
|
8
|
+
import { _ as ae } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-6IWcvkp4.js";
|
|
9
|
+
import { _ as ie } from "./NoData.vue_vue_type_script_setup_true_lang-Gjyew5eM.js";
|
|
10
|
+
import { u as W, f as Se } from "./global-loader-DeDK8lT7.js";
|
|
11
11
|
import { r as Q } from "./i18n-Cif1I9J2.js";
|
|
12
12
|
const Re = /* @__PURE__ */ R({
|
|
13
13
|
__name: "WidgetDialog",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as V, computed as v, resolveComponent as z, createBlock as g, openBlock as u, withCtx as H, createVNode as h, createElementVNode as M, unref as o, normalizeStyle as Y, normalizeClass as D, createElementBlock as R, Fragment as G, renderList as Q } from "vue";
|
|
2
|
-
import { _ as U } from "./MenuTab.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as W } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as U } from "./MenuTab.vue_vue_type_script_setup_true_lang-Dh8lEkh4.js";
|
|
3
|
+
import { _ as W } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-6IWcvkp4.js";
|
|
4
4
|
import { useRouter as K, useRoute as X } from "vue-router";
|
|
5
|
-
import { _ as Z } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { a as ee } from "./v4-
|
|
5
|
+
import { _ as Z } from "./Default.vue_vue_type_script_setup_true_lang-DqGySZDx.js";
|
|
6
|
+
import { a as ee } from "./v4-B_sjxmW5.js";
|
|
7
7
|
import { storeToRefs as p } from "pinia";
|
|
8
|
-
import { b as oe, c as te, u as re } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { _ as ae } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { b as oe, c as te, u as re } from "./NavigationTab.vue_vue_type_script_setup_true_lang-YTHLCWW3.js";
|
|
9
|
+
import { _ as ae } from "./NoData.vue_vue_type_script_setup_true_lang-Gjyew5eM.js";
|
|
10
10
|
import { useSnackbar as le, useBreakpoints as ne } from "@feedmepos/ui-library";
|
|
11
|
-
import { u as ie, f as se, e as ue } from "./global-loader-
|
|
11
|
+
import { u as ie, f as se, e as ue } from "./global-loader-DeDK8lT7.js";
|
|
12
12
|
import { u as ce } from "./message-dialog-UoMWOnil.js";
|
|
13
13
|
import { r as pe } from "./i18n-Cif1I9J2.js";
|
|
14
14
|
const De = /* @__PURE__ */ V({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as B, mergeModels as D, useModel as z, ref as _, computed as i, resolveComponent as t, createBlock as b, openBlock as p, withCtx as s, createElementVNode as r, normalizeStyle as L, withDirectives as U, createElementBlock as $, createVNode as u, unref as E, vShow as H, Fragment as N, renderList as q, toDisplayString as y, normalizeClass as A } from "vue";
|
|
2
|
-
import { u as O } from "./global-loader-
|
|
2
|
+
import { u as O } from "./global-loader-DeDK8lT7.js";
|
|
3
3
|
const P = { class: "fm-typo-en-body-lg-400 flex gap-4 text-fm-color-typo-primary" }, T = { class: "fm-typo-en-body-lg-400 line-clamp-1" }, j = { class: "sticky top-0" }, K = /* @__PURE__ */ B({
|
|
4
4
|
__name: "SelectComponent",
|
|
5
5
|
props: /* @__PURE__ */ D({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as B, ref as H, useModel as J, resolveComponent as h, createElementBlock as k, openBlock as x, createBlock as M, createElementVNode as t, resolveDynamicComponent as ne, unref as e, withCtx as y, createVNode as a, normalizeClass as O, toDisplayString as s, Fragment as K, renderList as Q, withDirectives as E, createTextVNode as ie, vShow as j, watch as me, normalizeStyle as ue } from "vue";
|
|
2
|
-
import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { u as U, d as z, C as A, D as pe, b as ce } from "./global-loader-
|
|
2
|
+
import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-DqGySZDx.js";
|
|
3
|
+
import { u as U, d as z, C as A, D as pe, b as ce } from "./global-loader-DeDK8lT7.js";
|
|
4
4
|
import { components as I, useSnackbar as W, useBreakpoints as X, FmButtonColorThemeVariant as G } from "@feedmepos/ui-library";
|
|
5
|
-
import { t as N, s as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import { t as N, s as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-YTHLCWW3.js";
|
|
6
6
|
import { u as ve } from "./message-dialog-UoMWOnil.js";
|
|
7
7
|
import { detectLocale as F } from "@feedmepos/mf-common";
|
|
8
|
-
import { _ as Y } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as Y } from "./SelectComponent.vue_vue_type_script_setup_true_lang-BRdIROVa.js";
|
|
9
9
|
import { storeToRefs as _e } from "pinia";
|
|
10
10
|
const ge = { class: "px-5 py-2" }, ye = { class: "flex" }, he = { class: "flex px-5 gap-2" }, xe = { class: "flex flex-col gap-2" }, be = { class: "fm-typo-en-title-sm-600" }, Ce = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, Ve = { class: "w-full gap-[24px] flex flex-col pt-2" }, Te = { class: "flex items-center w-full gap-3" }, De = { class: "text-fm-color-typo-primary" }, $e = { class: "text-fm-color-typo-secondary" }, Se = { class: "flex items-center gap-2" }, ke = /* @__PURE__ */ B({
|
|
11
11
|
__name: "ReportHour",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { defineComponent as E, mergeModels as W, useModel as ee, computed as S, ref as A, resolveComponent as F, createElementBlock as O, openBlock as h, createVNode as f, createElementVNode as w, unref as t, withCtx as $, toDisplayString as I, Fragment as Q, renderList as ue, withModifiers as te, createTextVNode as ve, watch as ne, createCommentVNode as D, createBlock as T, onMounted as Oe, onUnmounted as qe, renderSlot as Le, onBeforeUnmount as He, resolveDynamicComponent as Ie, normalizeClass as Be, withDirectives as de, vShow as me, normalizeStyle as Ye, isRef as We } from "vue";
|
|
2
2
|
import { useRoute as Xe, useRouter as Ge } from "vue-router";
|
|
3
|
-
import { h as Je, d as Ve, S as ke, W as Ke, a as Qe, T as Ze, _ as el } from "./TransitionFade-
|
|
4
|
-
import { W as R, a as ll } from "./v4-
|
|
3
|
+
import { h as Je, d as Ve, S as ke, W as Ke, a as Qe, T as Ze, _ as el } from "./TransitionFade-DZJp9xij.js";
|
|
4
|
+
import { W as R, a as ll } from "./v4-B_sjxmW5.js";
|
|
5
5
|
import { storeToRefs as pe } from "pinia";
|
|
6
6
|
import { u as Re } from "./message-dialog-UoMWOnil.js";
|
|
7
|
-
import { c as Ue, d as Me, p as ol } from "./index-
|
|
7
|
+
import { c as Ue, d as Me, p as ol } from "./index-BUphqdhM.js";
|
|
8
8
|
import { useSnackbar as tl, useBreakpoints as je, FmButtonColorThemeVariant as be } from "@feedmepos/ui-library";
|
|
9
|
-
import { u as Ae } from "./report-schema-
|
|
9
|
+
import { u as Ae } from "./report-schema-tfEvDL2D.js";
|
|
10
10
|
import { _ as fe } from "./BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js";
|
|
11
|
-
import { _ as K } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
12
|
-
import { u as X, d as se, b as al } from "./global-loader-
|
|
11
|
+
import { _ as K } from "./SelectComponent.vue_vue_type_script_setup_true_lang-BRdIROVa.js";
|
|
12
|
+
import { u as X, d as se, b as al } from "./global-loader-DeDK8lT7.js";
|
|
13
13
|
import { r as le } from "./i18n-Cif1I9J2.js";
|
|
14
|
-
import { g as ye, u as he, L as ie, a as xe, _ as Ee } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
15
|
-
import { _ as ze } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
14
|
+
import { g as ye, u as he, L as ie, a as xe, _ as Ee } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-6IWcvkp4.js";
|
|
15
|
+
import { _ as ze } from "./NoData.vue_vue_type_script_setup_true_lang-Gjyew5eM.js";
|
|
16
16
|
var re = /* @__PURE__ */ ((m) => (m.DateTime = "DATE_TIME", m.Hour = "HOUR", m.Day = "DAY", m.Week = "WEEK", m.Month = "MONTH", m.TimeOfDay = "TIME_OF_DAY", m.HourOfDay = "HOUR_OF_DAY", m.DayOfWeek = "DAY_OF_WEEK", m.DayOfMonth = "DAY_OF_MONTH", m.MonthOfYear = "MONTH_OF_YEAR", m.Year = "YEAR", m))(re || {}), Ce = /* @__PURE__ */ ((m) => (m.Asc = "ASC", m.Desc = "DESC", m))(Ce || {}), ae = /* @__PURE__ */ ((m) => (m.Equal = "EQUAL", m.NotEqual = "NOT_EQUAL", m.GreaterThan = "GREATER_THAN", m.LessThan = "LESS_THAN", m.GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL", m.LessThanOrEqual = "LESS_THAN_OR_EQUAL", m.Between = "BETWEEN", m.Like = "LIKE", m.NotLike = "NOT_LIKE", m.And = "AND", m.Or = "OR", m))(ae || {}), ce = /* @__PURE__ */ ((m) => (m.String = "STRING", m.Timestamp = "TIMESTAMP", m.Bool = "BOOL", m.Numeric = "NUMERIC", m))(ce || {});
|
|
17
17
|
const we = [
|
|
18
18
|
{
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as Ne, onBeforeMount as cn, onBeforeUnmount as dn, resolveComponent as ge, createElementBlock as ce, openBlock as ne, normalizeStyle as fn, unref as Le, renderSlot as Pe, createVNode as ue, createElementVNode as Lt, toDisplayString as Rt, TransitionGroup as hn, nextTick as Bt, h as St, mergeModels as pn, useModel as Vt, computed as mn, Fragment as vt, renderList as gn, createBlock as vn, normalizeClass as bn, withCtx as ze, createTextVNode as _n, ref as yn, Transition as ct, createCommentVNode as dt } from "vue";
|
|
2
|
-
import { u as Xt, f as wn } from "./global-loader-
|
|
2
|
+
import { u as Xt, f as wn } from "./global-loader-DeDK8lT7.js";
|
|
3
3
|
import { useCoreStore as En } from "@feedmepos/mf-common";
|
|
4
4
|
import { storeToRefs as Sn } from "pinia";
|
|
5
5
|
import { useRoute as Dn } from "vue-router";
|
|
6
|
-
import { W as x } from "./v4-
|
|
7
|
-
import { p as Cn } from "./index-
|
|
6
|
+
import { W as x } from "./v4-B_sjxmW5.js";
|
|
7
|
+
import { p as Cn } from "./index-BUphqdhM.js";
|
|
8
8
|
import { _ as bt } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
|
-
import { R as Tn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { R as Tn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-6IWcvkp4.js";
|
|
10
10
|
const xn = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
|
package/dist/app.js
CHANGED
|
@@ -3253,51 +3253,51 @@ const a = {
|
|
|
3253
3253
|
path: "/overview",
|
|
3254
3254
|
alias: ["/"],
|
|
3255
3255
|
name: "overview",
|
|
3256
|
-
component: () => import("./OverviewView-
|
|
3256
|
+
component: () => import("./OverviewView-GP2cL3eW.js")
|
|
3257
3257
|
},
|
|
3258
3258
|
{
|
|
3259
3259
|
path: "/report",
|
|
3260
3260
|
name: "reports",
|
|
3261
|
-
component: () => import("./Report-
|
|
3261
|
+
component: () => import("./Report-DX2Y-Sh4.js")
|
|
3262
3262
|
},
|
|
3263
3263
|
{
|
|
3264
3264
|
path: "/insights",
|
|
3265
3265
|
name: "insights",
|
|
3266
|
-
component: () => import("./InsightView-
|
|
3266
|
+
component: () => import("./InsightView-CN1oA5FJ.js")
|
|
3267
3267
|
},
|
|
3268
3268
|
{
|
|
3269
3269
|
path: "/report-view",
|
|
3270
3270
|
name: "reportView",
|
|
3271
|
-
component: () => import("./ReportView-
|
|
3271
|
+
component: () => import("./ReportView-DinLEnpS.js")
|
|
3272
3272
|
},
|
|
3273
3273
|
{
|
|
3274
3274
|
path: "/report-editor",
|
|
3275
3275
|
name: "reportEditor",
|
|
3276
|
-
component: () => import("./ReportEditor-
|
|
3276
|
+
component: () => import("./ReportEditor-CZLcltNc.js")
|
|
3277
3277
|
},
|
|
3278
3278
|
{
|
|
3279
3279
|
path: "/report-editor/tile-editor",
|
|
3280
3280
|
name: "tileEditor",
|
|
3281
|
-
component: () => import("./TileEditor-
|
|
3281
|
+
component: () => import("./TileEditor-BwAelGlT.js")
|
|
3282
3282
|
},
|
|
3283
3283
|
{
|
|
3284
3284
|
path: "/setting",
|
|
3285
3285
|
name: "setting",
|
|
3286
|
-
component: () => import("./Setting-
|
|
3286
|
+
component: () => import("./Setting-CgKpTsoW.js")
|
|
3287
3287
|
},
|
|
3288
3288
|
{
|
|
3289
3289
|
path: "/integration",
|
|
3290
|
-
component: () => import("./Layout-
|
|
3290
|
+
component: () => import("./Layout-q8Zyucbb.js"),
|
|
3291
3291
|
children: [
|
|
3292
3292
|
{
|
|
3293
3293
|
name: "integrations",
|
|
3294
3294
|
path: "",
|
|
3295
|
-
component: () => import("./Integrations-
|
|
3295
|
+
component: () => import("./Integrations-CtHf849u.js")
|
|
3296
3296
|
},
|
|
3297
3297
|
{
|
|
3298
3298
|
name: "integration",
|
|
3299
3299
|
path: "/integration/:id",
|
|
3300
|
-
component: () => import("./Integration-
|
|
3300
|
+
component: () => import("./Integration-DozOUHN0.js")
|
|
3301
3301
|
}
|
|
3302
3302
|
]
|
|
3303
3303
|
},
|
|
@@ -3320,7 +3320,7 @@ const l = {
|
|
|
3320
3320
|
"en-US": t,
|
|
3321
3321
|
"zh-CN": m,
|
|
3322
3322
|
"th-TH": c
|
|
3323
|
-
}, y = e(() => import("./App-
|
|
3323
|
+
}, y = e(() => import("./App-Bnn85aUl.js"));
|
|
3324
3324
|
export {
|
|
3325
3325
|
y as FmApp,
|
|
3326
3326
|
l as i18nMessages,
|
|
@@ -1713,7 +1713,7 @@ const {
|
|
|
1713
1713
|
getAdapter: vc,
|
|
1714
1714
|
mergeConfig: Oc
|
|
1715
1715
|
} = Oe;
|
|
1716
|
-
var ft = { myQueryEngineBackendUrl: "https://query-engine.feedmeapi.com", idQueryEngineBackendUrl: "https://query-engine.id.
|
|
1716
|
+
var ft = { myQueryEngineBackendUrl: "https://query-engine-dev.feedmeapi.com", idQueryEngineBackendUrl: "https://query-engine.id.feedmeapidev.com", sgQueryEngineBackendUrl: "https://query-engine.sg.feedmeapidev.com", moQueryEngineBackendUrl: "https://query-engine.mo.feedmeapidev.com", thQueryEngineBackendUrl: "https://query-engine.th.feedmeapidev.com", bnQueryEngineBackendUrl: "https://query-engine.bn.feedmeapidev.com" }, he = /* @__PURE__ */ ((e) => (e.Get = "get", e.Post = "post", e.Put = "put", e.Delete = "delete", e))(he || {});
|
|
1717
1717
|
class na extends Error {
|
|
1718
1718
|
constructor(n, r) {
|
|
1719
1719
|
super(n);
|
|
@@ -2088,13 +2088,13 @@ const re = /* @__PURE__ */ Ar(sa), ia = (e) => ({
|
|
|
2088
2088
|
fetchType: he.Get,
|
|
2089
2089
|
url: `/${e.value}/restaurants`
|
|
2090
2090
|
}, n = (await me.fetch(t)).map((r) => ia(r));
|
|
2091
|
-
return n.sort((r, s) => r.name.localeCompare(s.name)), n;
|
|
2091
|
+
return n.sort((r, s) => r.name.localeCompare(s.name, void 0, { numeric: !0 })), n;
|
|
2092
2092
|
}, la = async () => {
|
|
2093
2093
|
const { businessId: e } = Et(fe()), t = {
|
|
2094
2094
|
fetchType: he.Get,
|
|
2095
2095
|
url: `/${e.value}/warehouses`
|
|
2096
2096
|
}, n = (await me.fetch(t)).map((r) => oa(r));
|
|
2097
|
-
return n.sort((r, s) => r.name.localeCompare(s.name)), n;
|
|
2097
|
+
return n.sort((r, s) => r.name.localeCompare(s.name, void 0, { numeric: !0 })), n;
|
|
2098
2098
|
}, ua = () => {
|
|
2099
2099
|
const { businessId: e } = Et(fe()), t = {
|
|
2100
2100
|
fetchType: he.Get,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as n } from "./global-loader-
|
|
1
|
+
import { d as n } from "./global-loader-DeDK8lT7.js";
|
|
2
2
|
var f = /* @__PURE__ */ ((r) => (r.Year = "YEAR", r.Month = "MONTH", r.Week = "WEEK", r.Day = "DAY", r))(f || {});
|
|
3
3
|
function T(r, e = 100, t = !1) {
|
|
4
4
|
let a = null;
|