@feedmepos/mf-menu 0.32.37-dev.1 → 0.32.38-dev.1
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-Bb-3_ZSx.js → App-DGdS9nht.js} +5 -5
- package/dist/{ApplyProduct.vue_vue_type_script_setup_true_lang-BARmH5Kv.js → ApplyProduct.vue_vue_type_script_setup_true_lang-CBy3XScH.js} +3 -3
- package/dist/{Catalog-yRIPAnDC.js → Catalog-BuI0IVpf.js} +6 -6
- package/dist/{Category-Ca9K5MhL.js → Category-DSTt-Sl6.js} +9 -9
- package/dist/Category-DbL3CS-5.js +224 -0
- package/dist/{CookingGuide-B8BEcGEe.js → CookingGuide-Baw7iMDl.js} +4 -4
- package/dist/{CustomAttributeChip.vue_vue_type_script_setup_true_lang-DIpsCALu.js → CustomAttributeChip.vue_vue_type_script_setup_true_lang-BDZDojOt.js} +1 -1
- package/dist/{Group-BT99kxFT.js → Group-BnzmEllK.js} +1 -1
- package/dist/{Group-th2sIKMq.js → Group-D158_Fr0.js} +7 -7
- package/dist/{Group.vue_vue_type_script_setup_true_lang-BBucri8m.js → Group.vue_vue_type_script_setup_true_lang-C3H6xvlY.js} +227 -216
- package/dist/{GroupMarkupPriceDialog.vue_vue_type_script_setup_true_lang-RBYXZiHI.js → GroupMarkupPriceDialog.vue_vue_type_script_setup_true_lang-D2G40Yc6.js} +5 -5
- package/dist/{ImportProductDialog.vue_vue_type_script_setup_true_lang-DrPwZuUE.js → ImportProductDialog.vue_vue_type_script_setup_true_lang-D-JOSWUn.js} +6 -6
- package/dist/{Ingredient-BEcfdvoj.js → Ingredient-C-gP75uQ.js} +3 -3
- package/dist/{InventoryBinding.vue_vue_type_script_setup_true_lang-CXWw_gWA.js → InventoryBinding.vue_vue_type_script_setup_true_lang-BpuYVaKl.js} +2 -2
- package/dist/{LinkProductSideSheet-5r07FaSs.js → LinkProductSideSheet-DN5fbJVw.js} +3 -3
- package/dist/{MenuSetting-HhVipfSP.js → MenuSetting-CjQ6_Ti_.js} +5 -5
- package/dist/{PrintRoute-xkZf95vB.js → PrintRoute-DK25vS8X.js} +4 -4
- package/dist/{Product-Bn_h8_wa.js → Product-DCEMAuw3.js} +1 -1
- package/dist/{Product.vue_vue_type_script_setup_true_lang-3mmMzUVq.js → Product.vue_vue_type_script_setup_true_lang-DCutU0Ny.js} +348 -337
- package/dist/{ProductInternalTools-BRsD97bC.js → ProductInternalTools-CiDa1V3D.js} +22 -22
- package/dist/{Products-CpDyGrq_.js → Products-DUxtMLiy.js} +50 -50
- package/dist/{Publish-Ce67sfIi.js → Publish-Bs5zVwDw.js} +3 -3
- package/dist/{Recipe-6pn-8XJc.js → Recipe-_WCpFOU6.js} +4 -4
- package/dist/{RuleView.vue_vue_type_script_setup_true_lang-o8JUN34b.js → RuleView.vue_vue_type_script_setup_true_lang-3AVOVYpW.js} +2 -2
- package/dist/{Scheduler-DVIqTWNo.js → Scheduler-BqFwfRlm.js} +3 -3
- package/dist/{ServingSequence-yaPOAqwr.js → ServingSequence-ByNsE8ha.js} +3 -3
- package/dist/{Setting-DCpmd6aM.js → Setting-widqJGfT.js} +5 -5
- package/dist/Subcategory-DXaz2g4-.js +345 -0
- package/dist/{Takeaway-B8yW3jnm.js → Takeaway-Ce_y1_UW.js} +1 -1
- package/dist/{Takeaway-fjsxTI9x.js → Takeaway-DVBJn6re.js} +4 -4
- package/dist/Takeaway.vue_vue_type_script_setup_true_lang-DK2Cp2Dg.js +316 -0
- package/dist/{Thumbnail.vue_vue_type_script_setup_true_lang-c0N8J2_E.js → Thumbnail.vue_vue_type_script_setup_true_lang-CAiNaQMP.js} +4 -4
- package/dist/TranslationSideSheet.vue_vue_type_script_setup_true_lang-BPs9D7Pq.js +185 -0
- package/dist/TreeEditorOpenner.vue_vue_type_script_setup_true_lang-nFLEeipN.js +6120 -0
- package/dist/{Unit-CB7huz6v.js → Unit-XJLHLSYf.js} +2 -2
- package/dist/Variant-BA1AQl9-.js +247 -0
- package/dist/{_id_-C6pbjMX7.js → _id_-CA2rV7Eb.js} +9 -9
- package/dist/app-C9zsFCoJ.js +363 -0
- package/dist/{app-C2AxZIV0.js → app-D2Sxejos.js} +1 -1
- package/dist/app.js +1 -1
- package/dist/apps/mf-menu/src/app.d.ts +264 -0
- package/dist/apps/mf-menu/src/components/ProductTranslationDialog.vue.d.ts +41 -0
- package/dist/apps/mf-menu/src/components/TranslationBadge.vue.d.ts +29 -0
- package/dist/apps/mf-menu/src/components/TranslationFieldSection.vue.d.ts +39 -0
- package/dist/apps/mf-menu/src/components/TranslationSideSheet.vue.d.ts +23 -0
- package/dist/apps/mf-menu/src/components/feature/ApplyProduct/ApplyProduct.vue.d.ts +12 -0
- package/dist/apps/mf-menu/src/components/feature/ApplyProduct/ApplyProductDialog.vue.d.ts +6 -0
- package/dist/apps/mf-menu/src/components/feature/ApplyProduct/index.d.ts +54 -0
- package/dist/apps/mf-menu/src/components/feature/CategoryManager/Form.vue.d.ts +1 -0
- package/dist/apps/mf-menu/src/components/feature/Fields/ImageDropField.vue.d.ts +1 -0
- package/dist/apps/mf-menu/src/components/feature/GroupManager/OptionTable.vue.d.ts +16 -0
- package/dist/apps/mf-menu/src/components/feature/GroupManager/ProductOverrideTranslation.vue.d.ts +22 -0
- package/dist/apps/mf-menu/src/components/feature/GroupManager/UpdateForm.vue.d.ts +6 -0
- package/dist/apps/mf-menu/src/components/feature/PriceTier/PriceTierButton.vue.d.ts +20 -0
- package/dist/apps/mf-menu/src/components/feature/PriceTier/PriceTierForm.vue.d.ts +20 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/category.d.ts +8 -2
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/item.d.ts +24 -1
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/scheduler.d.ts +16 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/useItemFormManagement.d.ts +10 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/OptionTable.vue.d.ts +16 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/UpdateForm.vue.d.ts +6 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/index.d.ts +24 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ItemForm.vue.d.ts +30 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/menuUtils.d.ts +10 -0
- package/dist/apps/mf-menu/src/components/feature/TreeEditor/store/menuV2.d.ts +125 -1
- package/dist/apps/mf-menu/src/components/feature/VariantManager/ProductVariantTranslation.vue.d.ts +37 -0
- package/dist/apps/mf-menu/src/components/import/PreviewAddonContent.vue.d.ts +20 -0
- package/dist/apps/mf-menu/src/composable/linkProducts.d.ts +16 -0
- package/dist/apps/mf-menu/src/helper/item.d.ts +1 -0
- package/dist/apps/mf-menu/src/helper/itemCategories.d.ts +10 -0
- package/dist/apps/mf-menu/src/helper/menu.d.ts +11 -0
- package/dist/apps/mf-menu/src/helper/menuImport.d.ts +125 -1
- package/dist/apps/mf-menu/src/helper/menuSanitizer.d.ts +125 -1
- package/dist/apps/mf-menu/src/manager/menu/category.d.ts +8 -2
- package/dist/apps/mf-menu/src/manager/menu/group.d.ts +1 -0
- package/dist/apps/mf-menu/src/manager/menu/item.d.ts +125 -1
- package/dist/apps/mf-menu/src/manager/menu/subcategory.d.ts +6 -0
- package/dist/apps/mf-menu/src/stores/manager/item.d.ts +31 -1
- package/dist/apps/mf-menu/src/stores/manager/scheduler.d.ts +16 -0
- package/dist/apps/mf-menu/src/stores/manager/takeaway.d.ts +9 -0
- package/dist/apps/mf-menu/src/stores/menu.d.ts +125 -1
- package/dist/apps/mf-menu/src/utils/translation.d.ts +2 -0
- package/dist/apps/mf-menu/src/views/Catalog/Edit/AddCategoryDialogContentComponent.vue.d.ts +1 -0
- package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/Form.vue.d.ts +20 -0
- package/dist/apps/mf-menu/src/views/Publish/UpdateCatalogDialog.vue.d.ts +46 -0
- package/dist/apps/mf-menu/src/views/Scheduler/FilterForm.vue.d.ts +10 -0
- package/dist/apps/mf-menu/src/views/Scheduler/SchedulerDialog.vue.d.ts +10 -0
- package/dist/apps/mf-menu/tsconfig.app.tsbuildinfo +1 -1
- package/dist/assets/linked-status-BrleJSCp.js +13 -0
- package/dist/assets/menu-export-Da3-wtnw.js +107 -0
- package/dist/assets/override-menu-ChjeVe4O.js +13 -0
- package/dist/assets/validate-menu-YVTxOfeq.js +13 -0
- package/dist/{catalog-CExooVeT.js → catalog-YvUT-JIh.js} +1 -1
- package/dist/{catalogSetting-DdEejp3Q.js → catalogSetting-CXOYJZO3.js} +1 -1
- package/dist/{currency-Prr2X-1u.js → currency-np4zdWW1.js} +1 -1
- package/dist/dayjs.min-CSuLNurY.js +6 -0
- package/dist/{index-D3Vh13iX.js → index-3wQe-6lg.js} +1 -1
- package/dist/index-CFbB7bM3.js +335 -0
- package/dist/index-Cek4Z9eM.js +539 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-BF1UnZ5l.js → index.vue_vue_type_script_setup_true_lang-HZXySVXs.js} +18035 -17833
- package/dist/item-DR9qrNf6.js +8117 -0
- package/dist/{jszip.min-BQ_xBh4o.js → jszip.min-Bz8ZTO2s.js} +2 -2
- package/dist/{menu-B0qJanmj.js → menu-BWsDRctK.js} +1 -1
- package/dist/{menuV2-DdCaRGqL.js → menuV2-CfsbyMis.js} +74 -74
- package/dist/mf-menu.css +1 -1
- package/dist/{priceTier-B-XJVQDe.js → priceTier-BNCJtFVM.js} +1 -1
- package/dist/rules-DU-MRKWH.js +212 -0
- package/dist/{scheduler-DyVdWsn7.js → scheduler-BizSj8q8.js} +4 -4
- package/dist/{toExcel-D0rRKbjh.js → toExcel-DhRigI9c.js} +2 -2
- package/dist/translation-BeqjfyEb.js +75 -0
- package/dist/{unit-DcHsbLOz.js → unit-CaOym7HP.js} +2 -2
- package/package.json +3 -3
- package/dist/Category-DJriqKNV.js +0 -392
- package/dist/Subcategory-Dsf5NLIa.js +0 -280
- package/dist/Takeaway.vue_vue_type_script_setup_true_lang-Bk2edy2M.js +0 -305
- package/dist/TreeEditorOpenner.vue_vue_type_script_setup_true_lang-CgF9dq-t.js +0 -6024
- package/dist/Variant-DSOF9uPl.js +0 -230
- package/dist/app-DPNctjt-.js +0 -363
- package/dist/assets/linked-status-DVG3fmWg.js +0 -13
- package/dist/assets/menu-export-CVc1O3S8.js +0 -107
- package/dist/assets/override-menu-ClMYkz3D.js +0 -13
- package/dist/assets/validate-menu-CWDyO0w0.js +0 -13
- package/dist/category-3SQRILcp.js +0 -156
- package/dist/dayjs.min-BOYFHQRS.js +0 -6
- package/dist/index-DBRFZboy.js +0 -273
- package/dist/index-TgR8MNiA.js +0 -239
- package/dist/item-C2wRl41j.js +0 -6950
- package/dist/rules-CIWTZQfh.js +0 -6
- package/dist/subcategory-DMfXewrZ.js +0 -148
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { computed as d, defineComponent as x, ref as F, resolveComponent as b, createElementBlock as L, openBlock as w, normalizeClass as R, createVNode as K, normalizeStyle as $, withCtx as B, createBlock as U, createCommentVNode as j } from "vue";
|
|
2
|
-
import { A as h, M as E, G as C, Q as O,
|
|
3
|
-
import { u as S } from "./menuV2-
|
|
4
|
-
import { C as v, h as N } from "./catalog-
|
|
2
|
+
import { A as h, M as E, G as C, Q as O, al as Y, u as y, a as G } from "./index.vue_vue_type_script_setup_true_lang-HZXySVXs.js";
|
|
3
|
+
import { u as S } from "./menuV2-CfsbyMis.js";
|
|
4
|
+
import { C as v, h as N } from "./catalog-YvUT-JIh.js";
|
|
5
5
|
import { useSnackbar as P, useDialog as z } from "@feedmepos/ui-library";
|
|
6
|
-
import { a as T } from "./LinkProductSideSheet-
|
|
6
|
+
import { a as T } from "./LinkProductSideSheet-DN5fbJVw.js";
|
|
7
7
|
import { useI18n as Q } from "@feedmepos/mf-common";
|
|
8
8
|
function q() {
|
|
9
9
|
const t = S(), o = d(() => t.categorizedRawMenuItems.filter((u) => u.items.length > 0)), i = d(() => {
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import { defineComponent as J, ref as w, watch as G, computed as j, unref as t, resolveComponent as f, createBlock as E, openBlock as d, withCtx as _, createElementVNode as e, toDisplayString as c, createElementBlock as m, createCommentVNode as F, Fragment as g, renderList as b, createVNode as r } from "vue";
|
|
2
|
+
import { J as B } from "./index.vue_vue_type_script_setup_true_lang-HZXySVXs.js";
|
|
3
|
+
import { useI18n as H, useLocale as K } from "@feedmepos/mf-common";
|
|
4
|
+
import { u as P } from "./discardConfirm-BHni0LNu.js";
|
|
5
|
+
import { g as x, a as D, _ as Q, b as R } from "./translation-BeqjfyEb.js";
|
|
6
|
+
const W = { class: "fm-typo-en-title-md-600" }, X = { class: "pt-8 space-y-24" }, Y = { class: "flex flex-col gap-8" }, Z = { class: "text-fm-color-typo-primary fm-typo-en-body-lg-600" }, ee = { class: "flex items-center gap-8 flex-wrap" }, oe = { class: "w-24 h-24 rounded-full bg-fm-color-primary-oats text-fm-color-primary flex items-center justify-center fm-typo-en-body-sm-600" }, te = { class: "fm-typo-en-body-md-600" }, le = ["onClick"], ne = { class: "flex items-center gap-8" }, ae = { class: "w-24 h-24 rounded-full bg-fm-color-opacity-sm flex items-center justify-center fm-typo-en-body-sm-600" }, se = { class: "fm-typo-en-body-md-400" }, ce = { class: "flex flex-col gap-16 border p-16 rounded-lg" }, de = { class: "flex items-center gap-16" }, ie = { class: "fm-typo-en-body-lg-600" }, re = { class: "flex flex-col gap-32 pl-32" }, me = {
|
|
7
|
+
key: 0,
|
|
8
|
+
class: "space-y-8"
|
|
9
|
+
}, ue = { class: "flex w-[100px] items-center gap-8" }, pe = { class: "w-24 h-24 rounded-full bg-fm-color-opacity-sm flex items-center justify-center fm-typo-en-body-sm-600" }, fe = { class: "fm-typo-en-body-md-400" }, _e = { class: "flex-1" }, ve = { class: "flex gap-8 items-center justify-start" }, Ce = /* @__PURE__ */ J({
|
|
10
|
+
__name: "TranslationSideSheet",
|
|
11
|
+
props: {
|
|
12
|
+
modelValue: { type: Boolean },
|
|
13
|
+
title: {},
|
|
14
|
+
name: {},
|
|
15
|
+
nameLocale: {}
|
|
16
|
+
},
|
|
17
|
+
emits: ["update:modelValue", "update:nameLocale"],
|
|
18
|
+
setup(I, { emit: N }) {
|
|
19
|
+
const u = I, p = N, { t: i } = H(), { localeList: v } = K(), s = w([]), C = w([]);
|
|
20
|
+
function O() {
|
|
21
|
+
return !u.nameLocale || Object.keys(u.nameLocale).length === 0 ? [] : Object.entries(u.nameLocale).map(([o, n]) => ({
|
|
22
|
+
localeCode: o,
|
|
23
|
+
value: n
|
|
24
|
+
}));
|
|
25
|
+
}
|
|
26
|
+
G(
|
|
27
|
+
() => [u.modelValue, u.nameLocale],
|
|
28
|
+
([o]) => {
|
|
29
|
+
o && (s.value = O(), C.value = B.clone(s.value));
|
|
30
|
+
},
|
|
31
|
+
{ immediate: !0 }
|
|
32
|
+
);
|
|
33
|
+
const k = j(() => {
|
|
34
|
+
const o = new Set(s.value.map((a) => a.localeCode));
|
|
35
|
+
return t(v).filter((a) => !o.has(a.code)).map((a) => ({
|
|
36
|
+
code: a.code,
|
|
37
|
+
name: a.name,
|
|
38
|
+
icon: x(a.code)
|
|
39
|
+
}));
|
|
40
|
+
});
|
|
41
|
+
function S(o) {
|
|
42
|
+
const n = t(v).find((a) => a.code === o);
|
|
43
|
+
n && s.value.push({
|
|
44
|
+
localeCode: n.code,
|
|
45
|
+
value: ""
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
function T(o) {
|
|
49
|
+
s.value = s.value.filter((n) => n.localeCode !== o);
|
|
50
|
+
}
|
|
51
|
+
function $() {
|
|
52
|
+
return !B.isEqual(s.value, C.value);
|
|
53
|
+
}
|
|
54
|
+
function z() {
|
|
55
|
+
const o = s.value.filter((n) => n.value.trim());
|
|
56
|
+
if (o.length === 0)
|
|
57
|
+
p("update:nameLocale", void 0);
|
|
58
|
+
else {
|
|
59
|
+
const n = {};
|
|
60
|
+
o.forEach((a) => {
|
|
61
|
+
n[a.localeCode] = a.value.trim();
|
|
62
|
+
}), p("update:nameLocale", n);
|
|
63
|
+
}
|
|
64
|
+
p("update:modelValue", !1);
|
|
65
|
+
}
|
|
66
|
+
function U() {
|
|
67
|
+
p("update:modelValue", !1);
|
|
68
|
+
}
|
|
69
|
+
const L = P($, U), V = j({
|
|
70
|
+
get: () => u.modelValue,
|
|
71
|
+
set: (o) => p("update:modelValue", o)
|
|
72
|
+
});
|
|
73
|
+
return (o, n) => {
|
|
74
|
+
const a = f("FmIcon"), y = f("fm-button"), A = f("FmMenu"), M = f("fm-text-field"), q = f("fm-side-sheet");
|
|
75
|
+
return d(), E(q, {
|
|
76
|
+
modelValue: V.value,
|
|
77
|
+
"onUpdate:modelValue": n[0] || (n[0] = (l) => V.value = l),
|
|
78
|
+
"max-width": 720,
|
|
79
|
+
"onOn:clickedAway": t(L)
|
|
80
|
+
}, {
|
|
81
|
+
"side-sheet-header": _(() => [
|
|
82
|
+
e("p", W, c(o.title) + " " + c(t(i)("menu.common.translation.title_suffix")), 1)
|
|
83
|
+
]),
|
|
84
|
+
"side-sheet-footer": _(() => [
|
|
85
|
+
e("div", ve, [
|
|
86
|
+
r(y, {
|
|
87
|
+
label: t(i)("common.save"),
|
|
88
|
+
size: "lg",
|
|
89
|
+
variant: "primary",
|
|
90
|
+
onClick: z
|
|
91
|
+
}, null, 8, ["label"]),
|
|
92
|
+
r(y, {
|
|
93
|
+
label: t(i)("common.cancel"),
|
|
94
|
+
size: "lg",
|
|
95
|
+
variant: "tertiary",
|
|
96
|
+
onClick: t(L)
|
|
97
|
+
}, null, 8, ["label", "onClick"])
|
|
98
|
+
])
|
|
99
|
+
]),
|
|
100
|
+
default: _(() => [
|
|
101
|
+
e("div", X, [
|
|
102
|
+
e("div", Y, [
|
|
103
|
+
e("p", Z, c(t(i)("menu.common.translation.language")), 1),
|
|
104
|
+
e("div", ee, [
|
|
105
|
+
(d(!0), m(g, null, b(s.value, (l) => (d(), m("div", {
|
|
106
|
+
key: l.localeCode,
|
|
107
|
+
class: "flex items-center gap-8 p-8 border border-fm-color-primary text-fm-color-primary rounded-full"
|
|
108
|
+
}, [
|
|
109
|
+
e("div", oe, c(t(x)(l.localeCode)), 1),
|
|
110
|
+
e("span", te, c(t(D)(l.localeCode, t(v))), 1),
|
|
111
|
+
r(a, {
|
|
112
|
+
name: "close",
|
|
113
|
+
class: "cursor-pointer",
|
|
114
|
+
variant: "secondary",
|
|
115
|
+
onClick: (h) => T(l.localeCode)
|
|
116
|
+
}, null, 8, ["onClick"])
|
|
117
|
+
]))), 128)),
|
|
118
|
+
k.value.length > 0 ? (d(), E(A, { key: 0 }, {
|
|
119
|
+
"menu-button": _(() => [
|
|
120
|
+
r(y, {
|
|
121
|
+
variant: "secondary",
|
|
122
|
+
"border-color": "neutral-gray-300",
|
|
123
|
+
"text-color": "neutral-gray-400",
|
|
124
|
+
icon: "add"
|
|
125
|
+
})
|
|
126
|
+
]),
|
|
127
|
+
default: _(() => [
|
|
128
|
+
(d(!0), m(g, null, b(k.value, (l) => (d(), m("div", {
|
|
129
|
+
class: "p-12 cursor-pointer hover:bg-fm-color-opacity-md rounded-sm",
|
|
130
|
+
key: l.code,
|
|
131
|
+
onClick: (h) => S(l.code)
|
|
132
|
+
}, [
|
|
133
|
+
e("div", ne, [
|
|
134
|
+
e("div", ae, c(l.icon), 1),
|
|
135
|
+
e("span", se, c(l.name), 1)
|
|
136
|
+
])
|
|
137
|
+
], 8, le))), 128))
|
|
138
|
+
]),
|
|
139
|
+
_: 1
|
|
140
|
+
})) : F("", !0)
|
|
141
|
+
])
|
|
142
|
+
]),
|
|
143
|
+
e("div", ce, [
|
|
144
|
+
e("div", de, [
|
|
145
|
+
r(a, { name: "keyboard_arrow_down" }),
|
|
146
|
+
e("p", ie, c(t(i)("menu.common.translation.name_section", { entity: o.title })), 1)
|
|
147
|
+
]),
|
|
148
|
+
e("div", re, [
|
|
149
|
+
r(Q, {
|
|
150
|
+
label: t(i)("menu.common.translation.default"),
|
|
151
|
+
"model-value": o.name
|
|
152
|
+
}, null, 8, ["label", "model-value"]),
|
|
153
|
+
s.value.length > 0 ? (d(), m("div", me, [
|
|
154
|
+
r(R, {
|
|
155
|
+
label: t(i)("menu.common.translation.translation_label")
|
|
156
|
+
}, null, 8, ["label"]),
|
|
157
|
+
(d(!0), m(g, null, b(s.value, (l) => (d(), m("div", {
|
|
158
|
+
key: l.localeCode,
|
|
159
|
+
class: "flex items-center gap-16"
|
|
160
|
+
}, [
|
|
161
|
+
e("div", ue, [
|
|
162
|
+
e("div", pe, c(t(x)(l.localeCode)), 1),
|
|
163
|
+
e("span", fe, c(t(D)(l.localeCode, t(v))), 1)
|
|
164
|
+
]),
|
|
165
|
+
e("div", _e, [
|
|
166
|
+
r(M, {
|
|
167
|
+
modelValue: l.value,
|
|
168
|
+
"onUpdate:modelValue": (h) => l.value = h,
|
|
169
|
+
placeholder: t(i)("menu.group.translation.placeholder")
|
|
170
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
|
|
171
|
+
])
|
|
172
|
+
]))), 128))
|
|
173
|
+
])) : F("", !0)
|
|
174
|
+
])
|
|
175
|
+
])
|
|
176
|
+
])
|
|
177
|
+
]),
|
|
178
|
+
_: 1
|
|
179
|
+
}, 8, ["modelValue", "onOn:clickedAway"]);
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
export {
|
|
184
|
+
Ce as _
|
|
185
|
+
};
|