@feedmepos/mf-report 5.16.2-beta.0 → 5.16.2
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-Cai6hgDX.js → App-DIlXfYVS.js} +33 -33
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-4ProJ47u.js → BaseDialog.vue_vue_type_script_setup_true_lang-hVy9igKO.js} +1 -1
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-Yv4mU3CA.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-Dt9Am72I.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-Be1zUefG.js → Default.vue_vue_type_script_setup_true_lang-B1dzpRER.js} +2 -2
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-BouULeLr.js → DynamicWidget.vue_vue_type_script_setup_true_lang-BFuFkeyI.js} +5 -5
- package/dist/{InsightView-BMdULXxB.js → InsightView-BVDT1Xd-.js} +5 -5
- package/dist/{Integration-DDzxygM_.js → Integration-BGJgv8ld.js} +2 -2
- package/dist/{Integrations-NlOsDssY.js → Integrations-BFR4GSe-.js} +3 -3
- package/dist/{Layout-Bj0UH9g4.js → Layout-Qt6398R5.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-VZzP3ioV.js → MenuTab.vue_vue_type_script_setup_true_lang-bfpxPjNN.js} +6 -6
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DB0u1Tyc.js → NavigationTab.vue_vue_type_script_setup_true_lang-cA-Ix41x.js} +5 -5
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-BF1MLXsF.js → NoData.vue_vue_type_script_setup_true_lang-DKR68sD0.js} +1 -1
- package/dist/{OverviewView-Bc_LHFuc.js → OverviewView-RDIANyI7.js} +5 -5
- package/dist/{Report-Dm5yvNtt.js → Report-oNP45_4-.js} +4 -4
- package/dist/{ReportEditor-CJW_8r_X.js → ReportEditor-B5rP6lx0.js} +6 -6
- package/dist/{ReportView-BY2yuFlE.js → ReportView-DdEsAWCt.js} +7 -7
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-nAU0NNg5.js → SelectComponent.vue_vue_type_script_setup_true_lang-Ci1K8-FH.js} +1 -1
- package/dist/{Setting-CtJiTvSy.js → Setting-DaALDXQL.js} +4 -4
- package/dist/{TileEditor-RppSHYuT.js → TileEditor-8o1CJeSR.js} +7 -7
- package/dist/{TransitionFade-j_XBbJri.js → TransitionFade-Ch1EVA3h.js} +5 -5
- package/dist/app.js +11 -11
- package/dist/{helper-DJZfVXf0.js → helper-BJTCQMQE.js} +1 -1
- package/dist/{vue-i18n-CHLsTHGb.js → vue-i18n-DN46F6B1.js} +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as O, resolveComponent as b, createBlock as I, openBlock as c, unref as r, isRef as X, withCtx as S, createElementVNode as
|
|
1
|
+
import { defineComponent as O, resolveComponent as b, createBlock as I, openBlock as c, unref as r, isRef as X, withCtx as S, createElementVNode as D, createVNode as k, toDisplayString as E, createTextVNode as Y, onMounted as T, watch as f, ref as j, computed as N, onBeforeMount as Z, onBeforeUnmount as M, createElementBlock as w, Fragment as ee } from "vue";
|
|
2
2
|
import { detectLocale as p, useCoreStore as y } from "@feedmepos/mf-common";
|
|
3
|
-
import { u as te, d as C, a as oe, b as re, c as ae, e as ne, f as se, g as le } from "./vue-i18n-
|
|
3
|
+
import { u as te, d as C, a as oe, b as re, c as ae, e as ne, f as se, g as le } from "./vue-i18n-DN46F6B1.js";
|
|
4
4
|
import { storeToRefs as $ } from "pinia";
|
|
5
|
-
import { u as ue, a as ie, b as ce } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { _ as
|
|
5
|
+
import { u as ue, a as ie, b as ce } from "./BaseDialog.vue_vue_type_script_setup_true_lang-hVy9igKO.js";
|
|
6
|
+
import { _ as me, u as de } from "./NavigationTab.vue_vue_type_script_setup_true_lang-cA-Ix41x.js";
|
|
7
7
|
import { u as U } from "./message-dialog-UoMWOnil.js";
|
|
8
8
|
const ve = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, fe = /* @__PURE__ */ O({
|
|
9
9
|
__name: "Dialog",
|
|
10
|
-
setup(
|
|
10
|
+
setup(m) {
|
|
11
11
|
const { t } = te(), a = U(), { isOpened: n, message: u, title: i } = $(U());
|
|
12
|
-
return (
|
|
12
|
+
return (d, l) => {
|
|
13
13
|
const v = b("FmButton"), g = b("FmDialog");
|
|
14
14
|
return c(), I(g, {
|
|
15
15
|
modelValue: r(n),
|
|
@@ -18,13 +18,13 @@ const ve = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, fe
|
|
|
18
18
|
"close-button": !1
|
|
19
19
|
}, {
|
|
20
20
|
"dialog-header": S(() => [
|
|
21
|
-
Y(
|
|
21
|
+
Y(E(r(i)), 1)
|
|
22
22
|
]),
|
|
23
23
|
default: S(() => [
|
|
24
|
-
|
|
24
|
+
D("p", ve, E(r(u)), 1)
|
|
25
25
|
]),
|
|
26
26
|
"dialog-footer": S(() => [
|
|
27
|
-
l[1] || (l[1] =
|
|
27
|
+
l[1] || (l[1] = D("div", { class: "grow" }, null, -1)),
|
|
28
28
|
k(v, {
|
|
29
29
|
label: r(t)("report.common.cancel"),
|
|
30
30
|
variant: "tertiary",
|
|
@@ -39,9 +39,9 @@ const ve = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, fe
|
|
|
39
39
|
}, 8, ["modelValue"]);
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
}), x =
|
|
42
|
+
}), x = j(p());
|
|
43
43
|
function pe() {
|
|
44
|
-
const
|
|
44
|
+
const m = (t) => {
|
|
45
45
|
switch (x.value = t, t) {
|
|
46
46
|
case "zh-CN":
|
|
47
47
|
C.locale("zh-cn");
|
|
@@ -52,21 +52,21 @@ function pe() {
|
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
54
|
return T(() => {
|
|
55
|
-
|
|
56
|
-
}), f(() => p(),
|
|
55
|
+
m(p());
|
|
56
|
+
}), f(() => p(), m, { deep: !0, immediate: !0 }), {
|
|
57
57
|
currentLocale: x
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
C.locale(p() === "zh-CN" ? "zh-cn" : "en");
|
|
61
61
|
const ge = ["src"], he = ["src"], $e = /* @__PURE__ */ O({
|
|
62
62
|
__name: "App",
|
|
63
|
-
setup(
|
|
64
|
-
const { businessId: t, token: a, country: n } = $(oe()), { sessionUser: u, currentBusiness: i, currentCountry:
|
|
63
|
+
setup(m) {
|
|
64
|
+
const { businessId: t, token: a, country: n } = $(oe()), { sessionUser: u, currentBusiness: i, currentCountry: d, registerSidebarComponent: l } = y(), { getRestaurantAndWarehouse: v, getBusinessSetting: g } = re(), { getFeatureFlags: h } = ae(), { version: s } = $(ue()), { getSettings: z } = ne(), { promptLoader: A } = se(), J = N(() => `https://portal-v1.feedme.cc/b/${t.value}/report/CLOSE_UP?showHeader=false&country=${n.value.toUpperCase()}&menuOption=business-report&token=${a.value}&v2=true&reportV5Button=true`), G = N(() => `https://report-v4.feedme.cc?businessId=${t.value}&country=${n.value}&token=${a.value}&reportV3Button=true`);
|
|
65
65
|
f(
|
|
66
|
-
[() => i.value, () => u.value, () =>
|
|
66
|
+
[() => i.value, () => u.value, () => d.value],
|
|
67
67
|
() => {
|
|
68
68
|
var o, e;
|
|
69
|
-
i.value && u.value &&
|
|
69
|
+
i.value && u.value && d.value && (t.value = ((o = i.value) == null ? void 0 : o.id) ?? "", a.value = ((e = u.value) == null ? void 0 : e.token) ?? "", n.value = d.value ?? "");
|
|
70
70
|
},
|
|
71
71
|
{ immediate: !0 }
|
|
72
72
|
);
|
|
@@ -91,36 +91,36 @@ const ge = ["src"], he = ["src"], $e = /* @__PURE__ */ O({
|
|
|
91
91
|
f(s, () => {
|
|
92
92
|
["v3", "v4"].includes(s.value) ? y().hideSidebarToggle(!0) : y().hideSidebarToggle(!1);
|
|
93
93
|
}), Z(() => {
|
|
94
|
-
l(
|
|
94
|
+
l(me);
|
|
95
95
|
}), T(() => {
|
|
96
|
-
console.log("5.16.2
|
|
96
|
+
console.log("5.16.2", !0), window.addEventListener("message", F), window.addEventListener("message", B);
|
|
97
97
|
});
|
|
98
|
-
const
|
|
98
|
+
const L = ie(), R = de();
|
|
99
99
|
M(() => {
|
|
100
|
-
window.removeEventListener("message", F), window.removeEventListener("message", B),
|
|
100
|
+
window.removeEventListener("message", F), window.removeEventListener("message", B), L.$dispose(), R.$dispose();
|
|
101
101
|
});
|
|
102
|
-
const { getReports:
|
|
102
|
+
const { getReports: P, getOverviewReport: H, getReportConfig: V } = L, { getSchema: K } = ce(), { fetchSchedules: Q } = R, { init: W } = le(), _ = j("v5");
|
|
103
103
|
return f(
|
|
104
104
|
() => t.value,
|
|
105
105
|
() => {
|
|
106
106
|
t.value !== "" && A(async () => {
|
|
107
|
-
await
|
|
108
|
-
apiKey: "
|
|
107
|
+
await W({
|
|
108
|
+
apiKey: "6GhcttsJ9Rj9cTevcdrpin",
|
|
109
109
|
url: "https://flag.feedme.farm/api/v1/",
|
|
110
110
|
enableAnalytics: !1,
|
|
111
111
|
cacheFlags: !1
|
|
112
112
|
});
|
|
113
|
-
const o = await
|
|
113
|
+
const o = await V();
|
|
114
114
|
_.value = o.version, s.value = _.value, await Promise.all([
|
|
115
115
|
h(),
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
G(),
|
|
116
|
+
V(),
|
|
117
|
+
H(),
|
|
119
118
|
P(),
|
|
120
|
-
|
|
119
|
+
K(),
|
|
120
|
+
Q(),
|
|
121
121
|
g(),
|
|
122
122
|
v(),
|
|
123
|
-
|
|
123
|
+
z()
|
|
124
124
|
]);
|
|
125
125
|
});
|
|
126
126
|
},
|
|
@@ -128,7 +128,7 @@ const ge = ["src"], he = ["src"], $e = /* @__PURE__ */ O({
|
|
|
128
128
|
immediate: !0
|
|
129
129
|
}
|
|
130
130
|
), pe(), (o, e) => {
|
|
131
|
-
const
|
|
131
|
+
const q = b("router-view");
|
|
132
132
|
return c(), w(ee, null, [
|
|
133
133
|
k(fe),
|
|
134
134
|
r(s) === "v3" ? (c(), w("iframe", {
|
|
@@ -138,8 +138,8 @@ const ge = ["src"], he = ["src"], $e = /* @__PURE__ */ O({
|
|
|
138
138
|
}, null, 8, ge)) : r(s) === "v4" ? (c(), w("iframe", {
|
|
139
139
|
key: 1,
|
|
140
140
|
class: "bg-white h-full w-full",
|
|
141
|
-
src:
|
|
142
|
-
}, null, 8, he)) : (c(), I(
|
|
141
|
+
src: G.value
|
|
142
|
+
}, null, 8, he)) : (c(), I(q, { key: 2 }))
|
|
143
143
|
], 64);
|
|
144
144
|
};
|
|
145
145
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as Ne, a as te, F as Z, s as ee, b as Ce, c as at, o as st, d as ye, e as lt, r as Je, l as ot } from "./vue-i18n-
|
|
1
|
+
import { k as Ne, a as te, F as Z, s as ee, b as Ce, c as at, o as st, d as ye, e as lt, r as Je, l as ot } from "./vue-i18n-DN46F6B1.js";
|
|
2
2
|
import { storeToRefs as V, defineStore as Me } from "pinia";
|
|
3
3
|
import { ref as B, computed as Ae, watch as De, h as _t, defineComponent as ut, mergeModels as qe, useModel as dt, resolveComponent as ke, createBlock as ct, openBlock as pt, withCtx as be, createElementVNode as yt, createVNode as He, renderSlot as ft, createTextVNode as $t, toDisplayString as St } from "vue";
|
|
4
4
|
import { useSnackbar as Ge, components as gt } from "@feedmepos/ui-library";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as O, resolveComponent as b, createBlock as D, openBlock as i, withCtx as R, createCommentVNode as S, createElementVNode as V, toDisplayString as E, renderSlot as N, mergeModels as k, useModel as v, ref as x, watch as F, createElementBlock as Y, createVNode as y, unref as u } from "vue";
|
|
2
|
-
import { u as j, d as o, P as U, C as q } from "./vue-i18n-
|
|
3
|
-
import { d as P } from "./helper-
|
|
2
|
+
import { u as j, d as o, P as U, C as q } from "./vue-i18n-DN46F6B1.js";
|
|
3
|
+
import { d as P } from "./helper-BJTCQMQE.js";
|
|
4
4
|
import { detectLocale as T } from "@feedmepos/mf-common";
|
|
5
5
|
const z = { class: "fm-typo-en-body-md-600 text-ellipsis overflow-hidden whitespace-nowrap" }, _ = { class: "fm-typo-en-body-md-600 text-ellipsis overflow-hidden whitespace-nowrap" }, M = /* @__PURE__ */ O({
|
|
6
6
|
__name: "FilterChip",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as u, computed as f, resolveComponent as p, createElementBlock as s, openBlock as t, normalizeStyle as n, normalizeClass as d, unref as e, createBlock as y, createCommentVNode as _, createVNode as h, createElementVNode as k, toDisplayString as g, renderSlot as x } from "vue";
|
|
2
|
-
import { _ as v } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as v } from "./NavigationTab.vue_vue_type_script_setup_true_lang-cA-Ix41x.js";
|
|
3
3
|
import { useBreakpoints as b } from "@feedmepos/ui-library";
|
|
4
4
|
import { storeToRefs as C } from "pinia";
|
|
5
|
-
import { u as q, f as w } from "./vue-i18n-
|
|
5
|
+
import { u as q, f as w } from "./vue-i18n-DN46F6B1.js";
|
|
6
6
|
import { useRoute as B } from "vue-router";
|
|
7
7
|
const $ = {
|
|
8
8
|
key: 1,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { computed as y, defineComponent as ee, mergeModels as me, useModel as te, ref as h, onMounted as ke, nextTick as X, watch as J, resolveComponent as V, createElementBlock as N, openBlock as W, Fragment as oe, renderSlot as pe, createVNode as B, normalizeStyle as ne, unref as l, createElementVNode as P, toDisplayString as Le, withCtx as q, createBlock as U, createCommentVNode as he, normalizeClass as Pe, h as bt, renderList as kt, createTextVNode as Qt, onUnmounted as ea, resolveDynamicComponent as ta, withDirectives as aa, vShow as la } from "vue";
|
|
2
|
-
import { W as F, d as Ee, v as $e, e as Ye, f as _t, q as oa, R as xe, g as na } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { u as Me, b as at, a as lt } from "./vue-i18n-
|
|
4
|
-
import { a as wt } from "./helper-
|
|
2
|
+
import { W as F, d as Ee, v as $e, e as Ye, f as _t, q as oa, R as xe, g as na } from "./BaseDialog.vue_vue_type_script_setup_true_lang-hVy9igKO.js";
|
|
3
|
+
import { u as Me, b as at, a as lt } from "./vue-i18n-DN46F6B1.js";
|
|
4
|
+
import { a as wt } from "./helper-BJTCQMQE.js";
|
|
5
5
|
import { storeToRefs as ze, defineStore as sa } from "pinia";
|
|
6
6
|
import { useBreakpoints as Tt, components as ra, useSnackbar as Rt } from "@feedmepos/ui-library";
|
|
7
|
-
import { a as ia } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { a as ia } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Ci1K8-FH.js";
|
|
8
8
|
import { r as Ce } from "./i18n-Cif1I9J2.js";
|
|
9
|
-
import { _ as xt } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { _ as xt } from "./NoData.vue_vue_type_script_setup_true_lang-DKR68sD0.js";
|
|
10
10
|
var Je = /* @__PURE__ */ ((e) => (e.line = "LINE", e.bar = "BAR", e))(Je || {}), Z = /* @__PURE__ */ ((e) => (e.top = "TOP", e.bottom = "BOTTOM", e))(Z || {}), Ke = /* @__PURE__ */ ((e) => (e.start = "start", e.center = "center", e.end = "end", e))(Ke || {}), Ze = /* @__PURE__ */ ((e) => (e.start = "start", e.center = "center", e.end = "end", e.left = "left", e.right = "right", e.top = "top", e.bottom = "bottom", e))(Ze || {}), Qe = /* @__PURE__ */ ((e) => (e.top = "top", e.bottom = "bottom", e))(Qe || {}), et = /* @__PURE__ */ ((e) => (e.right = "right", e.left = "left", e))(et || {}), tt = /* @__PURE__ */ ((e) => (e.top = "top", e.bottom = "bottom", e.right = "right", e.left = "left", e.chartArea = "chartArea", e))(tt || {});
|
|
11
11
|
F.Circular, F.Table, F.BarChart, F.LineChart, F.StackBarChart, F.StackLineChart, F.Scorecard, F.Spacer;
|
|
12
12
|
const ua = [
|
|
@@ -2,13 +2,13 @@ var Zo = Object.defineProperty;
|
|
|
2
2
|
var Jo = (i, t, e) => t in i ? Zo(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
3
3
|
var k = (i, t, e) => Jo(i, typeof t != "symbol" ? t + "" : t, e);
|
|
4
4
|
import { ref as $t, defineComponent as oe, watch as ri, computed as _t, onMounted as Qo, createElementBlock as U, openBlock as I, createElementVNode as R, renderSlot as Un, toDisplayString as lt, resolveDirective as Xn, createCommentVNode as St, Fragment as Ii, renderList as zi, createBlock as Ht, withDirectives as Ge, resolveDynamicComponent as es, unref as G, withCtx as Yt, createVNode as et, normalizeClass as Ze, resolveComponent as Me, useModel as ta, createTextVNode as ea, isRef as ki, nextTick as ia } from "vue";
|
|
5
|
-
import { _ as sa } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { _ as na } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { d as Bi, a as Kn, q as qn, F as Gn, u as Zn, h as ys, b as oa } from "./vue-i18n-
|
|
5
|
+
import { _ as sa } from "./Default.vue_vue_type_script_setup_true_lang-B1dzpRER.js";
|
|
6
|
+
import { _ as na } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-Dt9Am72I.js";
|
|
7
|
+
import { d as Bi, a as Kn, q as qn, F as Gn, u as Zn, h as ys, b as oa } from "./vue-i18n-DN46F6B1.js";
|
|
8
8
|
import { storeToRefs as Jn } from "pinia";
|
|
9
9
|
import { components as is, useSnackbar as aa } from "@feedmepos/ui-library";
|
|
10
|
-
import { _ as ra } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
11
|
-
import { a as la, G as ca } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
10
|
+
import { _ as ra } from "./NoData.vue_vue_type_script_setup_true_lang-DKR68sD0.js";
|
|
11
|
+
import { a as la, G as ca } from "./NavigationTab.vue_vue_type_script_setup_true_lang-cA-Ix41x.js";
|
|
12
12
|
import { useCoreStore as ha } from "@feedmepos/mf-common";
|
|
13
13
|
function da({ start: i, end: t }) {
|
|
14
14
|
return `${Bi(t).format("DD MMM")}, ${Bi(t).format("YYYY")}`;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as X, mergeModels as Se, useModel as W, computed as q, resolveComponent as D, createElementBlock as P, openBlock as b, createElementVNode as t, createCommentVNode as O, normalizeClass as je, Fragment as xe, createBlock as M, withCtx as we, toDisplayString as C, renderList as Ce, createVNode as n, unref as r, normalizeStyle as Je, createTextVNode as Ze, ref as Y, onUnmounted as Ae, watch as _e, isRef as $e, h as A, resolveDynamicComponent as Ve, mergeProps as Be, onMounted as Ye } from "vue";
|
|
2
2
|
import { useRouter as ue, useRoute as et } from "vue-router";
|
|
3
|
-
import { u as J, I as ge, d as Me, t as tt, e as ke, f as De, b as fe, x as ot, n as at, w as Ke, y as Te, z as Fe, A as Ne, B as Ee, E as lt, G as nt, H as st, J as be, K as Oe, L as it, M as rt, N as dt, O as mt } from "./vue-i18n-
|
|
3
|
+
import { u as J, I as ge, d as Me, t as tt, e as ke, f as De, b as fe, x as ot, n as at, w as Ke, y as Te, z as Fe, A as Ne, B as Ee, E as lt, G as nt, H as st, J as be, K as Oe, L as it, M as rt, N as dt, O as mt } from "./vue-i18n-DN46F6B1.js";
|
|
4
4
|
import { u as Ue } from "./message-dialog-UoMWOnil.js";
|
|
5
5
|
import { useSnackbar as ve } from "@feedmepos/ui-library";
|
|
6
6
|
import { storeToRefs as Ie } from "pinia";
|
|
7
|
-
import { _ as Pe } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { _ as Pe } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-Dt9Am72I.js";
|
|
8
8
|
const pt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-between" }, ct = { class: "w-[100%]" }, ut = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, ft = { class: "w-[100%] flex flex-row gap-[4px]" }, vt = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, gt = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, yt = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "w-[24px] flex items-center"
|