@feedmepos/mf-report 5.4.22 → 5.4.24-beta.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.
- package/dist/{App-DNgpJqdO.js → App-Cij0eM2J.js} +42 -42
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-CIDrrVrf.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-BaVjCBz9.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-QaO-A2KF.js → Default.vue_vue_type_script_setup_true_lang-DF2k79j3.js} +2 -2
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-BOZ2aYFX.js → DynamicWidget.vue_vue_type_script_setup_true_lang-B9lO4Xn1.js} +4 -4
- package/dist/{InsightView-BDEkCY5x.js → InsightView-DGe9I2eo.js} +6 -6
- package/dist/{Integration-CQmN91F8.js → Integration-ClrG1i5Y.js} +571 -560
- package/dist/{Integrations-C0KEvLA9.js → Integrations-OOJ4jft8.js} +3 -3
- package/dist/{Layout-D_1xOC3n.js → Layout-DG22wg9C.js} +1 -1
- package/dist/{LocationSelect.vue_vue_type_script_setup_true_lang-CGsQmh3S.js → LocationSelect.vue_vue_type_script_setup_true_lang-DtCmKms0.js} +2 -2
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-oIsq1i1c.js → MenuTab.vue_vue_type_script_setup_true_lang-CwPa5SJD.js} +4 -4
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-JQ8q5zdC.js → NavigationTab.vue_vue_type_script_setup_true_lang-C9O5yO0_.js} +4 -4
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-O7qHGZkw.js → NoData.vue_vue_type_script_setup_true_lang-8iT-uGdI.js} +1 -1
- package/dist/{OverviewView-CWRciv3c.js → OverviewView-DfATrawV.js} +5 -5
- package/dist/{Report-BPF-9gdd.js → Report-038EPMeP.js} +4 -4
- package/dist/{ReportEditor-CzyPup9N.js → ReportEditor-BcC_gLX7.js} +5 -5
- package/dist/{ReportView-zOENNxNw.js → ReportView-CBv6vAEA.js} +7 -7
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-B5OLIl_Y.js → SelectComponent.vue_vue_type_script_setup_true_lang-gtUCqf4j.js} +1 -1
- package/dist/{Setting-BDAU2rhU.js → Setting-DUTaqkHT.js} +4 -4
- package/dist/{TileEditor-CWYj_7FE.js → TileEditor-BnxzyDyT.js} +8 -8
- package/dist/{TransitionFade-CmvrKBHp.js → TransitionFade-ZVhmbHPE.js} +4 -4
- package/dist/app.js +15 -11
- package/dist/{global-loader-D9UMph7l.js → global-loader-BKQvLNRz.js} +308 -308
- package/dist/{index-CxVnRxOJ.js → index-2OLtpO8C.js} +1 -1
- package/dist/{report-schema-BEEUlheS.js → report-schema-D791R8wK.js} +1 -1
- package/dist/{timeFormat-BRqkZ3bP.js → timeFormat-DWBAXBup.js} +1 -1
- package/dist/{v4-DnHLPdn4.js → v4-6qwV7ITU.js} +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as q, mergeModels as z, useModel as $, computed as G, resolveComponent as b, createBlock as S, unref as n, openBlock as V, withCtx as w, createElementVNode as i, createVNode as m, toDisplayString as J, createTextVNode as Q, ref as T, h as g, createElementBlock as X, Fragment as Y } from "vue";
|
|
2
2
|
import { useRouter as Z, useRoute as ee } from "vue-router";
|
|
3
|
-
import { I as R, u as E, e as N, f as oe, o as P, p as te } from "./global-loader-
|
|
3
|
+
import { I as R, u as E, e as N, f as oe, o as P, p as te } from "./global-loader-BKQvLNRz.js";
|
|
4
4
|
import { useBreakpoints as K, useSnackbar as ae, components as le, FmButtonColorThemeVariant as M } from "@feedmepos/ui-library";
|
|
5
|
-
import { _ as ne } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import { _ as ne } from "./SelectComponent.vue_vue_type_script_setup_true_lang-gtUCqf4j.js";
|
|
6
6
|
import { storeToRefs as O } from "pinia";
|
|
7
7
|
import { u as re } from "./message-dialog-UoMWOnil.js";
|
|
8
|
-
import { _ as se } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as se } from "./NoData.vue_vue_type_script_setup_true_lang-8iT-uGdI.js";
|
|
9
9
|
import { _ as ie } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
10
10
|
const me = { class: "flex flex-col" }, de = { class: "fm-typo-en-body-lg-600" }, ue = { class: "flex gap-2 overflow-hidden flex-col" }, pe = { class: "flex gap-2 overflow-hidden" }, ce = { class: "flex flex-col w-full" }, fe = { class: "flex flex-col gap-5 p-6" }, ge = { class: "flex" }, ve = /* @__PURE__ */ q({
|
|
11
11
|
__name: "AddIntegrationDialog",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as o, resolveComponent as t, createBlock as r, openBlock as n, withCtx as _, createVNode as c } from "vue";
|
|
2
|
-
import { _ as a } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as a } from "./Default.vue_vue_type_script_setup_true_lang-DF2k79j3.js";
|
|
3
3
|
const f = /* @__PURE__ */ o({
|
|
4
4
|
__name: "Layout",
|
|
5
5
|
setup(m) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as wt, mergeModels as nu, useModel as Ks, ref as _e, createElementBlock as ce, onMounted as ny, openBlock as F, Fragment as Ve, createBlock as le, createCommentVNode as Ze, unref as yt, computed as _t, watch as Dn, resolveComponent as W, createElementVNode as ae, createVNode as P, renderList as kt, withCtx as Oe, toDisplayString as fr, renderSlot as Gs, mergeProps as ry, normalizeClass as ay, withDirectives as iy, vShow as uy, withModifiers as oy, nextTick as sy } from "vue";
|
|
2
|
-
import { a as ly } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { u as cy, b as fy } from "./global-loader-
|
|
2
|
+
import { a as ly } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-BaVjCBz9.js";
|
|
3
|
+
import { u as cy, b as fy } from "./global-loader-BKQvLNRz.js";
|
|
4
4
|
import { useBreakpoints as dy, useDialog as py, useDialogChild as hy } from "@feedmepos/ui-library";
|
|
5
5
|
const vy = { class: "px-8" }, my = { class: "max-h-[160px] overflow-y-auto" }, yy = /* @__PURE__ */ wt({
|
|
6
6
|
__name: "FilterEntry",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as I, mergeModels as Q, useModel as C, ref as L, watch as W, resolveComponent as c, createElementBlock as D, openBlock as f, createTextVNode as P, createVNode as u, toDisplayString as _, unref as t, withCtx as g, createElementVNode as d, createCommentVNode as V, Fragment as M, renderList as H, createBlock as S, withDirectives as X, vShow as Y, isRef as $, normalizeClass as z } from "vue";
|
|
2
|
-
import { u as Z, d as F, b as E } from "./global-loader-
|
|
2
|
+
import { u as Z, d as F, b as E } from "./global-loader-BKQvLNRz.js";
|
|
3
3
|
import { storeToRefs as G } from "pinia";
|
|
4
|
-
import { _ as ee } from "./LocationSelect.vue_vue_type_script_setup_true_lang-
|
|
5
|
-
import { a as te, _ as oe } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { t as q, s as le } from "./timeFormat-
|
|
4
|
+
import { _ as ee } from "./LocationSelect.vue_vue_type_script_setup_true_lang-DtCmKms0.js";
|
|
5
|
+
import { a as te, _ as oe } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-BaVjCBz9.js";
|
|
6
|
+
import { t as q, s as le } from "./timeFormat-DWBAXBup.js";
|
|
7
7
|
import { detectLocale as k } from "@feedmepos/mf-common";
|
|
8
8
|
import { useBreakpoints as ne } from "@feedmepos/ui-library";
|
|
9
9
|
const ae = { class: "px-24 py-16 rounded-lg shadow-light-300" }, me = { class: "text-fm-color-typo-primary" }, ue = { class: "text-fm-color-typo-secondary" }, ie = { class: "fm-typo-en-body-lg-600 mb-8" }, re = { class: "flex items-center justify-center w-full" }, se = { class: "fm-typo-en-body-lg-600 mb-8" }, de = { class: "flex items-center justify-center" }, ce = { class: "flex flex-row mb-4 px-4 gap-2" }, pe = /* @__PURE__ */ I({
|
|
@@ -4,11 +4,11 @@ var za = (e, t, r) => Ml(e, typeof t != "symbol" ? t + "" : t, r);
|
|
|
4
4
|
import { defineComponent as Hr, computed as hr, useModel as Nt, ref as Le, watch as ln, resolveComponent as pe, createBlock as Je, unref as Y, openBlock as Ae, withCtx as ke, createElementVNode as Se, createVNode as te, toDisplayString as Er, withDirectives as ya, createElementBlock as mr, Fragment as vt, renderList as gt, vShow as Fa, createTextVNode as Ot, mergeModels as Ia, createCommentVNode as Xt, normalizeClass as fa, withModifiers as Bl, resolveDynamicComponent as Ui, isRef as ja, createSlots as Ul } from "vue";
|
|
5
5
|
import { useRouter as ef, useRoute as rf } from "vue-router";
|
|
6
6
|
import { storeToRefs as Mr, defineStore as tf } from "pinia";
|
|
7
|
-
import { a as La, R as Oa, g as $n, v as Vl, d as Wl, s as Hl, u as Xl } from "./v4-
|
|
7
|
+
import { a as La, R as Oa, g as $n, v as Vl, d as Wl, s as Hl, u as Xl } from "./v4-6qwV7ITU.js";
|
|
8
8
|
import { useBreakpoints as i0, components as Gt, useSnackbar as En, FmButtonVariant as Vi } from "@feedmepos/ui-library";
|
|
9
|
-
import { u as _t, i as Gl, j as z0, a as wt, h as kt, F as Tt, d as Pe, b as s0, k as Ma, l as $l, m as Yl, e as zl, n as Ka } from "./global-loader-
|
|
10
|
-
import { _ as Wi } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
11
|
-
import { C as ft, g as jl, a as af, p as Kl } from "./index-
|
|
9
|
+
import { u as _t, i as Gl, j as z0, a as wt, h as kt, F as Tt, d as Pe, b as s0, k as Ma, l as $l, m as Yl, e as zl, n as Ka } from "./global-loader-BKQvLNRz.js";
|
|
10
|
+
import { _ as Wi } from "./SelectComponent.vue_vue_type_script_setup_true_lang-gtUCqf4j.js";
|
|
11
|
+
import { C as ft, g as jl, a as af, p as Kl } from "./index-2OLtpO8C.js";
|
|
12
12
|
import "@feedmepos/mf-common";
|
|
13
13
|
import { _ as Jl } from "./BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js";
|
|
14
14
|
import { _ as ql } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -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-BKQvLNRz.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-B9lO4Xn1.js";
|
|
3
|
+
import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-DF2k79j3.js";
|
|
4
|
+
import { a as P } from "./v4-6qwV7ITU.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-8iT-uGdI.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-CwPa5SJD.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 ce, ref as O, watch as Q, computed as w, h as f, withModifiers as ie, resolveComponent as C, createBlock as T, openBlock as F, withCtx as i, createVNode as n, createElementVNode as y, unref as e, normalizeStyle as me, normalizeClass as _, withDirectives as B, createElementBlock as ue, Fragment as pe, renderList as de, toDisplayString as R, createTextVNode as fe, vShow as D } from "vue";
|
|
2
2
|
import { storeToRefs as W } from "pinia";
|
|
3
|
-
import { a as ve } from "./v4-
|
|
4
|
-
import { _ as ye } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { a as ve } from "./v4-6qwV7ITU.js";
|
|
4
|
+
import { _ as ye } from "./Default.vue_vue_type_script_setup_true_lang-DF2k79j3.js";
|
|
5
5
|
import { u as ge } from "./message-dialog-UoMWOnil.js";
|
|
6
|
-
import { b as be, f as xe } from "./global-loader-
|
|
6
|
+
import { b as be, f as xe } from "./global-loader-BKQvLNRz.js";
|
|
7
7
|
import { useSnackbar as Ce, useBreakpoints as _e, components as he, FmButtonColorThemeVariant as ke } from "@feedmepos/ui-library";
|
|
8
|
-
import { _ as we } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as we } from "./NoData.vue_vue_type_script_setup_true_lang-8iT-uGdI.js";
|
|
9
9
|
import { useRouter as $e, useRoute as Ie, onBeforeRouteLeave as Se } from "vue-router";
|
|
10
10
|
import { useI18n as Fe } from "@feedmepos/mf-common";
|
|
11
11
|
const Re = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, Le = { class: "w-[343px]" }, Ve = { class: "fm-typo-en-body-md-600" }, Ke = /* @__PURE__ */ ce({
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as S, mergeModels as $, useModel as M, ref as N, computed as P, resolveComponent as c, createBlock as b, openBlock as s, withCtx as m, createElementVNode as C, createVNode as a, unref as o, normalizeClass as E, createTextVNode as fe, toDisplayString as O, createElementBlock as x, Fragment as q, renderSlot as j, createCommentVNode as U, watch as ve, resolveDynamicComponent as K, isRef as Q, renderList as H, onMounted as ge, normalizeStyle as _e } from "vue";
|
|
2
|
-
import { W as ye, i as Ce, S as be, d as Ve, T as ke, _ as Fe } from "./TransitionFade-
|
|
3
|
-
import { a as X, v as Y } from "./v4-
|
|
2
|
+
import { W as ye, i as Ce, S as be, d as Ve, T as ke, _ as Fe } from "./TransitionFade-ZVhmbHPE.js";
|
|
3
|
+
import { a as X, v as Y } from "./v4-6qwV7ITU.js";
|
|
4
4
|
import { storeToRefs as Z } from "pinia";
|
|
5
5
|
import { useRouter as ee, useRoute as oe } from "vue-router";
|
|
6
6
|
import { useBreakpoints as A, FmButtonColorThemeVariant as W, useSnackbar as xe } from "@feedmepos/ui-library";
|
|
7
7
|
import { u as te } from "./message-dialog-UoMWOnil.js";
|
|
8
|
-
import { _ as le } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { _ as re } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
10
|
-
import { u as I, f as he } from "./global-loader-
|
|
8
|
+
import { _ as le } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-B9lO4Xn1.js";
|
|
9
|
+
import { _ as re } from "./NoData.vue_vue_type_script_setup_true_lang-8iT-uGdI.js";
|
|
10
|
+
import { u as I, f as he } from "./global-loader-BKQvLNRz.js";
|
|
11
11
|
const we = /* @__PURE__ */ S({
|
|
12
12
|
__name: "WidgetDialog",
|
|
13
13
|
props: /* @__PURE__ */ $({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as J, computed as v, resolveComponent as L, createBlock as g, openBlock as u, withCtx as V, createVNode as S, createElementVNode as z, unref as t, normalizeStyle as H, normalizeClass as w, createElementBlock as D, Fragment as M, renderList as Y } from "vue";
|
|
2
|
-
import { _ as G } from "./MenuTab.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as Q } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as G } from "./MenuTab.vue_vue_type_script_setup_true_lang-CwPa5SJD.js";
|
|
3
|
+
import { _ as Q } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-B9lO4Xn1.js";
|
|
4
4
|
import { useRouter as U, useRoute as W } from "vue-router";
|
|
5
|
-
import { _ as j } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { a as K } from "./v4-
|
|
5
|
+
import { _ as j } from "./Default.vue_vue_type_script_setup_true_lang-DF2k79j3.js";
|
|
6
|
+
import { a as K } from "./v4-6qwV7ITU.js";
|
|
7
7
|
import { storeToRefs as p } from "pinia";
|
|
8
|
-
import { a as X, u as Z } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { _ as ee } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { a as X, u as Z } from "./NavigationTab.vue_vue_type_script_setup_true_lang-C9O5yO0_.js";
|
|
9
|
+
import { _ as ee } from "./NoData.vue_vue_type_script_setup_true_lang-8iT-uGdI.js";
|
|
10
10
|
import { useSnackbar as oe, useBreakpoints as te } from "@feedmepos/ui-library";
|
|
11
|
-
import { u as re, f as ae, e as le } from "./global-loader-
|
|
11
|
+
import { u as re, f as ae, e as le } from "./global-loader-BKQvLNRz.js";
|
|
12
12
|
import { u as ne } from "./message-dialog-UoMWOnil.js";
|
|
13
13
|
const ke = /* @__PURE__ */ J({
|
|
14
14
|
__name: "ReportView",
|
|
@@ -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-BKQvLNRz.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-DF2k79j3.js";
|
|
3
|
+
import { u as U, d as z, C as A, D as pe, b as ce } from "./global-loader-BKQvLNRz.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 "./timeFormat-
|
|
5
|
+
import { t as N, s as fe } from "./timeFormat-DWBAXBup.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-gtUCqf4j.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,17 +1,17 @@
|
|
|
1
1
|
import { defineComponent as G, mergeModels as J, useModel as Y, computed as U, ref as E, resolveComponent as y, createElementBlock as L, openBlock as p, createVNode as d, createElementVNode as k, unref as i, withCtx as _, toDisplayString as I, Fragment as Q, renderList as re, withModifiers as ee, createTextVNode as ne, watch as me, createCommentVNode as S, createBlock as C, renderSlot as Ce, resolveDynamicComponent as _e, normalizeClass as Te, onMounted as Le, normalizeStyle as Be, isRef as Me } from "vue";
|
|
2
2
|
import { useRoute as Re, useRouter as je } from "vue-router";
|
|
3
|
-
import { h as Ee, d as pe, S as ge, W as Ae, a as qe, T as Pe, _ as He } from "./TransitionFade-
|
|
4
|
-
import { W as N, a as Je } from "./v4-
|
|
3
|
+
import { h as Ee, d as pe, S as ge, W as Ae, a as qe, T as Pe, _ as He } from "./TransitionFade-ZVhmbHPE.js";
|
|
4
|
+
import { W as N, a as Je } from "./v4-6qwV7ITU.js";
|
|
5
5
|
import { storeToRefs as he } from "pinia";
|
|
6
6
|
import { u as Se } from "./message-dialog-UoMWOnil.js";
|
|
7
|
-
import { c as we, d as De, p as ze } from "./index-
|
|
7
|
+
import { c as we, d as De, p as ze } from "./index-2OLtpO8C.js";
|
|
8
8
|
import { useSnackbar as Ge, useBreakpoints as Ne, FmButtonColorThemeVariant as de } from "@feedmepos/ui-library";
|
|
9
|
-
import { u as Ue } from "./report-schema-
|
|
9
|
+
import { u as Ue } from "./report-schema-D791R8wK.js";
|
|
10
10
|
import { _ as ie } from "./BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js";
|
|
11
|
-
import { _ as P } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
12
|
-
import { u as le, d as ve } from "./global-loader-
|
|
13
|
-
import { g as ce, _ as $e } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
14
|
-
import { _ as Oe } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
11
|
+
import { _ as P } from "./SelectComponent.vue_vue_type_script_setup_true_lang-gtUCqf4j.js";
|
|
12
|
+
import { u as le, d as ve } from "./global-loader-BKQvLNRz.js";
|
|
13
|
+
import { g as ce, _ as $e } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-B9lO4Xn1.js";
|
|
14
|
+
import { _ as Oe } from "./NoData.vue_vue_type_script_setup_true_lang-8iT-uGdI.js";
|
|
15
15
|
var oe = /* @__PURE__ */ ((s) => (s.DateTime = "DATE_TIME", s.Hour = "HOUR", s.Day = "DAY", s.Week = "WEEK", s.Month = "MONTH", s.TimeOfDay = "TIME_OF_DAY", s.HourOfDay = "HOUR_OF_DAY", s.DayOfWeek = "DAY_OF_WEEK", s.DayOfMonth = "DAY_OF_MONTH", s.MonthOfYear = "MONTH_OF_YEAR", s.Year = "YEAR", s))(oe || {}), be = /* @__PURE__ */ ((s) => (s.Asc = "ASC", s.Desc = "DESC", s))(be || {}), Z = /* @__PURE__ */ ((s) => (s.Equal = "EQUAL", s.NotEqual = "NOT_EQUAL", s.GreaterThan = "GREATER_THAN", s.LessThan = "LESS_THAN", s.GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL", s.LessThanOrEqual = "LESS_THAN_OR_EQUAL", s.Between = "BETWEEN", s.Like = "LIKE", s.NotLike = "NOT_LIKE", s.And = "AND", s.Or = "OR", s))(Z || {}), te = /* @__PURE__ */ ((s) => (s.String = "STRING", s.Timestamp = "TIMESTAMP", s.Bool = "BOOL", s.Numeric = "NUMERIC", s))(te || {});
|
|
16
16
|
const xe = [
|
|
17
17
|
{
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as Ne, onBeforeMount as sn, onBeforeUnmount as un, resolveComponent as ge, createElementBlock as ce, openBlock as ne, normalizeStyle as cn, unref as Qe, renderSlot as Pe, createVNode as ue, createElementVNode as Lt, TransitionGroup as dn, nextTick as Rt, h as St, mergeModels as fn, useModel as Bt, computed as hn, Fragment as vt, renderList as pn, createBlock as mn, normalizeClass as gn, withCtx as je, createTextVNode as vn, toDisplayString as bn, ref as yn, Transition as ct, createCommentVNode as dt } from "vue";
|
|
2
|
-
import { f as _n, u as wn } from "./global-loader-
|
|
2
|
+
import { f as _n, u as wn } from "./global-loader-BKQvLNRz.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-6qwV7ITU.js";
|
|
7
|
+
import { p as Cn } from "./index-2OLtpO8C.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-B9lO4Xn1.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
|
@@ -262,6 +262,7 @@ const r = {
|
|
|
262
262
|
apiKey: "API Key",
|
|
263
263
|
authenticate: "Authenticate with your official Biztory account to enable FeedMe to securely upload data to Biztory.",
|
|
264
264
|
payments: "Payments",
|
|
265
|
+
grouping: "Grouping",
|
|
265
266
|
taxes: "Taxes",
|
|
266
267
|
items: "Items"
|
|
267
268
|
},
|
|
@@ -369,6 +370,7 @@ const r = {
|
|
|
369
370
|
description: "Filter special value from the schema",
|
|
370
371
|
add: "Add filter",
|
|
371
372
|
advance: "Advance",
|
|
373
|
+
AddToReportView: "Add to @:report.common.report view",
|
|
372
374
|
dataFormula: "Data source formula",
|
|
373
375
|
timeFormatter: "Time Formatter"
|
|
374
376
|
},
|
|
@@ -716,6 +718,7 @@ const r = {
|
|
|
716
718
|
authenticate: "使用你的官方Biztory账户认证,以启用FeedMe将数据安全地上传到Biztory。",
|
|
717
719
|
payments: "支付",
|
|
718
720
|
taxes: "税",
|
|
721
|
+
grouping: "Grouping",
|
|
719
722
|
items: "项目"
|
|
720
723
|
},
|
|
721
724
|
xero: {
|
|
@@ -820,6 +823,7 @@ const r = {
|
|
|
820
823
|
Filter: "筛选",
|
|
821
824
|
description: "筛选特殊值从@:report.section.schema.title",
|
|
822
825
|
add: "添加筛选",
|
|
826
|
+
AddToReportView: "添加到@:{'report.common.report'}视图",
|
|
823
827
|
advance: "高级",
|
|
824
828
|
dataFormula: "数据源公式",
|
|
825
829
|
timeFormatter: "时间格式"
|
|
@@ -908,51 +912,51 @@ const r = {
|
|
|
908
912
|
path: "/overview",
|
|
909
913
|
alias: ["/"],
|
|
910
914
|
name: "overview",
|
|
911
|
-
component: () => import("./OverviewView-
|
|
915
|
+
component: () => import("./OverviewView-DfATrawV.js")
|
|
912
916
|
},
|
|
913
917
|
{
|
|
914
918
|
path: "/report",
|
|
915
919
|
name: "reports",
|
|
916
|
-
component: () => import("./Report-
|
|
920
|
+
component: () => import("./Report-038EPMeP.js")
|
|
917
921
|
},
|
|
918
922
|
{
|
|
919
923
|
path: "/insights",
|
|
920
924
|
name: "insights",
|
|
921
|
-
component: () => import("./InsightView-
|
|
925
|
+
component: () => import("./InsightView-DGe9I2eo.js")
|
|
922
926
|
},
|
|
923
927
|
{
|
|
924
928
|
path: "/report-view",
|
|
925
929
|
name: "reportView",
|
|
926
|
-
component: () => import("./ReportView-
|
|
930
|
+
component: () => import("./ReportView-CBv6vAEA.js")
|
|
927
931
|
},
|
|
928
932
|
{
|
|
929
933
|
path: "/report-editor",
|
|
930
934
|
name: "reportEditor",
|
|
931
|
-
component: () => import("./ReportEditor-
|
|
935
|
+
component: () => import("./ReportEditor-BcC_gLX7.js")
|
|
932
936
|
},
|
|
933
937
|
{
|
|
934
938
|
path: "/report-editor/tile-editor",
|
|
935
939
|
name: "tileEditor",
|
|
936
|
-
component: () => import("./TileEditor-
|
|
940
|
+
component: () => import("./TileEditor-BnxzyDyT.js")
|
|
937
941
|
},
|
|
938
942
|
{
|
|
939
943
|
path: "/setting",
|
|
940
944
|
name: "setting",
|
|
941
|
-
component: () => import("./Setting-
|
|
945
|
+
component: () => import("./Setting-DUTaqkHT.js")
|
|
942
946
|
},
|
|
943
947
|
{
|
|
944
948
|
path: "/integration",
|
|
945
|
-
component: () => import("./Layout-
|
|
949
|
+
component: () => import("./Layout-DG22wg9C.js"),
|
|
946
950
|
children: [
|
|
947
951
|
{
|
|
948
952
|
name: "integrations",
|
|
949
953
|
path: "",
|
|
950
|
-
component: () => import("./Integrations-
|
|
954
|
+
component: () => import("./Integrations-OOJ4jft8.js")
|
|
951
955
|
},
|
|
952
956
|
{
|
|
953
957
|
name: "integration",
|
|
954
958
|
path: "/integration/:id",
|
|
955
|
-
component: () => import("./Integration-
|
|
959
|
+
component: () => import("./Integration-ClrG1i5Y.js")
|
|
956
960
|
}
|
|
957
961
|
]
|
|
958
962
|
},
|
|
@@ -974,7 +978,7 @@ t({
|
|
|
974
978
|
const m = {
|
|
975
979
|
"en-US": a,
|
|
976
980
|
"zh-CN": i
|
|
977
|
-
}, s = e(() => import("./App-
|
|
981
|
+
}, s = e(() => import("./App-Cij0eM2J.js"));
|
|
978
982
|
export {
|
|
979
983
|
s as FmApp,
|
|
980
984
|
m as i18nMessages,
|