@feedmepos/mf-miniprogram-v2 0.2.2-dev.19 → 0.2.2-dev.20
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-BWnR2QQN.js +213 -0
- package/dist/{BrandFontPicker-BFjp8k2W.js → BrandFontPicker-kQKWf1hL.js} +1 -1
- package/dist/{BrandKitView-DUbIT3c8.js → BrandKitView-RaUWE69b.js} +2 -2
- package/dist/{ControlPlaneView-DZ-hNfCQ.js → ControlPlaneView-H-hlL2ND.js} +7825 -7554
- package/dist/{EcosystemView-B359jaNI.js → EcosystemView-MvrxhO3T.js} +4 -4
- package/dist/{LegacyWorkspaceEntry-opz_kWz9.js → LegacyWorkspaceEntry-lEMtmdIe.js} +1 -1
- package/dist/{MobileProjectsView-lV5bkuns.js → MobileProjectsView-BfFS_47C.js} +4 -4
- package/dist/{ModuleCenterView-DyMr3iWV.js → ModuleCenterView-ujyL9wW3.js} +1 -1
- package/dist/{ModuleDetailView-BeXK89Cs.js → ModuleDetailView-DFXFxSIN.js} +1 -1
- package/dist/{PagesView-VqFkmYxN.js → PagesView-DOSrArQb.js} +1 -1
- package/dist/{PortalSettingsView-BmmMJ5Zm.js → PortalSettingsView-DjFh8IRa.js} +3 -3
- package/dist/TemplateCenterView-BOS6FDQ0.js +475 -0
- package/dist/{WorkspaceEntryView-BTYo51RE.js → WorkspaceEntryView-CkTnQH9g.js} +1 -1
- package/dist/app.js +21 -10
- package/dist/{controlPlane-CoEgf9BA.js → controlPlane-sXaC6pAh.js} +1 -1
- package/dist/{index-D5qXvcfE.js → index-CIJWcl_6.js} +10 -9
- package/dist/package.json +1 -1
- package/dist/{portalContext-C4HL_0kl.js → portalContext-6164Gyod.js} +2 -2
- package/dist/routes-Cay_S88s.js +75 -0
- package/dist/style.css +1 -1
- package/dist/templatePickerFlag-nLdZY-yh.js +59 -0
- package/dist/{useBrandKit-BlKlqpo2.js → useBrandKit-CkdPQRE-.js} +2 -2
- package/dist/{useModuleCatalog-DqECds3F.js → useModuleCatalog-Cd13YPg6.js} +2 -2
- package/package.json +1 -1
- package/dist/App-Dj20Jl8B.js +0 -197
- package/dist/localPreference-DneUpUrQ.js +0 -34
- package/dist/routes-Boz_WlNM.js +0 -54
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import { defineComponent as N, computed as y, ref as q, onMounted as V, onBeforeUnmount as O, resolveComponent as f, openBlock as n, createElementBlock as i, Fragment as S, createElementVNode as a, normalizeClass as P, createVNode as o, renderList as w, unref as l, withCtx as u, toDisplayString as v, createBlock as B, createCommentVNode as F } from "vue";
|
|
2
|
+
import { useCoreStore as $ } from "@feedmepos/mf-common";
|
|
3
|
+
import { useRoute as D, RouterView as G } from "vue-router";
|
|
4
|
+
import { P as c } from "./PortalIcon-DO0VrIoY.js";
|
|
5
|
+
import { r as I, u as Q, t as U, w as L } from "./templatePickerFlag-nLdZY-yh.js";
|
|
6
|
+
import { p as H } from "./portalContext-6164Gyod.js";
|
|
7
|
+
import { p as d } from "./portalNavigation-DKCfwTH8.js";
|
|
8
|
+
import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
|
+
const W = {
|
|
10
|
+
class: "portal-sidebar",
|
|
11
|
+
"aria-label": "Mini Program navigation"
|
|
12
|
+
}, X = ["aria-expanded", "aria-label"], Y = {
|
|
13
|
+
id: "miniprogram-navigation",
|
|
14
|
+
class: "portal-nav"
|
|
15
|
+
}, Z = { class: "portal-nav-label" }, ee = { class: "portal-nav-label" }, ae = { class: "portal-main" }, le = {
|
|
16
|
+
key: 0,
|
|
17
|
+
class: "portal-breadcrumb",
|
|
18
|
+
"aria-label": "Breadcrumb"
|
|
19
|
+
}, te = {
|
|
20
|
+
id: "miniprogram-content",
|
|
21
|
+
class: "portal-content",
|
|
22
|
+
tabindex: "-1"
|
|
23
|
+
}, oe = {
|
|
24
|
+
key: 0,
|
|
25
|
+
class: "portal-empty"
|
|
26
|
+
}, re = {
|
|
27
|
+
key: 1,
|
|
28
|
+
class: "portal-loading",
|
|
29
|
+
role: "status"
|
|
30
|
+
}, ne = {
|
|
31
|
+
key: 2,
|
|
32
|
+
class: "portal-empty",
|
|
33
|
+
role: "alert"
|
|
34
|
+
}, se = /* @__PURE__ */ N({
|
|
35
|
+
__name: "App",
|
|
36
|
+
setup(ie) {
|
|
37
|
+
const r = D(), k = $(), s = H(), p = y(() => r.name === "miniprogram-v2-project"), b = q(
|
|
38
|
+
I(
|
|
39
|
+
"mpv2:portal-collapsed",
|
|
40
|
+
typeof window < "u" && window.matchMedia("(max-width: 1000px)").matches
|
|
41
|
+
)
|
|
42
|
+
), g = q(I("mpv2:editor-collapsed", !0)), _ = y(() => p.value ? g.value : b.value), h = y(
|
|
43
|
+
() => {
|
|
44
|
+
var C;
|
|
45
|
+
return p.value ? (C = s.context.value) == null ? void 0 : C.project.name : String(r.meta.title ?? "Ecosystem");
|
|
46
|
+
}
|
|
47
|
+
), T = [
|
|
48
|
+
{ name: "miniprogram-v2-ecosystem", label: "Ecosystem", icon: "ecosystem" },
|
|
49
|
+
{ name: "miniprogram-v2-brand-kit", label: "Brand Kit", icon: "brand" },
|
|
50
|
+
{ name: "miniprogram-v2-pages", label: "Pages", icon: "pages" }
|
|
51
|
+
], R = y(() => ({ name: "miniprogram-v2-mobile-projects", query: d(r.query) })), z = Q(), A = U();
|
|
52
|
+
let M = !1;
|
|
53
|
+
V(() => {
|
|
54
|
+
M = k.hideSidebar.value, k.hideSidebar.value = !0;
|
|
55
|
+
}), O(() => {
|
|
56
|
+
k.hideSidebar.value = M;
|
|
57
|
+
});
|
|
58
|
+
function E() {
|
|
59
|
+
p.value ? (g.value = !g.value, L("mpv2:editor-collapsed", g.value)) : (b.value = !b.value, L("mpv2:portal-collapsed", b.value));
|
|
60
|
+
}
|
|
61
|
+
return (C, e) => {
|
|
62
|
+
const m = f("RouterLink"), x = f("FmIcon"), j = f("FmCircularProgress"), K = f("FmButton");
|
|
63
|
+
return n(), i(S, null, [
|
|
64
|
+
e[13] || (e[13] = a("link", {
|
|
65
|
+
href: "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0..1,0",
|
|
66
|
+
rel: "stylesheet"
|
|
67
|
+
}, null, -1)),
|
|
68
|
+
a("div", {
|
|
69
|
+
class: P(["mpv2-app portal-shell", { "portal-shell--collapsed": _.value }])
|
|
70
|
+
}, [
|
|
71
|
+
e[12] || (e[12] = a("a", {
|
|
72
|
+
class: "portal-skip",
|
|
73
|
+
href: "#miniprogram-content"
|
|
74
|
+
}, "Skip to content", -1)),
|
|
75
|
+
a("aside", W, [
|
|
76
|
+
a("button", {
|
|
77
|
+
class: "portal-sidebar-toggle",
|
|
78
|
+
type: "button",
|
|
79
|
+
"aria-expanded": !_.value,
|
|
80
|
+
"aria-controls": "miniprogram-navigation",
|
|
81
|
+
"aria-label": _.value ? "Expand navigation" : "Collapse navigation",
|
|
82
|
+
onClick: E
|
|
83
|
+
}, [
|
|
84
|
+
o(c, { name: "collapse" }),
|
|
85
|
+
e[0] || (e[0] = a("span", { class: "portal-nav-label" }, "Mini Program", -1))
|
|
86
|
+
], 8, X),
|
|
87
|
+
a("nav", Y, [
|
|
88
|
+
(n(), i(S, null, w(T, (t) => o(m, {
|
|
89
|
+
key: t.name,
|
|
90
|
+
to: { name: t.name, query: l(d)(l(r).query) },
|
|
91
|
+
class: "portal-nav-item",
|
|
92
|
+
title: t.label,
|
|
93
|
+
"aria-label": t.label,
|
|
94
|
+
"aria-current": l(r).name === t.name ? "page" : void 0
|
|
95
|
+
}, {
|
|
96
|
+
default: u(() => [
|
|
97
|
+
o(c, {
|
|
98
|
+
name: t.icon
|
|
99
|
+
}, null, 8, ["name"]),
|
|
100
|
+
a("span", Z, v(t.label), 1)
|
|
101
|
+
]),
|
|
102
|
+
_: 2
|
|
103
|
+
}, 1032, ["to", "title", "aria-label", "aria-current"])), 64)),
|
|
104
|
+
e[4] || (e[4] = a("p", { class: "portal-nav-caption" }, "Platforms", -1)),
|
|
105
|
+
o(m, {
|
|
106
|
+
to: R.value,
|
|
107
|
+
class: P(["portal-nav-item", { "router-link-active": p.value }]),
|
|
108
|
+
title: "Mobile Ordering",
|
|
109
|
+
"aria-label": "Mobile Ordering",
|
|
110
|
+
"aria-current": p.value ? "page" : void 0
|
|
111
|
+
}, {
|
|
112
|
+
default: u(() => [
|
|
113
|
+
o(c, { name: "mobile" }),
|
|
114
|
+
e[1] || (e[1] = a("span", { class: "portal-nav-label" }, "Mobile Ordering", -1))
|
|
115
|
+
]),
|
|
116
|
+
_: 1
|
|
117
|
+
}, 8, ["to", "class", "aria-current"]),
|
|
118
|
+
(n(), i(S, null, w(["tablet", "kiosk"], (t) => o(m, {
|
|
119
|
+
key: t,
|
|
120
|
+
to: { name: `miniprogram-v2-${t}`, query: l(d)(l(r).query) },
|
|
121
|
+
class: "portal-nav-item",
|
|
122
|
+
title: t === "tablet" ? "Tablet" : "Kiosk",
|
|
123
|
+
"aria-label": t === "tablet" ? "Tablet" : "Kiosk"
|
|
124
|
+
}, {
|
|
125
|
+
default: u(() => [
|
|
126
|
+
o(c, { name: t }, null, 8, ["name"]),
|
|
127
|
+
a("span", ee, v(t === "tablet" ? "Tablet" : "Kiosk"), 1)
|
|
128
|
+
]),
|
|
129
|
+
_: 2
|
|
130
|
+
}, 1032, ["to", "title", "aria-label"])), 64)),
|
|
131
|
+
e[5] || (e[5] = a("div", { class: "portal-nav-divider" }, null, -1)),
|
|
132
|
+
o(m, {
|
|
133
|
+
to: { name: "miniprogram-v2-module-center", query: l(d)(l(r).query) },
|
|
134
|
+
class: P(["portal-nav-item", { "router-link-active": l(r).name === "miniprogram-v2-module-detail" }]),
|
|
135
|
+
title: "Module library",
|
|
136
|
+
"aria-label": "Module library"
|
|
137
|
+
}, {
|
|
138
|
+
default: u(() => [
|
|
139
|
+
o(x, {
|
|
140
|
+
name: "widgets",
|
|
141
|
+
size: "md"
|
|
142
|
+
}),
|
|
143
|
+
e[2] || (e[2] = a("span", { class: "portal-nav-label" }, "Module library", -1))
|
|
144
|
+
]),
|
|
145
|
+
_: 1
|
|
146
|
+
}, 8, ["to", "class"]),
|
|
147
|
+
l(z) && l(A) ? (n(), B(m, {
|
|
148
|
+
key: 0,
|
|
149
|
+
to: { name: "miniprogram-v2-template-center", query: l(d)(l(r).query) },
|
|
150
|
+
class: "portal-nav-item",
|
|
151
|
+
title: "Template library",
|
|
152
|
+
"aria-label": "Template library"
|
|
153
|
+
}, {
|
|
154
|
+
default: u(() => [
|
|
155
|
+
o(x, {
|
|
156
|
+
name: "dashboard_customize",
|
|
157
|
+
size: "md"
|
|
158
|
+
}),
|
|
159
|
+
e[3] || (e[3] = a("span", { class: "portal-nav-label" }, "Template library", -1))
|
|
160
|
+
]),
|
|
161
|
+
_: 1
|
|
162
|
+
}, 8, ["to"])) : F("", !0)
|
|
163
|
+
]),
|
|
164
|
+
o(m, {
|
|
165
|
+
to: { name: "miniprogram-v2-settings", query: l(d)(l(r).query) },
|
|
166
|
+
class: "portal-nav-item portal-settings-link",
|
|
167
|
+
title: "Settings",
|
|
168
|
+
"aria-label": "Settings"
|
|
169
|
+
}, {
|
|
170
|
+
default: u(() => [
|
|
171
|
+
o(c, { name: "settings" }),
|
|
172
|
+
e[6] || (e[6] = a("span", { class: "portal-nav-label" }, "Settings", -1))
|
|
173
|
+
]),
|
|
174
|
+
_: 1
|
|
175
|
+
}, 8, ["to"])
|
|
176
|
+
]),
|
|
177
|
+
a("div", ae, [
|
|
178
|
+
p.value ? F("", !0) : (n(), i("header", le, [
|
|
179
|
+
a("span", null, v(l(s).businessName.value), 1),
|
|
180
|
+
e[7] || (e[7] = a("span", { "aria-hidden": "true" }, "/", -1)),
|
|
181
|
+
a("span", null, v(h.value), 1),
|
|
182
|
+
e[8] || (e[8] = a("div", {
|
|
183
|
+
id: "portal-page-actions",
|
|
184
|
+
class: "portal-page-actions"
|
|
185
|
+
}, null, -1))
|
|
186
|
+
])),
|
|
187
|
+
a("div", te, [
|
|
188
|
+
l(s).businessId.value ? l(s).loading.value ? (n(), i("div", re, [
|
|
189
|
+
o(j, { size: "xl" }),
|
|
190
|
+
e[10] || (e[10] = a("span", null, "Loading your Mini Program…", -1))
|
|
191
|
+
])) : l(s).error.value ? (n(), i("section", ne, [
|
|
192
|
+
e[11] || (e[11] = a("h1", null, "Could not open this Mini Program", -1)),
|
|
193
|
+
a("p", null, v(l(s).error.value), 1),
|
|
194
|
+
o(K, {
|
|
195
|
+
label: "Try again",
|
|
196
|
+
onClick: l(s).refresh
|
|
197
|
+
}, null, 8, ["onClick"])
|
|
198
|
+
])) : (n(), B(l(G), {
|
|
199
|
+
key: `${l(s).businessId.value}:${l(r).params.projectId ?? String(l(r).name)}`
|
|
200
|
+
})) : (n(), i("section", oe, [...e[9] || (e[9] = [
|
|
201
|
+
a("h1", null, "Select a business", -1),
|
|
202
|
+
a("p", null, "Choose a business in the Portal header to open its Mini Program.", -1)
|
|
203
|
+
])]))
|
|
204
|
+
])
|
|
205
|
+
])
|
|
206
|
+
], 2)
|
|
207
|
+
], 64);
|
|
208
|
+
};
|
|
209
|
+
}
|
|
210
|
+
}), ye = /* @__PURE__ */ J(se, [["__scopeId", "data-v-782c3640"]]);
|
|
211
|
+
export {
|
|
212
|
+
ye as default
|
|
213
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as te, ref as n, computed as F, watch as G, resolveComponent as I, openBlock as s, createElementBlock as u, withKeys as L, withModifiers as N, createElementVNode as a, toDisplayString as k, createVNode as P, withCtx as J, normalizeStyle as E, withDirectives as K, vModelText as q, Fragment as S, renderList as oe, createCommentVNode as v, unref as T, createBlock as ae, createTextVNode as W, nextTick as le } from "vue";
|
|
2
|
-
import { G as V, f as ne, b as p, l as se } from "./useBrandKit-
|
|
2
|
+
import { G as V, f as ne, b as p, l as se } from "./useBrandKit-CkdPQRE-.js";
|
|
3
3
|
import { _ as re } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const xe = "data:image/png;base64,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", ue = ["onKeydown"], ie = { class: "font-picker__label" }, de = ["disabled", "aria-label", "aria-expanded"], ce = ["onKeydown", "aria-label"], ve = {
|
|
5
5
|
key: 0,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as H, ref as K, computed as z, onMounted as S, onScopeDispose as M, resolveComponent as y, openBlock as l, createElementBlock as r, createElementVNode as t, unref as a, createTextVNode as m, createBlock as _, Teleport as O, toDisplayString as p, createCommentVNode as d, createVNode as c, withCtx as Y, normalizeClass as G, normalizeStyle as j, Fragment as b, renderList as f, withDirectives as A, vModelText as I } from "vue";
|
|
2
|
-
import { _ as q, B as J } from "./BrandFontPicker-
|
|
2
|
+
import { _ as q, B as J } from "./BrandFontPicker-kQKWf1hL.js";
|
|
3
3
|
import { useRouter as Q, onBeforeRouteLeave as W } from "vue-router";
|
|
4
4
|
import { useDialog as X, useSnackbar as Z } from "@feedmepos/ui-library";
|
|
5
|
-
import { a as ee, C as D, t as E, F as te, u as ae, i as se } from "./useBrandKit-
|
|
5
|
+
import { a as ee, C as D, t as E, F as te, u as ae, i as se } from "./useBrandKit-CkdPQRE-.js";
|
|
6
6
|
import { _ as oe } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
7
7
|
const ne = { class: "portal-page bg-portal-bg-canvas text-portal-text-primary" }, le = { class: "portal-page-inner brand-page" }, re = { class: "portal-page-heading" }, ie = { class: "brand-help" }, de = { class: "brand-actions" }, ue = {
|
|
8
8
|
key: 0,
|