intlayer-editor 8.1.10 → 8.2.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.
@@ -12835,10 +12835,15 @@ const o$L = (e2, t2) => (n2, i2) => r$V(n2, { ...i2 ?? {}, config: { ...e2?.log,
12835
12835
  s$G(`✗`, i$H.RED);
12836
12836
  s$G(`✓`, i$H.GREEN);
12837
12837
  s$G(`⏲`, i$H.BLUE);
12838
- var e$j = Object.defineProperty, t$x = (t2, n2) => {
12838
+ const e$j = (e2) => {
12839
+ if (!e2 || typeof e2 != `string`) return ``;
12840
+ let t2 = e2.replace(/([a-z])([A-Z])/g, `$1 $2`).replace(/([A-Z]+)([A-Z][a-z])/g, `$1 $2`);
12841
+ return t2.charAt(0).toUpperCase() + t2.slice(1).toLowerCase();
12842
+ };
12843
+ var e$i = Object.defineProperty, t$x = (t2, n2) => {
12839
12844
  let r2 = {};
12840
- for (var i2 in t2) e$j(r2, i2, { get: t2[i2], enumerable: true });
12841
- return e$j(r2, Symbol.toStringTag, { value: `Module` }), r2;
12845
+ for (var i2 in t2) e$i(r2, i2, { get: t2[i2], enumerable: true });
12846
+ return e$i(r2, Symbol.toStringTag, { value: `Module` }), r2;
12842
12847
  };
12843
12848
  ((e2) => typeof require < `u` ? require : typeof Proxy < `u` ? new Proxy(e2, { get: (e3, t2) => (typeof require < `u` ? require : e3)[t2] }) : e2)(function(e2) {
12844
12849
  if (typeof require < `u`) return require.apply(this, arguments);
@@ -12847,7 +12852,7 @@ var e$j = Object.defineProperty, t$x = (t2, n2) => {
12847
12852
  var t$w = t$x({ BUILD_MODE: () => n$P, CACHE: () => o$K, OPTIMIZE: () => r$U, OUTPUT_FORMAT: () => a$K, TRAVERSE_PATTERN: () => i$G, TYPE_CHECKING: () => s$F });
12848
12853
  const n$P = `auto`, r$U = void 0, i$G = [`**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}`, `!**/node_modules/**`], a$K = [`esm`, `cjs`], o$K = true, s$F = false;
12849
12854
  var t$v = t$x({ CODE_DIR: () => a$J, CONTENT_DIR: () => i$F, EXCLUDED_PATHS: () => r$T, FILE_EXTENSIONS: () => n$O, I18NEXT_DICTIONARIES_DIR: () => o$J, REACT_INTL_MESSAGES_DIR: () => s$E, WATCH: () => c$w });
12850
- const n$O = [`.content.ts`, `.content.js`, `.content.cjs`, `.content.mjs`, `.content.json`, `.content.json5`, `.content.jsonc`, `.content.tsx`, `.content.jsx`], r$T = [`**/node_modules/**`, `**/dist/**`, `**/build/**`, `**/.intlayer/**`, `**/.next/**`, `**/.nuxt/**`, `**/.expo/**`, `**/.vercel/**`, `**/.turbo/**`, `**/.tanstack/**`], i$F = [`.`], a$J = [`.`], o$J = `i18next_resources`, s$E = `intl_messages`, c$w = false;
12855
+ const n$O = [`.content.ts`, `.content.js`, `.content.cjs`, `.content.mjs`, `.content.json`, `.content.json5`, `.content.jsonc`, `.content.tsx`, `.content.jsx`], r$T = [`**/node_modules/**`, `**/dist/**`, `**/build/**`, `**/.intlayer/**`, `**/.next/**`, `**/.nuxt/**`, `**/.expo/**`, `**/.vercel/**`, `**/.turbo/**`, `**/.tanstack/**`], i$F = [`.`], a$J = [`.`], o$J = `i18next_resources`, s$E = `intl_messages`, c$w = true;
12851
12856
  var t$u = t$x({ CONTENT_AUTO_TRANSFORMATION: () => i$E, FILL: () => n$N, IMPORT_MODE: () => a$I, LOCATION: () => r$S });
12852
12857
  const n$N = true, r$S = `local`, i$E = false, a$I = `static`;
12853
12858
  var t$t = t$x({ APPLICATION_URL: () => n$M, BACKEND_URL: () => a$H, CMS_URL: () => i$D, DICTIONARY_PRIORITY_STRATEGY: () => l$s, EDITOR_URL: () => r$R, IS_ENABLED: () => s$D, LIVE_SYNC: () => c$v, LIVE_SYNC_PORT: () => u$o, PORT: () => o$I });
@@ -12861,11 +12866,6 @@ const n$J = `x-intlayer-locale`, r$O = `INTLAYER_LOCALE`, i$A = `INTLAYER_LOCALE
12861
12866
  var t$r = t$x({ CACHE_DIR: () => f$h, CONFIG_DIR: () => d$h, DICTIONARIES_DIR: () => r$N, DYNAMIC_DICTIONARIES_DIR: () => s$B, FETCH_DICTIONARIES_DIR: () => c$t, MAIN_DIR: () => n$I, MASKS_DIR: () => i$z, MODULE_AUGMENTATION_DIR: () => u$n, REMOTE_DICTIONARIES_DIR: () => a$E, TEMP_DIR: () => p$g, TYPES_DIR: () => l$r, UNMERGED_DICTIONARIES_DIR: () => o$F });
12862
12867
  const n$I = `.intlayer/main`, r$N = `.intlayer/dictionary`, i$z = `.intlayer/mask`, a$E = `.intlayer/remote_dictionary`, o$F = `.intlayer/unmerged_dictionary`, s$B = `.intlayer/dynamic_dictionary`, c$t = `.intlayer/fetch_dictionary`, l$r = `.intlayer/types`, u$n = `.intlayer/types`, d$h = `.intlayer/config`, f$h = `.intlayer/cache`, p$g = `.intlayer/tmp`;
12863
12868
  var l$q = t$x({ Build: () => t$w, Content: () => t$v, Dictionary: () => t$u, Editor: () => t$t, Internationalization: () => n$L, Log: () => n$K, Routing: () => t$s, System: () => t$r });
12864
- const e$i = (e2) => {
12865
- if (!e2 || typeof e2 != `string`) return ``;
12866
- let t2 = e2.replace(/([a-z])([A-Z])/g, `$1 $2`).replace(/([A-Z]+)([A-Z][a-z])/g, `$1 $2`);
12867
- return t2.charAt(0).toUpperCase() + t2.slice(1).toLowerCase();
12868
- };
12869
12869
  const t$q = (t2) => {
12870
12870
  let { name: n2, path: r2, expires: i2, domain: a2, secure: o2, sameSite: s2, httpOnly: c2 } = t2 ?? {};
12871
12871
  return { name: n2 ?? l$q.Routing.COOKIE_NAME, attributes: { path: r2, expires: i2, domain: a2, secure: o2, sameSite: s2, httpOnly: c2 } };
@@ -13364,12 +13364,12 @@ const e$9 = (e2) => e2 === `m` || e2 === `male` ? `male` : e2 === `f` || e2 ===
13364
13364
  };
13365
13365
  const e$8 = (e2, t2) => e2.replace(/\{\{\s*(.*?)\s*\}\}/g, (e3, n2) => (t2[n2.trim()] ?? ``).toString());
13366
13366
  const l$n = (l2, u2, d2, f2) => {
13367
- let p2 = b$5?.internationalization?.defaultLocale, m2 = [s$v(d2 ?? p2), c$n, l$m, f$g(d2 ?? p2), p$f, u$k, d$g, ...u2.plugins ?? []];
13367
+ let p2 = b$5?.internationalization?.defaultLocale, m2 = [s$v(d2 ?? p2, f2 ? p2 : void 0), c$n, l$m, f$g(d2 ?? p2), p$f, u$k, d$g, ...u2.plugins ?? []];
13368
13368
  return t$g(l2, { ...u2, plugins: m2 });
13369
13369
  };
13370
13370
  const t$d = (t2, n2, r2) => {
13371
13371
  let i2 = { dictionaryKey: t2.key, dictionaryPath: t2.filePath, keyPath: [], plugins: r2 };
13372
- return l$n(t2.content, i2, n2);
13372
+ return l$n(t2.content, i2, n2, true);
13373
13373
  };
13374
13374
  const dictionaries = {};
13375
13375
  const getDictionaries = () => dictionaries;
@@ -13420,6 +13420,23 @@ const e$7 = (e2) => {
13420
13420
  } else e3 !== void 0 && a2.push(e3);
13421
13421
  }
13422
13422
  }
13423
+ if (i2 !== void 0 && i2 !== r2) {
13424
+ if (i2 in e2) {
13425
+ let e3 = o2(i2);
13426
+ if (typeof e3 == `string`) {
13427
+ if (a2.length === 0) return e3;
13428
+ } else e3 !== void 0 && a2.push(e3);
13429
+ }
13430
+ if (i2.includes(`-`)) {
13431
+ let t2 = i2.split(`-`)[0];
13432
+ if (t2 !== r2.split(`-`)[0] && t2 in e2) {
13433
+ let e3 = o2(t2);
13434
+ if (typeof e3 == `string`) {
13435
+ if (a2.length === 0) return e3;
13436
+ } else e3 !== void 0 && a2.push(e3);
13437
+ }
13438
+ }
13439
+ }
13423
13440
  if (a2.length === 0) return;
13424
13441
  let c2 = a2.filter((e3) => e3 !== void 0).map((e3) => n$B(e3));
13425
13442
  return c2.length === 1 || Array.isArray(c2[0]) ? c2[0] : c2.reduce((e3, n2) => t$b(e3, n2));
@@ -13430,7 +13447,7 @@ const s$v = (e2, t2) => ({ id: `translation-plugin`, canHandle: (e3) => typeof e
13430
13447
  let t3 = { ...r2, children: s2[e3], keyPath: [...r2.keyPath, { type: e$l.Translation, key: e3 }] };
13431
13448
  s2[e3] = i2(s2[e3], t3);
13432
13449
  }
13433
- return r$H(s2, e2);
13450
+ return r$H(s2, e2, t2);
13434
13451
  } }), c$n = { id: `enumeration-plugin`, canHandle: (e2) => typeof e2 == `object` && e2?.nodeType === e$l.Enumeration, transform: (e2, n2, r2) => {
13435
13452
  let i2 = structuredClone(e2[e$l.Enumeration]);
13436
13453
  for (let e3 in i2) {
@@ -19782,7 +19799,7 @@ const cva = (base, config2) => (props) => {
19782
19799
  }, []);
19783
19800
  return cx(base, getVariantClassNames, getCompoundVariantClassNames, props === null || props === void 0 ? void 0 : props.class, props === null || props === void 0 ? void 0 : props.className);
19784
19801
  };
19785
- const r$z = cva(`flex flex-col text-text backdrop-blur`, { variants: { roundedSize: { none: `rounded-none`, sm: `rounded-sm [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-md`, md: `rounded-md [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-lg`, lg: `rounded-lg [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-xl`, xl: `rounded-xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-2xl`, "2xl": `rounded-2xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-3xl`, "3xl": `rounded-3xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-4xl`, "4xl": `rounded-4xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-[2.5rem]`, full: `rounded-full [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-full` }, transparency: { none: `bg-card`, xs: `bg-card/95`, sm: `bg-card/90`, md: `bg-card/70`, lg: `bg-card/40`, xl: `bg-card/20`, full: `` }, padding: { none: `p-0`, sm: `px-3 py-2`, md: `px-4 py-3`, lg: `px-6 py-4`, xl: `px-8 py-6`, "2xl": `px-10 py-8` }, separator: { without: ``, x: `divide-x divide-dashed divide-text/20`, y: `divide-y divide-dashed divide-text/20`, both: `divide-x divide-y divide-dashed divide-text/20` }, border: { none: ``, with: `border-[1.3px]` }, borderColor: { primary: `border-primary`, secondary: `border-secondary`, neutral: `border-neutral`, card: `border-card`, text: `border-text`, error: `border-error`, warning: `border-warning`, success: `border-success` }, background: { none: ``, hoverable: `bg-opacity-5! backdrop-blur-0 hover:bg-opacity-10! hover:backdrop-blur focus:bg-opacity-10! focus:backdrop-blur aria-selected:bg-opacity-15! aria-selected:backdrop-blur`, with: `` }, gap: { none: `gap-0`, sm: `gap-1`, md: `gap-3`, lg: `gap-5`, xl: `gap-8`, "2xl": `gap-10` } }, defaultVariants: { roundedSize: `lg`, border: `none`, borderColor: `text`, transparency: `md`, padding: `none`, separator: `without`, gap: `none` }, compoundVariants: [{ background: `none`, class: `bg-transparent` }] });
19802
+ const r$z = cva(`flex flex-col text-text backdrop-blur`, { variants: { roundedSize: { none: `rounded-none`, sm: `rounded-sm [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-md`, md: `rounded-md [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-lg`, lg: `rounded-lg [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-xl`, xl: `rounded-xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-2xl`, "2xl": `rounded-2xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-3xl`, "3xl": `rounded-3xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-4xl`, "4xl": `rounded-4xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-[2.5rem]`, full: `rounded-full` }, transparency: { none: `bg-card`, xs: `bg-card/95`, sm: `bg-card/90`, md: `bg-card/70`, lg: `bg-card/40`, xl: `bg-card/20`, full: `` }, padding: { none: `p-0`, sm: `px-3 py-2`, md: `px-4 py-3`, lg: `px-6 py-4`, xl: `px-8 py-6`, "2xl": `px-10 py-8` }, separator: { without: ``, x: `divide-x divide-dashed divide-text/20`, y: `divide-y divide-dashed divide-text/20`, both: `divide-x divide-y divide-dashed divide-text/20` }, border: { none: ``, with: `border-[1.3px]` }, borderColor: { primary: `border-primary`, secondary: `border-secondary`, neutral: `border-neutral`, card: `border-card`, text: `border-text`, error: `border-error`, warning: `border-warning`, success: `border-success` }, background: { none: ``, hoverable: `bg-opacity-5! backdrop-blur-0 hover:bg-opacity-10! hover:backdrop-blur focus:bg-opacity-10! focus:backdrop-blur aria-selected:bg-opacity-15! aria-selected:backdrop-blur`, with: `` }, gap: { none: `gap-0`, sm: `gap-1`, md: `gap-3`, lg: `gap-5`, xl: `gap-8`, "2xl": `gap-10` } }, defaultVariants: { roundedSize: `lg`, border: `none`, borderColor: `text`, transparency: `md`, padding: `none`, separator: `without`, gap: `none` }, compoundVariants: [{ background: `none`, class: `bg-transparent` }] });
19786
19803
  let i$n = (function(e2) {
19787
19804
  return e2.NONE = `none`, e2.SM = `sm`, e2.MD = `md`, e2.LG = `lg`, e2.XL = `xl`, e2[`2xl`] = `2xl`, e2[`3xl`] = `3xl`, e2[`4xl`] = `4xl`, e2[`5xl`] = `5xl`, e2.FULL = `full`, e2;
19788
19805
  })({});
@@ -20139,7 +20156,7 @@ const p$9 = cva(`gap-3 transition-all duration-300 focus-visible:outline-none di
20139
20156
  const key$i = "breadcrumb";
20140
20157
  const content$i = { "nodeType": "translation", "translation": { "en": { "linkLabel": "Go to" }, "en-GB": { "linkLabel": "Go to" }, "fr": { "linkLabel": "Aller à" }, "es": { "linkLabel": "Ir a" }, "de": { "linkLabel": "Gehe zu" }, "ja": { "linkLabel": "に移動" }, "ko": { "linkLabel": "로 이동" }, "zh": { "linkLabel": "转到" }, "it": { "linkLabel": "Vai a" }, "pt": { "linkLabel": "Ir para" }, "hi": { "linkLabel": "कर जाएं" }, "ar": { "linkLabel": "اذهب إلى" }, "ru": { "linkLabel": "Перейти на" } } };
20141
20158
  const localIds$i = ["breadcrumb::local::../@intlayer/design-system/dist/esm/components/Breadcrumb/breadcrumb.content.mjs"];
20142
- const _duYE5iNjRQYnPZLlbTEY = {
20159
+ const _jDCszfuG267dzM8ilT3y = {
20143
20160
  key: key$i,
20144
20161
  content: content$i,
20145
20162
  localIds: localIds$i
@@ -20184,7 +20201,7 @@ const m$9 = (e2) => e2 && {
20184
20201
  className: c2,
20185
20202
  ...p2
20186
20203
  }) => {
20187
- let m2 = t$d(_duYE5iNjRQYnPZLlbTEY).linkLabel;
20204
+ let m2 = t$d(_jDCszfuG267dzM8ilT3y).linkLabel;
20188
20205
  return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, {
20189
20206
  children: [jsxRuntimeExports.jsx(g$8, {
20190
20207
  href: e2,
@@ -20218,7 +20235,7 @@ const m$9 = (e2) => e2 && {
20218
20235
  }) => {
20219
20236
  let {
20220
20237
  linkLabel: c2
20221
- } = i$p(_duYE5iNjRQYnPZLlbTEY);
20238
+ } = i$p(_jDCszfuG267dzM8ilT3y);
20222
20239
  return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, {
20223
20240
  children: [jsxRuntimeExports.jsx(f$a, {
20224
20241
  onClick: r2,
@@ -20354,7 +20371,7 @@ const i$l = cva([`appearance-none`, `relative cursor-pointer border-2`, `focus:o
20354
20371
  })({});
20355
20372
  const s$n = ({ validationStyleEnabled: t2 = false, label: r2, size: a2, color: o2, name: s2, variant: c2, className: l2, labelClassName: u2, ...d2 }) => jsxRuntimeExports.jsx(`input`, { type: `checkbox`, className: n$x(i$l({ variant: c2, size: a2, color: o2, validationStyleEnabled: t2 ? `enabled` : `disabled` }), l2), ...d2 }), c$f = (t2) => {
20356
20373
  let { label: i2, name: a2, id: o2 } = t2;
20357
- return i2 ? jsxRuntimeExports.jsxs(`label`, { htmlFor: o2 ?? a2, className: n$x(`flex w-full cursor-pointer items-center gap-x-4 font-medium text-sm`, t2.labelClassName), children: [jsxRuntimeExports.jsx(s$n, { id: o2 ?? a2, ...t2 }), i2] }) : jsxRuntimeExports.jsx(s$n, { id: o2 ?? a2, ...t2 });
20374
+ return i2 ? jsxRuntimeExports.jsxs(`label`, { htmlFor: o2 ?? a2, className: n$x(`flex w-full cursor-pointer items-center gap-x-4 font-medium text-sm`, t2.size === `xs` && `text-xs`, t2.labelClassName), children: [jsxRuntimeExports.jsx(s$n, { id: o2 ?? a2, ...t2 }), i2] }) : jsxRuntimeExports.jsx(s$n, { id: o2 ?? a2, ...t2 });
20358
20375
  };
20359
20376
  const n$v = (...e2) => e2.filter(Boolean).join(` `), r$x = cva([`w-full select-text resize-none text-base shadow-none outline-none`, `transition-all duration-300 md:text-sm`, `ring-0`, `disabled:opacity-50`, `rounded-xl [corner-shape:squircle] supports-[corner-shape:squircle]:rounded-2xl`].join(` `), { variants: { variant: { default: [`text-text`, `bg-neutral-50 dark:bg-neutral-950`, `ring-text/20`, `disabled:ring-0`, `hover:ring-3`, `focus-within:ring-4`, `focus-visible:outline-none focus-visible:ring-4`, `[box-shadow:none] focus:[box-shadow:none]`, `aria-invalid:border-error`].join(` `), invisible: `border-none text-inherit outline-none ring-0` }, size: { sm: `px-2 py-2 text-sm md:py-1.5 md:text-xs`, md: `px-2 py-3 md:py-2`, lg: `p-4` }, validationStyleEnabled: { disabled: ``, enabled: `valid:border-success invalid:border-error` } }, defaultVariants: { variant: `default`, size: `md`, validationStyleEnabled: `disabled` } });
20360
20377
  let i$k = (function(e2) {
@@ -20644,7 +20661,7 @@ let r$v = (function(e2) {
20644
20661
  })({}), i$j = (function(e2) {
20645
20662
  return e2.BELOW = `bellow`, e2.ABOVE = `above`, e2;
20646
20663
  })({});
20647
- const a$j = ({ children: t2, className: r2, identifier: i2, ...a2 }) => jsxRuntimeExports.jsx(`div`, { className: n$x(`group/popover relative flex cursor-pointer`, r2), id: `unrollable-panel-button-${i2}`, "aria-haspopup": true, ...a2, children: t2 }), o$o = ({ children: a2, isHidden: o2 = void 0, isOverable: s2 = true, isFocusable: c2 = false, xAlign: l2 = r$v.START, yAlign: u2 = i$j.BELOW, identifier: d2, className: f2, displayArrow: p2 = true, ...m2 }) => jsxRuntimeExports.jsx(d$b, { transparency: `xs`, role: `group`, "aria-hidden": o2, "aria-labelledby": `unrollable-panel-button-${d2}`, id: `unrollable-panel-${d2}`, className: n$x(`absolute z-50 min-w-full rounded-md ring-1 ring-neutral`, l2 === `start` && `left-0`, l2 === `center` && `left-1/2 -translate-x-1/2`, l2 === `end` && `right-0`, u2 === `bellow` && `top-[calc(100%+1rem)]`, u2 === `above` && `bottom-[calc(100%+1rem)]`, p2 && `before:absolute before:z-[999] before:h-0 before:w-0 before:content-[""]`, p2 && l2 === `start` && `before:left-2`, p2 && l2 === `center` && `before:left-1/2 before:-translate-x-1/2`, p2 && l2 === `end` && `before:right-2`, p2 && u2 === `bellow` && `before:-top-[10px] before:border-r-[10px] before:border-r-transparent before:border-b-[10px] before:border-b-neutral before:border-l-[10px] before:border-l-transparent`, p2 && u2 === `above` && `before:-bottom-[10px] before:border-t-[10px] before:border-t-neutral before:border-r-[10px] before:border-r-transparent before:border-l-[10px] before:border-l-transparent`, `overflow-x-visible opacity-0 transition-all duration-400 ease-in-out`, o2 === false ? `visible opacity-100 delay-800` : `invisible`, s2 && `group-hover/popover:visible group-hover/popover:opacity-100 group-hover/popover:delay-800`, c2 && `group-focus-within/popover:visible group-focus-within/popover:opacity-100 group-focus-within/popover:delay-800`, f2), ...m2, children: a2 });
20664
+ const a$j = ({ children: t2, className: r2, identifier: i2, ...a2 }) => jsxRuntimeExports.jsx(`div`, { className: n$x(`group/${i2} relative flex cursor-pointer`, r2), id: `unrollable-panel-button-${i2}`, "aria-haspopup": true, ...a2, children: t2 }), o$o = ({ children: a2, isHidden: o2 = void 0, isOverable: s2 = true, isFocusable: c2 = false, xAlign: l2 = r$v.START, yAlign: u2 = i$j.BELOW, identifier: d2, className: f2, displayArrow: p2 = true, ...m2 }) => jsxRuntimeExports.jsx(d$b, { transparency: `xs`, role: `group`, "aria-hidden": o2, "aria-labelledby": `unrollable-panel-button-${d2}`, id: `unrollable-panel-${d2}`, className: n$x(`absolute z-50 min-w-full rounded-md ring-1 ring-neutral`, l2 === `start` && `left-0`, l2 === `center` && `left-1/2 -translate-x-1/2`, l2 === `end` && `right-0`, u2 === `bellow` && `top-[calc(100%+1rem)]`, u2 === `above` && `bottom-[calc(100%+1rem)]`, p2 && `before:absolute before:z-[999] before:h-0 before:w-0 before:content-[""]`, p2 && l2 === `start` && `before:left-2`, p2 && l2 === `center` && `before:left-1/2 before:-translate-x-1/2`, p2 && l2 === `end` && `before:right-2`, p2 && u2 === `bellow` && `before:-top-[10px] before:border-r-[10px] before:border-r-transparent before:border-b-[10px] before:border-b-neutral before:border-l-[10px] before:border-l-transparent`, p2 && u2 === `above` && `before:-bottom-[10px] before:border-t-[10px] before:border-t-neutral before:border-r-[10px] before:border-r-transparent before:border-l-[10px] before:border-l-transparent`, `overflow-x-visible opacity-0 transition-all duration-400 ease-in-out`, o2 === false ? `visible opacity-100 delay-800` : `invisible`, s2 && `group-hover/${d2}:visible group-hover/${d2}:opacity-100 group-hover/${d2}:delay-800`, c2 && `group-focus-within/${d2}:visible group-focus-within/${d2}:opacity-100 group-focus-within/${d2}:delay-800`, f2), ...m2, children: a2 });
20648
20665
  a$j.Detail = o$o;
20649
20666
  const c$c = (e2) => jsxRuntimeExports.jsx(a$j, { ...e2 }), l$d = ({ xAlign: t2 = r$v.START, yAlign: c2 = i$j.BELOW, ...l2 }) => {
20650
20667
  let u2 = reactExports.useRef(null), [d2, f2] = reactExports.useState(t2), [p2, m2] = reactExports.useState(c2), [h2, g2] = reactExports.useState(void 0);
@@ -22947,7 +22964,7 @@ const s$k = ({ className: t2, ...r2 }) => jsxRuntimeExports.jsx(_e, { className:
22947
22964
  const key$h = "copy-button";
22948
22965
  const content$h = { "nodeType": "translation", "translation": { "en": { "label": "Copy content" }, "en-GB": { "label": "Copy content" }, "fr": { "label": "Copier le contenu" }, "es": { "label": "Copiar contenido" }, "de": { "label": "Inhalt kopieren" }, "ja": { "label": "コンテンツをコピー" }, "ko": { "label": "콘텐츠 복사" }, "zh": { "label": "复制内容" }, "it": { "label": "Copia contenuto" }, "pt": { "label": "Copiar conteúdo" }, "hi": { "label": "सामग्री कॉपी करें" }, "ar": { "label": "نسخ المحتوى" }, "ru": { "label": "Копировать содержимое" } } };
22949
22966
  const localIds$h = ["copy-button::local::../@intlayer/design-system/dist/esm/components/CopyButton/CopyButton.content.mjs"];
22950
- const _ZBwciJIQ6QXeiWWVK4aI = {
22967
+ const _x7BgfDgO3kBK81VqElL5 = {
22951
22968
  key: key$h,
22952
22969
  content: content$h,
22953
22970
  localIds: localIds$h
@@ -22958,7 +22975,7 @@ const u$9 = ({
22958
22975
  }) => {
22959
22976
  let [f2, p2] = reactExports.useState(false), [m2, h2] = reactExports.useState(false), {
22960
22977
  label: g2
22961
- } = i$p(_ZBwciJIQ6QXeiWWVK4aI), _2 = async () => {
22978
+ } = i$p(_x7BgfDgO3kBK81VqElL5), _2 = async () => {
22962
22979
  try {
22963
22980
  h2(false), await navigator.clipboard.writeText(u2), p2(true);
22964
22981
  } catch (e2) {
@@ -31697,7 +31714,7 @@ const l$9 = reactExports.memo((r2) => {
31697
31714
  let { keyPath: l2, section: u2, focusedKeyPath: d2 = [], onFocusKeyPath: f2 } = r2;
31698
31715
  return reactExports.useMemo(() => Object.keys(u2 ?? {}).filter((e2) => !_$5.includes(e2)), [u2]).map((n2) => {
31699
31716
  let i2 = { key: n2, type: e$l.Object }, p2 = [...l2, i2], m2 = e$g(p2, d2);
31700
- return jsxRuntimeExports.jsx(i$g, { level: l2.length, title: e$i(n2), description: ``, isSelected: m2, onClick: (e2) => {
31717
+ return jsxRuntimeExports.jsx(i$g, { level: l2.length, title: e$j(n2), description: ``, isSelected: m2, onClick: (e2) => {
31701
31718
  e2.stopPropagation(), f2(m2 ? [] : p2);
31702
31719
  }, children: jsxRuntimeExports.jsx(v$4, { ...r2, keyPath: p2, section: u2[n2] }) }, n2);
31703
31720
  });
@@ -31854,7 +31871,7 @@ const a$c = reactExports.createContext({ availableLocales: [], selectedLocales:
31854
31871
  const key$g = "locale-switcher-content";
31855
31872
  const content$g = { "nodeType": "translation", "translation": { "en": { "localeSwitcherLabel": "Language switcher", "languageListLabel": "Language list", "switchTo": "Switch to", "searchInput": { "text": "Search Locale", "placeholder": "Search a locale", "ariaLabel": "Language search" }, "seeAllLocalesSwitch": { "true": "See all locales", "false": "See only selected locales" } }, "en-GB": { "localeSwitcherLabel": "Language switcher", "languageListLabel": "Language list", "switchTo": "Switch to", "searchInput": { "text": "Search Locale", "placeholder": "Search a locale", "ariaLabel": "Language search" }, "seeAllLocalesSwitch": { "true": "See all locales", "false": "See only selected locales" } }, "fr": { "localeSwitcherLabel": "Changer de langue", "languageListLabel": "Liste des langues", "switchTo": "Passer à", "searchInput": { "text": "Rechercher la locale", "placeholder": "Rechercher une locale", "ariaLabel": "Recherche de langue" }, "seeAllLocalesSwitch": { "true": "Voir toutes les langues", "false": "Voir seulement les langues sélectionnées" } }, "es": { "localeSwitcherLabel": "Cambiar idioma", "languageListLabel": "Lista de idiomas", "switchTo": "Cambiar a", "searchInput": { "text": "Buscar idioma", "placeholder": "Buscar un idioma", "ariaLabel": "Búsqueda de idioma" }, "seeAllLocalesSwitch": { "true": "Ver todos los idiomas", "false": "Ver solo los idiomas seleccionados" } }, "de": { "localeSwitcherLabel": "Sprachwechsler", "languageListLabel": "Sprachliste", "switchTo": "Wechseln Sie zu", "searchInput": { "text": "Sprache durchsuchen", "placeholder": "Sprache suchen", "ariaLabel": "Sprachsuche" }, "seeAllLocalesSwitch": { "true": "Alle Sprachen anzeigen", "false": "Nur ausgewählte Sprachen anzeigen" } }, "ja": { "localeSwitcherLabel": "言語スイッチャー", "languageListLabel": "言語リスト", "switchTo": "に切り替える", "searchInput": { "text": "ロケールを検索", "placeholder": "ロケールを検索", "ariaLabel": "言語検索" }, "seeAllLocalesSwitch": { "true": "すべての言語を表示", "false": "選択された言語のみを表示" } }, "ko": { "localeSwitcherLabel": "언어 스위치", "languageListLabel": "언어 목록", "switchTo": "전환", "searchInput": { "text": "언어 검색", "placeholder": "언어 검색", "ariaLabel": "언어 검색" }, "seeAllLocalesSwitch": { "true": "모든 언어 보기", "false": "선택한 언어만 보기" } }, "zh": { "localeSwitcherLabel": "语言切换器", "languageListLabel": "语言列表", "switchTo": "切换到", "searchInput": { "text": "搜索语言", "placeholder": "搜索语言", "ariaLabel": "语言搜索" }, "seeAllLocalesSwitch": { "true": "查看所有语言", "false": "仅查看选定的语言" } }, "it": { "localeSwitcherLabel": "Cambia lingua", "languageListLabel": "Elenco lingue", "switchTo": "Passa a", "searchInput": { "text": "Cerca lingua", "placeholder": "Cerca una lingua", "ariaLabel": "Ricerca lingua" }, "seeAllLocalesSwitch": { "true": "Vedi tutte le lingue", "false": "Vedi solo le lingue selezionate" } }, "pt": { "localeSwitcherLabel": "Mudar idioma", "languageListLabel": "Lista de idiomas", "switchTo": "Mudar para", "searchInput": { "text": "Pesquisar idioma", "placeholder": "Pesquisar um idioma", "ariaLabel": "Pesquisa de idioma" }, "seeAllLocalesSwitch": { "true": "Ver todos os idiomas", "false": "Ver apenas os idiomas selecionados" } }, "hi": { "localeSwitcherLabel": "भाषा स्विचर", "languageListLabel": "भाषा सूची", "switchTo": "स्विच करें", "searchInput": { "text": "भाषा खोजें", "placeholder": "भाषा खोजें", "ariaLabel": "भाषा खोजें" }, "seeAllLocalesSwitch": { "true": "सभी भाषाओं को देखें", "false": "केवल चुने गए भाषाओं को देखें" } }, "ar": { "localeSwitcherLabel": "مبدل اللغة", "languageListLabel": "قائمة اللغات", "switchTo": "التبديل إلى", "searchInput": { "text": "بحث اللغة", "placeholder": "بحث اللغة", "ariaLabel": "بحث اللغة" }, "seeAllLocalesSwitch": { "true": "عرض جميع اللغات", "false": "عرض اللغات المحددة فقط" } }, "ru": { "localeSwitcherLabel": "Переключатель языка", "languageListLabel": "Список языков", "switchTo": "Переключиться на", "searchInput": { "text": "Поиск языка", "placeholder": "Поиск языка", "ariaLabel": "Поиск языка" }, "seeAllLocalesSwitch": { "true": "Показать все языки", "false": "Показать только выбранные языки" } } } };
31856
31873
  const localIds$g = ["locale-switcher-content::local::../@intlayer/design-system/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs"];
31857
- const _zmGqpnLlhuhC3amqT2id = {
31874
+ const _GDnmEb8g1HlE0OawJIqw = {
31858
31875
  key: key$g,
31859
31876
  content: content$g,
31860
31877
  localIds: localIds$g
@@ -33183,7 +33200,7 @@ const O = `locale-switcher-content`, k = ({
33183
33200
  localeSwitcherLabel: N2,
33184
33201
  languageListLabel: P2,
33185
33202
  seeAllLocalesSwitch: F2
33186
- } = i$p(_zmGqpnLlhuhC3amqT2id), I2 = reactExports.useRef(null), {
33203
+ } = i$p(_GDnmEb8g1HlE0OawJIqw), I2 = reactExports.useRef(null), {
33187
33204
  locale: L2
33188
33205
  } = a$o(), {
33189
33206
  availableLocales: R2,
@@ -33348,7 +33365,7 @@ const n$d = `relative scroll-mb-8 scroll-mt-[30vh] scroll-p-8`, r$m = ({ classNa
33348
33365
  const key$f = "expand-collapse";
33349
33366
  const content$f = { "nodeType": "translation", "translation": { "en": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Show all", "false": "Show less" } } }, "en-GB": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Show all", "false": "Show less" } } }, "fr": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Afficher tout", "false": "Afficher moins" } } }, "es": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Mostrar todo", "false": "Mostrar menos" } } }, "de": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Mehr anzeigen", "false": "Weniger anzeigen" } } }, "ja": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "すべて表示", "false": "表示を減らす" } } }, "ko": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "모두 보기", "false": "간략히 보기" } } }, "zh": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "显示全部", "false": "显示较少" } } }, "it": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Mostra tutto", "false": "Mostra meno" } } }, "pt": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Mostrar tudo", "false": "Mostrar menos" } } }, "hi": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "सभी दिखाएँ", "false": "कम दिखाएँ" } } }, "ar": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "عرض الكل", "false": "عرض أقل" } } }, "ru": { "expandCollapseContent": { "nodeType": "condition", "condition": { "true": "Показать все", "false": "Показать меньше" } } } } };
33350
33367
  const localIds$f = ["expand-collapse::local::../@intlayer/design-system/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs"];
33351
- const _45YmjbWLtB85OKkfb0rA = {
33368
+ const _6qhv3U07Q8WhwAOul8Ip = {
33352
33369
  key: key$f,
33353
33370
  content: content$f,
33354
33371
  localIds: localIds$f
@@ -33361,7 +33378,7 @@ const c$9 = ({
33361
33378
  }) => {
33362
33379
  let [f2, p2] = reactExports.useState(0), [m2, h2] = reactExports.useState(true), g2 = reactExports.useRef(null), {
33363
33380
  expandCollapseContent: _2
33364
- } = i$p(_45YmjbWLtB85OKkfb0rA), v2 = f2 > l2;
33381
+ } = i$p(_6qhv3U07Q8WhwAOul8Ip), v2 = f2 > l2;
33365
33382
  return reactExports.useEffect(() => {
33366
33383
  g2.current && p2(g2.current.clientHeight);
33367
33384
  }, []), c2 ? v2 ? jsxRuntimeExports.jsxs(n$w, {
@@ -33385,7 +33402,7 @@ const c$9 = ({
33385
33402
  }) : u2;
33386
33403
  };
33387
33404
  const i$b = ({ children: e2 }) => jsxRuntimeExports.jsx(`div`, { className: `min-w-0 max-w-full overflow-x-auto`, children: jsxRuntimeExports.jsx(`pre`, { className: `min-w-0 max-w-full overflow-x-auto [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden`, children: jsxRuntimeExports.jsx(`code`, { children: typeof e2 == `string` ? e2.split(`
33388
- `).map((e3, t2) => jsxRuntimeExports.jsx(`span`, { className: `line block w-full`, children: e3 }, `line-${t2}-${e3.slice(0, 10)}`)) : e2 }) }) }), a$a = reactExports.lazy(() => __vitePreload(() => import("./CodeBlockShiki-BbrEGcga.js"), true ? [] : void 0).then((e2) => ({ default: e2.CodeBlockShiki }))), o$e = ({ className: n2, onChange: o2, isEditable: s2, children: c2, lang: l2, isDarkMode: u2, ...d2 }) => jsxRuntimeExports.jsx(`div`, { className: n$x(`flex w-full min-w-0 max-w-full overflow-x-auto`, n2), ...d2, children: jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: jsxRuntimeExports.jsx(i$b, { children: c2 }), children: jsxRuntimeExports.jsx(a$a, { lang: l2, isDarkMode: u2, children: c2 }) }) });
33405
+ `).map((e3, t2) => jsxRuntimeExports.jsx(`span`, { className: `line block w-full`, children: e3 }, `line-${t2}-${e3.slice(0, 10)}`)) : e2 }) }) }), a$a = reactExports.lazy(() => __vitePreload(() => import("./CodeBlockShiki-eL5L3T7V.js"), true ? [] : void 0).then((e2) => ({ default: e2.CodeBlockShiki }))), o$e = ({ className: n2, onChange: o2, isEditable: s2, children: c2, lang: l2, isDarkMode: u2, ...d2 }) => jsxRuntimeExports.jsx(`div`, { className: n$x(`flex w-full min-w-0 max-w-full overflow-x-auto`, n2), ...d2, children: jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: jsxRuntimeExports.jsx(i$b, { children: c2 }), children: jsxRuntimeExports.jsx(a$a, { lang: l2, isDarkMode: u2, children: c2 }) }) });
33389
33406
  const g$3 = reactExports.createContext(null), _$3 = () => {
33390
33407
  let e2 = reactExports.useContext(g$3);
33391
33408
  if (!e2) throw Error(`useMultiSelect must be used within MultiSelectProvider`);
@@ -33545,10 +33562,6 @@ const oppositeSideMap = {
33545
33562
  bottom: "top",
33546
33563
  top: "bottom"
33547
33564
  };
33548
- const oppositeAlignmentMap = {
33549
- start: "end",
33550
- end: "start"
33551
- };
33552
33565
  function clamp$1(start, value, end) {
33553
33566
  return max(start, min(value, end));
33554
33567
  }
@@ -33567,9 +33580,9 @@ function getOppositeAxis(axis) {
33567
33580
  function getAxisLength(axis) {
33568
33581
  return axis === "y" ? "height" : "width";
33569
33582
  }
33570
- const yAxisSides = /* @__PURE__ */ new Set(["top", "bottom"]);
33571
33583
  function getSideAxis(placement) {
33572
- return yAxisSides.has(getSide(placement)) ? "y" : "x";
33584
+ const firstChar = placement[0];
33585
+ return firstChar === "t" || firstChar === "b" ? "y" : "x";
33573
33586
  }
33574
33587
  function getAlignmentAxis(placement) {
33575
33588
  return getOppositeAxis(getSideAxis(placement));
@@ -33592,7 +33605,7 @@ function getExpandedPlacements(placement) {
33592
33605
  return [getOppositeAlignmentPlacement(placement), oppositePlacement, getOppositeAlignmentPlacement(oppositePlacement)];
33593
33606
  }
33594
33607
  function getOppositeAlignmentPlacement(placement) {
33595
- return placement.replace(/start|end/g, (alignment) => oppositeAlignmentMap[alignment]);
33608
+ return placement.includes("start") ? placement.replace("start", "end") : placement.replace("end", "start");
33596
33609
  }
33597
33610
  const lrPlacement = ["left", "right"];
33598
33611
  const rlPlacement = ["right", "left"];
@@ -33623,7 +33636,8 @@ function getOppositeAxisPlacements(placement, flipAlignment, direction, rtl) {
33623
33636
  return list;
33624
33637
  }
33625
33638
  function getOppositePlacement(placement) {
33626
- return placement.replace(/left|right|bottom|top/g, (side) => oppositeSideMap[side]);
33639
+ const side = getSide(placement);
33640
+ return oppositeSideMap[side] + placement.slice(side.length);
33627
33641
  }
33628
33642
  function expandPaddingObject(padding) {
33629
33643
  return {
@@ -33771,6 +33785,7 @@ async function detectOverflow(state, options) {
33771
33785
  right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
33772
33786
  };
33773
33787
  }
33788
+ const MAX_RESET_COUNT = 50;
33774
33789
  const computePosition$1 = async (reference, floating, config2) => {
33775
33790
  const {
33776
33791
  placement = "bottom",
@@ -33778,7 +33793,10 @@ const computePosition$1 = async (reference, floating, config2) => {
33778
33793
  middleware = [],
33779
33794
  platform: platform2
33780
33795
  } = config2;
33781
- const validMiddleware = middleware.filter(Boolean);
33796
+ const platformWithDetectOverflow = platform2.detectOverflow ? platform2 : {
33797
+ ...platform2,
33798
+ detectOverflow
33799
+ };
33782
33800
  const rtl = await (platform2.isRTL == null ? void 0 : platform2.isRTL(floating));
33783
33801
  let rects = await platform2.getElementRects({
33784
33802
  reference,
@@ -33790,14 +33808,17 @@ const computePosition$1 = async (reference, floating, config2) => {
33790
33808
  y: y2
33791
33809
  } = computeCoordsFromPlacement(rects, placement, rtl);
33792
33810
  let statefulPlacement = placement;
33793
- let middlewareData = {};
33794
33811
  let resetCount = 0;
33795
- for (let i2 = 0; i2 < validMiddleware.length; i2++) {
33796
- var _platform$detectOverf;
33812
+ const middlewareData = {};
33813
+ for (let i2 = 0; i2 < middleware.length; i2++) {
33814
+ const currentMiddleware = middleware[i2];
33815
+ if (!currentMiddleware) {
33816
+ continue;
33817
+ }
33797
33818
  const {
33798
33819
  name,
33799
33820
  fn: fn2
33800
- } = validMiddleware[i2];
33821
+ } = currentMiddleware;
33801
33822
  const {
33802
33823
  x: nextX,
33803
33824
  y: nextY,
@@ -33811,10 +33832,7 @@ const computePosition$1 = async (reference, floating, config2) => {
33811
33832
  strategy,
33812
33833
  middlewareData,
33813
33834
  rects,
33814
- platform: {
33815
- ...platform2,
33816
- detectOverflow: (_platform$detectOverf = platform2.detectOverflow) != null ? _platform$detectOverf : detectOverflow
33817
- },
33835
+ platform: platformWithDetectOverflow,
33818
33836
  elements: {
33819
33837
  reference,
33820
33838
  floating
@@ -33822,14 +33840,11 @@ const computePosition$1 = async (reference, floating, config2) => {
33822
33840
  });
33823
33841
  x2 = nextX != null ? nextX : x2;
33824
33842
  y2 = nextY != null ? nextY : y2;
33825
- middlewareData = {
33826
- ...middlewareData,
33827
- [name]: {
33828
- ...middlewareData[name],
33829
- ...data
33830
- }
33843
+ middlewareData[name] = {
33844
+ ...middlewareData[name],
33845
+ ...data
33831
33846
  };
33832
- if (reset && resetCount <= 50) {
33847
+ if (reset && resetCount < MAX_RESET_COUNT) {
33833
33848
  resetCount++;
33834
33849
  if (typeof reset === "object") {
33835
33850
  if (reset.placement) {
@@ -34415,7 +34430,6 @@ function isShadowRoot(value) {
34415
34430
  }
34416
34431
  return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;
34417
34432
  }
34418
- const invalidOverflowDisplayValues = /* @__PURE__ */ new Set(["inline", "contents"]);
34419
34433
  function isOverflowElement(element) {
34420
34434
  const {
34421
34435
  overflow,
@@ -34423,29 +34437,31 @@ function isOverflowElement(element) {
34423
34437
  overflowY,
34424
34438
  display
34425
34439
  } = getComputedStyle$2(element);
34426
- return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !invalidOverflowDisplayValues.has(display);
34440
+ return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && display !== "inline" && display !== "contents";
34427
34441
  }
34428
- const tableElements = /* @__PURE__ */ new Set(["table", "td", "th"]);
34429
34442
  function isTableElement(element) {
34430
- return tableElements.has(getNodeName(element));
34443
+ return /^(table|td|th)$/.test(getNodeName(element));
34431
34444
  }
34432
- const topLayerSelectors = [":popover-open", ":modal"];
34433
34445
  function isTopLayer(element) {
34434
- return topLayerSelectors.some((selector) => {
34435
- try {
34436
- return element.matches(selector);
34437
- } catch (_e2) {
34438
- return false;
34446
+ try {
34447
+ if (element.matches(":popover-open")) {
34448
+ return true;
34439
34449
  }
34440
- });
34450
+ } catch (_e2) {
34451
+ }
34452
+ try {
34453
+ return element.matches(":modal");
34454
+ } catch (_e2) {
34455
+ return false;
34456
+ }
34441
34457
  }
34442
- const transformProperties = ["transform", "translate", "scale", "rotate", "perspective"];
34443
- const willChangeValues = ["transform", "translate", "scale", "rotate", "perspective", "filter"];
34444
- const containValues = ["paint", "layout", "strict", "content"];
34458
+ const willChangeRe = /transform|translate|scale|rotate|perspective|filter/;
34459
+ const containRe = /paint|layout|strict|content/;
34460
+ const isNotNone = (value) => !!value && value !== "none";
34461
+ let isWebKitValue;
34445
34462
  function isContainingBlock(elementOrCss) {
34446
- const webkit = isWebKit();
34447
34463
  const css = isElement(elementOrCss) ? getComputedStyle$2(elementOrCss) : elementOrCss;
34448
- return transformProperties.some((value) => css[value] ? css[value] !== "none" : false) || (css.containerType ? css.containerType !== "normal" : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== "none" : false) || !webkit && (css.filter ? css.filter !== "none" : false) || willChangeValues.some((value) => (css.willChange || "").includes(value)) || containValues.some((value) => (css.contain || "").includes(value));
34464
+ return isNotNone(css.transform) || isNotNone(css.translate) || isNotNone(css.scale) || isNotNone(css.rotate) || isNotNone(css.perspective) || !isWebKit() && (isNotNone(css.backdropFilter) || isNotNone(css.filter)) || willChangeRe.test(css.willChange || "") || containRe.test(css.contain || "");
34449
34465
  }
34450
34466
  function getContainingBlock(element) {
34451
34467
  let currentNode = getParentNode(element);
@@ -34460,12 +34476,13 @@ function getContainingBlock(element) {
34460
34476
  return null;
34461
34477
  }
34462
34478
  function isWebKit() {
34463
- if (typeof CSS === "undefined" || !CSS.supports) return false;
34464
- return CSS.supports("-webkit-backdrop-filter", "none");
34479
+ if (isWebKitValue == null) {
34480
+ isWebKitValue = typeof CSS !== "undefined" && CSS.supports && CSS.supports("-webkit-backdrop-filter", "none");
34481
+ }
34482
+ return isWebKitValue;
34465
34483
  }
34466
- const lastTraversableNodeNames = /* @__PURE__ */ new Set(["html", "body", "#document"]);
34467
34484
  function isLastTraversableNode(node) {
34468
- return lastTraversableNodeNames.has(getNodeName(node));
34485
+ return /^(html|body|#document)$/.test(getNodeName(node));
34469
34486
  }
34470
34487
  function getComputedStyle$2(element) {
34471
34488
  return getWindow(element).getComputedStyle(element);
@@ -34519,8 +34536,9 @@ function getOverflowAncestors(node, list, traverseIframes) {
34519
34536
  if (isBody) {
34520
34537
  const frameElement = getFrameElement(win);
34521
34538
  return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);
34539
+ } else {
34540
+ return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
34522
34541
  }
34523
- return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
34524
34542
  }
34525
34543
  function getFrameElement(win) {
34526
34544
  return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;
@@ -34682,7 +34700,7 @@ function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
34682
34700
  if (getNodeName(offsetParent) !== "body" || isOverflowElement(documentElement)) {
34683
34701
  scroll = getNodeScroll(offsetParent);
34684
34702
  }
34685
- if (isHTMLElement$3(offsetParent)) {
34703
+ if (isOffsetParentAnElement) {
34686
34704
  const offsetRect = getBoundingClientRect(offsetParent);
34687
34705
  scale2 = getScale(offsetParent);
34688
34706
  offsets.x = offsetRect.x + offsetParent.clientLeft;
@@ -34756,7 +34774,6 @@ function getViewportRect(element, strategy) {
34756
34774
  y: y2
34757
34775
  };
34758
34776
  }
34759
- const absoluteOrFixed = /* @__PURE__ */ new Set(["absolute", "fixed"]);
34760
34777
  function getInnerBoundingClientRect(element, strategy) {
34761
34778
  const clientRect = getBoundingClientRect(element, true, strategy === "fixed");
34762
34779
  const top = clientRect.top + element.clientTop;
@@ -34814,7 +34831,7 @@ function getClippingElementAncestors(element, cache) {
34814
34831
  if (!currentNodeIsContaining && computedStyle.position === "fixed") {
34815
34832
  currentContainingBlockComputedStyle = null;
34816
34833
  }
34817
- const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === "static" && !!currentContainingBlockComputedStyle && absoluteOrFixed.has(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
34834
+ const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === "static" && !!currentContainingBlockComputedStyle && (currentContainingBlockComputedStyle.position === "absolute" || currentContainingBlockComputedStyle.position === "fixed") || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
34818
34835
  if (shouldDropCurrentNode) {
34819
34836
  result = result.filter((ancestor) => ancestor !== currentNode);
34820
34837
  } else {
@@ -34834,20 +34851,23 @@ function getClippingRect(_ref) {
34834
34851
  } = _ref;
34835
34852
  const elementClippingAncestors = boundary === "clippingAncestors" ? isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);
34836
34853
  const clippingAncestors = [...elementClippingAncestors, rootBoundary];
34837
- const firstClippingAncestor = clippingAncestors[0];
34838
- const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {
34839
- const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);
34840
- accRect.top = max(rect.top, accRect.top);
34841
- accRect.right = min(rect.right, accRect.right);
34842
- accRect.bottom = min(rect.bottom, accRect.bottom);
34843
- accRect.left = max(rect.left, accRect.left);
34844
- return accRect;
34845
- }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));
34854
+ const firstRect = getClientRectFromClippingAncestor(element, clippingAncestors[0], strategy);
34855
+ let top = firstRect.top;
34856
+ let right = firstRect.right;
34857
+ let bottom = firstRect.bottom;
34858
+ let left = firstRect.left;
34859
+ for (let i2 = 1; i2 < clippingAncestors.length; i2++) {
34860
+ const rect = getClientRectFromClippingAncestor(element, clippingAncestors[i2], strategy);
34861
+ top = max(rect.top, top);
34862
+ right = min(rect.right, right);
34863
+ bottom = min(rect.bottom, bottom);
34864
+ left = max(rect.left, left);
34865
+ }
34846
34866
  return {
34847
- width: clippingRect.right - clippingRect.left,
34848
- height: clippingRect.bottom - clippingRect.top,
34849
- x: clippingRect.left,
34850
- y: clippingRect.top
34867
+ width: right - left,
34868
+ height: bottom - top,
34869
+ x: left,
34870
+ y: top
34851
34871
  };
34852
34872
  }
34853
34873
  function getDimensions(element) {
@@ -35056,7 +35076,7 @@ function autoUpdate(reference, floating, update, options) {
35056
35076
  animationFrame = false
35057
35077
  } = options;
35058
35078
  const referenceEl = unwrapElement(reference);
35059
- const ancestors = ancestorScroll || ancestorResize ? [...referenceEl ? getOverflowAncestors(referenceEl) : [], ...getOverflowAncestors(floating)] : [];
35079
+ const ancestors = ancestorScroll || ancestorResize ? [...referenceEl ? getOverflowAncestors(referenceEl) : [], ...floating ? getOverflowAncestors(floating) : []] : [];
35060
35080
  ancestors.forEach((ancestor) => {
35061
35081
  ancestorScroll && ancestor.addEventListener("scroll", update, {
35062
35082
  passive: true
@@ -35069,7 +35089,7 @@ function autoUpdate(reference, floating, update, options) {
35069
35089
  if (elementResize) {
35070
35090
  resizeObserver = new ResizeObserver((_ref) => {
35071
35091
  let [firstEntry] = _ref;
35072
- if (firstEntry && firstEntry.target === referenceEl && resizeObserver) {
35092
+ if (firstEntry && firstEntry.target === referenceEl && resizeObserver && floating) {
35073
35093
  resizeObserver.unobserve(floating);
35074
35094
  cancelAnimationFrame(reobserveFrame);
35075
35095
  reobserveFrame = requestAnimationFrame(() => {
@@ -35082,7 +35102,9 @@ function autoUpdate(reference, floating, update, options) {
35082
35102
  if (referenceEl && !animationFrame) {
35083
35103
  resizeObserver.observe(referenceEl);
35084
35104
  }
35085
- resizeObserver.observe(floating);
35105
+ if (floating) {
35106
+ resizeObserver.observe(floating);
35107
+ }
35086
35108
  }
35087
35109
  let frameId;
35088
35110
  let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;
@@ -35385,34 +35407,61 @@ const arrow$1 = (options) => {
35385
35407
  }
35386
35408
  };
35387
35409
  };
35388
- const offset = (options, deps) => ({
35389
- ...offset$1(options),
35390
- options: [options, deps]
35391
- });
35392
- const shift = (options, deps) => ({
35393
- ...shift$1(options),
35394
- options: [options, deps]
35395
- });
35396
- const limitShift = (options, deps) => ({
35397
- ...limitShift$1(options),
35398
- options: [options, deps]
35399
- });
35400
- const flip = (options, deps) => ({
35401
- ...flip$1(options),
35402
- options: [options, deps]
35403
- });
35404
- const size = (options, deps) => ({
35405
- ...size$1(options),
35406
- options: [options, deps]
35407
- });
35408
- const hide = (options, deps) => ({
35409
- ...hide$1(options),
35410
- options: [options, deps]
35411
- });
35412
- const arrow = (options, deps) => ({
35413
- ...arrow$1(options),
35414
- options: [options, deps]
35415
- });
35410
+ const offset = (options, deps) => {
35411
+ const result = offset$1(options);
35412
+ return {
35413
+ name: result.name,
35414
+ fn: result.fn,
35415
+ options: [options, deps]
35416
+ };
35417
+ };
35418
+ const shift = (options, deps) => {
35419
+ const result = shift$1(options);
35420
+ return {
35421
+ name: result.name,
35422
+ fn: result.fn,
35423
+ options: [options, deps]
35424
+ };
35425
+ };
35426
+ const limitShift = (options, deps) => {
35427
+ const result = limitShift$1(options);
35428
+ return {
35429
+ fn: result.fn,
35430
+ options: [options, deps]
35431
+ };
35432
+ };
35433
+ const flip = (options, deps) => {
35434
+ const result = flip$1(options);
35435
+ return {
35436
+ name: result.name,
35437
+ fn: result.fn,
35438
+ options: [options, deps]
35439
+ };
35440
+ };
35441
+ const size = (options, deps) => {
35442
+ const result = size$1(options);
35443
+ return {
35444
+ name: result.name,
35445
+ fn: result.fn,
35446
+ options: [options, deps]
35447
+ };
35448
+ };
35449
+ const hide = (options, deps) => {
35450
+ const result = hide$1(options);
35451
+ return {
35452
+ name: result.name,
35453
+ fn: result.fn,
35454
+ options: [options, deps]
35455
+ };
35456
+ };
35457
+ const arrow = (options, deps) => {
35458
+ const result = arrow$1(options);
35459
+ return {
35460
+ name: result.name,
35461
+ fn: result.fn,
35462
+ options: [options, deps]
35463
+ };
35464
+ };
35416
35465
  var NAME$1 = "Arrow";
35417
35466
  var Arrow$1 = reactExports.forwardRef((props, forwardedRef) => {
35418
35467
  const { children, width = 10, height = 5, ...arrowProps } = props;
@@ -36919,7 +36968,7 @@ const r$l = ({ children: r2, ...i2 }) => {
36919
36968
  const key$e = "code-selectors";
36920
36969
  const content$e = { "nodeType": "translation", "translation": { "en": { "packageManager": { "placeholder": "Package Manager", "label": "Select package manager" }, "codeFormat": { "placeholder": "Code Format", "label": "Select code format" }, "contentDeclarationFormat": { "placeholder": "Dictionary Format", "label": "Select dictionary format" } }, "en-GB": { "packageManager": { "placeholder": "Package Manager", "label": "Select package manager" }, "codeFormat": { "placeholder": "Code Format", "label": "Select code format" }, "contentDeclarationFormat": { "placeholder": "Dictionary Format", "label": "Select dictionary format" } }, "fr": { "packageManager": { "placeholder": "Gestionnaire de paquets", "label": "Sélectionner le gestionnaire de paquets" }, "codeFormat": { "placeholder": "Format de code", "label": "Sélectionner le format de code" }, "contentDeclarationFormat": { "placeholder": "Format de dictionnaire", "label": "Sélectionner le format de dictionnaire" } }, "es": { "packageManager": { "placeholder": "Gestor de paquetes", "label": "Seleccionar gestor de paquetes" }, "codeFormat": { "placeholder": "Formato de código", "label": "Seleccionar formato de código" }, "contentDeclarationFormat": { "placeholder": "Formato de diccionario", "label": "Seleccionar formato de diccionario" } }, "de": { "packageManager": { "placeholder": "Paketmanager", "label": "Paketmanager auswählen" }, "codeFormat": { "placeholder": "Code-Format", "label": "Code-Format auswählen" }, "contentDeclarationFormat": { "placeholder": "Wörterbuchformat", "label": "Wörterbuchformat auswählen" } }, "ja": { "packageManager": { "placeholder": "パッケージマネージャー", "label": "パッケージマネージャーを選択" }, "codeFormat": { "placeholder": "コード形式", "label": "コード形式を選択" }, "contentDeclarationFormat": { "placeholder": "辞書形式", "label": "辞書形式を選択" } }, "ko": { "packageManager": { "placeholder": "패키지 관리자", "label": "패키지 관리자 선택" }, "codeFormat": { "placeholder": "코드 형식", "label": "코드 형식 선택" }, "contentDeclarationFormat": { "placeholder": "사전 형식", "label": "사전 형식 선택" } }, "zh": { "packageManager": { "placeholder": "包管理器", "label": "选择包管理器" }, "codeFormat": { "placeholder": "代码格式", "label": "选择代码格式" }, "contentDeclarationFormat": { "placeholder": "字典格式", "label": "选择字典格式" } }, "it": { "packageManager": { "placeholder": "Gestore dei pacchetti", "label": "Seleziona il gestore dei pacchetti" }, "codeFormat": { "placeholder": "Formato del codice", "label": "Seleziona il formato del codice" }, "contentDeclarationFormat": { "placeholder": "Formato del dizionario", "label": "Seleziona il formato del dizionario" } }, "pt": { "packageManager": { "placeholder": "Gerenciador de pacotes", "label": "Selecionar gerenciador de pacotes" }, "codeFormat": { "placeholder": "Formato de código", "label": "Selecionar formato de código" }, "contentDeclarationFormat": { "placeholder": "Formato de dicionário", "label": "Selecionar formato de dicionário" } }, "hi": { "packageManager": { "placeholder": "पैकेज प्रबंधक", "label": "पैकेज प्रबंधक चुनें" }, "codeFormat": { "placeholder": "कोड प्रारूप", "label": "कोड प्रारूप चुनें" }, "contentDeclarationFormat": { "placeholder": "शब्दकोश प्रारूप", "label": "शब्दकोश प्रारूप चुनें" } }, "ar": { "packageManager": { "placeholder": "مدير الحزم", "label": "اختر مدير الحزم" }, "codeFormat": { "placeholder": "تنسيق الكود", "label": "اختر تنسيق الكود" }, "contentDeclarationFormat": { "placeholder": "تنسيق القاموس", "label": "اختر تنسيق القاموس" } }, "ru": { "packageManager": { "placeholder": "Менеджер пакетов", "label": "Выбрать менеджер пакетов" }, "codeFormat": { "placeholder": "Формат кода", "label": "Выбрать формат кода" }, "contentDeclarationFormat": { "placeholder": "Формат словаря", "label": "Выбрать формат словаря" } } } };
36921
36970
  const localIds$e = ["code-selectors::local::../@intlayer/design-system/dist/esm/components/IDE/selectors.content.mjs"];
36922
- const _VaxfTMdlIxLlHVFaeieC = {
36971
+ const _LLhmnirALTBdCegVmAH0 = {
36923
36972
  key: key$e,
36924
36973
  content: content$e,
36925
36974
  localIds: localIds$e
@@ -36929,7 +36978,7 @@ const a$8 = () => {
36929
36978
  codeFormat: a2,
36930
36979
  setCodeFormat: o2,
36931
36980
  setContentDeclarationFormat: s2
36932
- } = a$9(), c2 = i$p(_VaxfTMdlIxLlHVFaeieC);
36981
+ } = a$9(), c2 = i$p(_LLhmnirALTBdCegVmAH0);
36933
36982
  return jsxRuntimeExports.jsxs(y$2, {
36934
36983
  value: a2,
36935
36984
  onValueChange: (e2) => {
@@ -36959,7 +37008,7 @@ const a$7 = () => {
36959
37008
  let {
36960
37009
  contentDeclarationFormat: a2,
36961
37010
  setContentDeclarationFormat: o2
36962
- } = a$9(), s2 = i$p(_VaxfTMdlIxLlHVFaeieC);
37011
+ } = a$9(), s2 = i$p(_LLhmnirALTBdCegVmAH0);
36963
37012
  return jsxRuntimeExports.jsxs(y$2, {
36964
37013
  value: a2,
36965
37014
  onValueChange: o2,
@@ -36989,7 +37038,7 @@ const a$7 = () => {
36989
37038
  const key$d = "code";
36990
37039
  const content$d = { "nodeType": "translation", "translation": { "en": { "title": "Copy code", "description": "Copy the code to the clipboard" }, "en-GB": { "title": "Copy code", "description": "Copy the code to the clipboard" }, "fr": { "title": "Copier le code", "description": "Copier le code dans le presse-papiers" }, "es": { "title": "Copiar código", "description": "Copiar el código al portapapeles" }, "de": { "title": "Code kopieren", "description": "Kopieren Sie den Code in die Zwischenablage" }, "ja": { "title": "コードをコピー", "description": "コードをクリップボードにコピー" }, "ko": { "title": "코드 복사", "description": "코드를 클립보드에 복사" }, "zh": { "title": "复制代码", "description": "复制代码到剪贴板" }, "it": { "title": "Copiare il codice", "description": "Copiare il codice nella clipboard" }, "pt": { "title": "Copiar código", "description": "Copiar o código para a área de transferência" }, "hi": { "title": "कोड कॉपी करें", "description": "कोड को क्लिपबोर्ड पर कॉपी करें" }, "ar": { "title": "نسخ الكود", "description": "نسخ الكود إلى الحافظة" }, "ru": { "title": "Копировать код", "description": "Копировать код в буфер обмена" } } };
36991
37040
  const localIds$d = ["code::local::../@intlayer/design-system/dist/esm/components/IDE/code.content.mjs", "code::local::../@intlayer/design-system/dist/esm/components/IDE/copyCode.content.mjs"];
36992
- const _2TeNCVhXoj0CjUMVtw2p = {
37041
+ const _HHbpj8rA5gqkXOud1oy4 = {
36993
37042
  key: key$d,
36994
37043
  content: content$d,
36995
37044
  localIds: localIds$d
@@ -37000,7 +37049,7 @@ const o$c = ({
37000
37049
  let {
37001
37050
  title: s2,
37002
37051
  description: c2
37003
- } = i$p(_2TeNCVhXoj0CjUMVtw2p);
37052
+ } = i$p(_HHbpj8rA5gqkXOud1oy4);
37004
37053
  return jsxRuntimeExports.jsxs(u$c, {
37005
37054
  identifier: `copy`,
37006
37055
  children: [jsxRuntimeExports.jsx(u$9, {
@@ -37022,8 +37071,8 @@ const a$6 = () => {
37022
37071
  let {
37023
37072
  packageManager: a2,
37024
37073
  setPackageManager: o2
37025
- } = a$9(), s2 = i$p(_VaxfTMdlIxLlHVFaeieC);
37026
- return i$p(_VaxfTMdlIxLlHVFaeieC), jsxRuntimeExports.jsxs(y$2, {
37074
+ } = a$9(), s2 = i$p(_LLhmnirALTBdCegVmAH0);
37075
+ return i$p(_LLhmnirALTBdCegVmAH0), jsxRuntimeExports.jsxs(y$2, {
37027
37076
  value: a2,
37028
37077
  onValueChange: o2,
37029
37078
  children: [jsxRuntimeExports.jsx(y$2.Trigger, {
@@ -37183,7 +37232,9 @@ const r$i = (r2) => {
37183
37232
  let { disableScroll: i2 = false, element: a2, key: o2 = `unnamed_blocker` } = r2 ?? {}, { isElementScrollBlocked: s2, addBlockage: c2, removeBlockage: l2 } = r$j(), u2 = n$c(a2);
37184
37233
  return reactExports.useEffect(() => {
37185
37234
  let e2 = a2 ?? window.document.body;
37186
- i2 ? c2(o2, e2) : l2(o2, e2);
37235
+ return i2 ? c2(o2, e2) : l2(o2, e2), () => {
37236
+ l2(o2, e2);
37237
+ };
37187
37238
  }, [c2, i2, a2, o2, l2]), { isScrollBlocked: u2 ? s2(u2) : false };
37188
37239
  };
37189
37240
  const LayoutGroupContext = reactExports.createContext({});
@@ -38896,9 +38947,8 @@ class NativeAnimation extends WithPromise {
38896
38947
  const keyframe = getFinalKeyframe$1(keyframes2, this.options, finalKeyframe, this.speed);
38897
38948
  if (this.updateMotionValue) {
38898
38949
  this.updateMotionValue(keyframe);
38899
- } else {
38900
- setStyle(element, name, keyframe);
38901
38950
  }
38951
+ setStyle(element, name, keyframe);
38902
38952
  this.animation.cancel();
38903
38953
  }
38904
38954
  onComplete?.();
@@ -41465,6 +41515,7 @@ function createAnimationState(visualElement) {
41465
41515
  let animate = createAnimateFunction(visualElement);
41466
41516
  let state = createState();
41467
41517
  let isInitialRender = true;
41518
+ let wasReset = false;
41468
41519
  const buildResolvedTypeValues = (type) => (acc, definition) => {
41469
41520
  const resolved = resolveVariant(visualElement, definition, type === "exit" ? visualElement.presenceContext?.custom : void 0);
41470
41521
  if (resolved) {
@@ -41492,7 +41543,7 @@ function createAnimationState(visualElement) {
41492
41543
  if (activeDelta === false)
41493
41544
  removedVariantIndex = i2;
41494
41545
  let isInherited = prop === context[type] && prop !== props[type] && propIsVariant;
41495
- if (isInherited && isInitialRender && visualElement.manuallyAnimateOnMount) {
41546
+ if (isInherited && (isInitialRender || wasReset) && visualElement.manuallyAnimateOnMount) {
41496
41547
  isInherited = false;
41497
41548
  }
41498
41549
  typeState.protectedKeys = { ...encounteredKeys };
@@ -41566,7 +41617,7 @@ function createAnimationState(visualElement) {
41566
41617
  if (typeState.isActive) {
41567
41618
  encounteredKeys = { ...encounteredKeys, ...resolvedValues };
41568
41619
  }
41569
- if (isInitialRender && visualElement.blockInitialAnimation) {
41620
+ if ((isInitialRender || wasReset) && visualElement.blockInitialAnimation) {
41570
41621
  shouldAnimateType = false;
41571
41622
  }
41572
41623
  const willAnimateViaParent = isInherited && variantDidChange;
@@ -41574,7 +41625,7 @@ function createAnimationState(visualElement) {
41574
41625
  if (shouldAnimateType && needsAnimating) {
41575
41626
  animations2.push(...definitionList.map((animation) => {
41576
41627
  const options = { type };
41577
- if (typeof animation === "string" && isInitialRender && !willAnimateViaParent && visualElement.manuallyAnimateOnMount && visualElement.parent) {
41628
+ if (typeof animation === "string" && (isInitialRender || wasReset) && !willAnimateViaParent && visualElement.manuallyAnimateOnMount && visualElement.parent) {
41578
41629
  const { parent } = visualElement;
41579
41630
  const parentVariant = resolveVariant(parent, animation);
41580
41631
  if (parent.enteringChildren && parentVariant) {
@@ -41611,6 +41662,7 @@ function createAnimationState(visualElement) {
41611
41662
  shouldAnimate = false;
41612
41663
  }
41613
41664
  isInitialRender = false;
41665
+ wasReset = false;
41614
41666
  return shouldAnimate ? animate(animations2) : Promise.resolve();
41615
41667
  }
41616
41668
  function setActive(type, isActive) {
@@ -41631,6 +41683,7 @@ function createAnimationState(visualElement) {
41631
41683
  getState: () => state,
41632
41684
  reset: () => {
41633
41685
  state = createState();
41686
+ wasReset = true;
41634
41687
  }
41635
41688
  };
41636
41689
  }
@@ -41908,47 +41961,36 @@ class NodeStack {
41908
41961
  add(node) {
41909
41962
  addUniqueItem(this.members, node);
41910
41963
  for (let i2 = this.members.length - 1; i2 >= 0; i2--) {
41911
- const m2 = this.members[i2];
41912
- if (m2 === node || m2 === this.lead || m2 === this.prevLead)
41964
+ const member = this.members[i2];
41965
+ if (member === node || member === this.lead || member === this.prevLead)
41913
41966
  continue;
41914
- const inst = m2.instance;
41915
- if (inst && inst.isConnected === false && m2.isPresent !== false && !m2.snapshot) {
41916
- removeItem(this.members, m2);
41967
+ const inst = member.instance;
41968
+ if ((!inst || inst.isConnected === false) && !member.snapshot) {
41969
+ removeItem(this.members, member);
41970
+ member.unmount();
41917
41971
  }
41918
41972
  }
41919
41973
  node.scheduleRender();
41920
41974
  }
41921
41975
  remove(node) {
41922
41976
  removeItem(this.members, node);
41923
- if (node === this.prevLead) {
41977
+ if (node === this.prevLead)
41924
41978
  this.prevLead = void 0;
41925
- }
41926
41979
  if (node === this.lead) {
41927
41980
  const prevLead = this.members[this.members.length - 1];
41928
- if (prevLead) {
41981
+ if (prevLead)
41929
41982
  this.promote(prevLead);
41930
- }
41931
41983
  }
41932
41984
  }
41933
41985
  relegate(node) {
41934
- const indexOfNode = this.members.findIndex((member) => node === member);
41935
- if (indexOfNode === 0)
41936
- return false;
41937
- let prevLead;
41938
- for (let i2 = indexOfNode; i2 >= 0; i2--) {
41986
+ for (let i2 = this.members.indexOf(node) - 1; i2 >= 0; i2--) {
41939
41987
  const member = this.members[i2];
41940
- const inst = member.instance;
41941
- if (member.isPresent !== false && (!inst || inst.isConnected !== false)) {
41942
- prevLead = member;
41943
- break;
41988
+ if (member.isPresent !== false && member.instance?.isConnected !== false) {
41989
+ this.promote(member);
41990
+ return true;
41944
41991
  }
41945
41992
  }
41946
- if (prevLead) {
41947
- this.promote(prevLead);
41948
- return true;
41949
- } else {
41950
- return false;
41951
- }
41993
+ return false;
41952
41994
  }
41953
41995
  promote(node, preserveFollowOpacity) {
41954
41996
  const prevLead = this.lead;
@@ -41958,56 +42000,37 @@ class NodeStack {
41958
42000
  this.lead = node;
41959
42001
  node.show();
41960
42002
  if (prevLead) {
41961
- prevLead.instance && prevLead.scheduleRender();
42003
+ prevLead.updateSnapshot();
41962
42004
  node.scheduleRender();
41963
- const prevDep = prevLead.options.layoutDependency;
41964
- const nextDep = node.options.layoutDependency;
41965
- const dependencyMatches = prevDep !== void 0 && nextDep !== void 0 && prevDep === nextDep;
41966
- if (!dependencyMatches) {
41967
- const prevInstance = prevLead.instance;
41968
- const isStale2 = prevInstance && prevInstance.isConnected === false && !prevLead.snapshot;
41969
- if (!isStale2) {
41970
- node.resumeFrom = prevLead;
41971
- if (preserveFollowOpacity) {
41972
- node.resumeFrom.preserveOpacity = true;
41973
- }
41974
- if (prevLead.snapshot) {
41975
- node.snapshot = prevLead.snapshot;
41976
- node.snapshot.latestValues = prevLead.animationValues || prevLead.latestValues;
41977
- }
41978
- if (node.root && node.root.isUpdating) {
41979
- node.isLayoutDirty = true;
41980
- }
41981
- }
41982
- }
41983
- const { crossfade } = node.options;
41984
- if (crossfade === false) {
42005
+ const { layoutDependency: prevDep } = prevLead.options;
42006
+ const { layoutDependency: nextDep } = node.options;
42007
+ if (prevDep === void 0 || prevDep !== nextDep) {
42008
+ node.resumeFrom = prevLead;
42009
+ if (preserveFollowOpacity)
42010
+ prevLead.preserveOpacity = true;
42011
+ if (prevLead.snapshot) {
42012
+ node.snapshot = prevLead.snapshot;
42013
+ node.snapshot.latestValues = prevLead.animationValues || prevLead.latestValues;
42014
+ }
42015
+ if (node.root?.isUpdating)
42016
+ node.isLayoutDirty = true;
42017
+ }
42018
+ if (node.options.crossfade === false)
41985
42019
  prevLead.hide();
41986
- }
41987
42020
  }
41988
42021
  }
41989
42022
  exitAnimationComplete() {
41990
- this.members.forEach((node) => {
41991
- const { options, resumingFrom } = node;
41992
- options.onExitComplete && options.onExitComplete();
41993
- if (resumingFrom) {
41994
- resumingFrom.options.onExitComplete && resumingFrom.options.onExitComplete();
41995
- }
42023
+ this.members.forEach((member) => {
42024
+ member.options.onExitComplete?.();
42025
+ member.resumingFrom?.options.onExitComplete?.();
41996
42026
  });
41997
42027
  }
41998
42028
  scheduleRender() {
41999
- this.members.forEach((node) => {
42000
- node.instance && node.scheduleRender(false);
42001
- });
42029
+ this.members.forEach((member) => member.instance && member.scheduleRender(false));
42002
42030
  }
42003
- /**
42004
- * Clear any leads that have been removed this render to prevent them from being
42005
- * used in future animations and to prevent memory leaks
42006
- */
42007
42031
  removeLeadSnapshot() {
42008
- if (this.lead && this.lead.snapshot) {
42032
+ if (this.lead?.snapshot)
42009
42033
  this.lead.snapshot = void 0;
42010
- }
42011
42034
  }
42012
42035
  }
42013
42036
  const globalProjectionState = {
@@ -45088,7 +45111,7 @@ const h$1 = (c2) => ({ components: { h1: (e2) => jsxRuntimeExports.jsx(p$5, { is
45088
45111
  const key$c = "navigation-view";
45089
45112
  const content$c = { "nodeType": "translation", "translation": { "en": { "tsxNotEditable": "React node is not editable", "goToField": { "label": "Go to field" }, "addNewElement": { "label": "Click to add element", "text": "Add new element" }, "removeElement": { "label": "Click to remove element", "text": "Remove element" }, "addNewEnumeration": { "label": "Click to add enumeration", "text": "Add new enumeration" }, "removeEnumeration": { "label": "Click to remove enumeration", "text": "Remove enumeration" }, "addNewCondition": { "label": "Click to add condition", "text": "Add new condition" } }, "en-GB": { "tsxNotEditable": "React node is not editable", "goToField": { "label": "Go to field" }, "addNewElement": { "label": "Click to add element", "text": "Add new element" }, "removeElement": { "label": "Click to remove element", "text": "Remove element" }, "addNewEnumeration": { "label": "Click to add enumeration", "text": "Add new enumeration" }, "removeEnumeration": { "label": "Click to remove enumeration", "text": "Remove enumeration" }, "addNewCondition": { "label": "Click to add condition", "text": "Add new condition" } }, "fr": { "tsxNotEditable": "Node React non éditable", "goToField": { "label": "Aller au champ" }, "addNewElement": { "label": "Cliquez pour ajouter un élément", "text": "Ajouter un nouvel élément" }, "removeElement": { "label": "Cliquez pour supprimer un élément", "text": "Supprimer l’élément" }, "addNewEnumeration": { "label": "Cliquez pour ajouter une énumération", "text": "Ajouter une nouvelle énumération" }, "removeEnumeration": { "label": "Cliquez pour supprimer une énumération", "text": "Supprimer l’énumération" }, "addNewCondition": { "label": "Cliquez pour ajouter une condition", "text": "Ajouter une nouvelle condition" } }, "es": { "tsxNotEditable": "Nodo React no editable", "goToField": { "label": "Ir al campo" }, "addNewElement": { "label": "Haga clic para agregar un elemento", "text": "Agregar nuevo elemento" }, "removeElement": { "label": "Haga clic para eliminar un elemento", "text": "Eliminar elemento" }, "addNewEnumeration": { "label": "Haga clic para agregar una enumeración", "text": "Agregar nueva enumeración" }, "removeEnumeration": { "label": "Haga clic para eliminar una enumeración", "text": "Eliminar enumeración" }, "addNewCondition": { "label": "Haga clic para agregar una condición", "text": "Agregar nueva condición" } }, "de": { "tsxNotEditable": "React-Knoten ist nicht bearbeitbar", "goToField": { "label": "Zum Feld gehen" }, "addNewElement": { "label": "Klicken Sie, um ein Element hinzuzufügen", "text": "Neues Element hinzufügen" }, "removeElement": { "label": "Klicken Sie, um ein Element zu entfernen", "text": "Element entfernen" }, "addNewEnumeration": { "label": "Klicken Sie, um eine Aufzählung hinzuzufügen", "text": "Neue Aufzählung hinzufügen" }, "removeEnumeration": { "label": "Klicken Sie, um eine Aufzählung zu entfernen", "text": "Aufzählung entfernen" }, "addNewCondition": { "label": "Klicken Sie, um eine Bedingung hinzuzufügen", "text": "Neue Bedingung hinzufügen" } }, "ja": { "tsxNotEditable": "編集できないReactノードです", "goToField": { "label": "フィールドに移動" }, "addNewElement": { "label": "要素を追加するにはクリック", "text": "新しい要素を追加" }, "removeElement": { "label": "要素を削除するにはクリック", "text": "要素を削除" }, "addNewEnumeration": { "label": "列挙を追加するにはクリック", "text": "新しい列挙を追加" }, "removeEnumeration": { "label": "列挙を削除するにはクリック", "text": "列挙を削除" }, "addNewCondition": { "label": "条件を追加するにはクリック", "text": "新しい条件を追加" } }, "ko": { "tsxNotEditable": "편집할 수 없는 React 노드입니다", "goToField": { "label": "필드로 이동" }, "addNewElement": { "label": "요소를 추가하려면 클릭하세요", "text": "새 요소 추가" }, "removeElement": { "label": "요소를 제거하려면 클릭하세요", "text": "요소 제거" }, "addNewEnumeration": { "label": "열거를 추가하려면 클릭하세요", "text": "새 목록 추가" }, "removeEnumeration": { "label": "목록을 제거하려면 클릭하세요", "text": "목록 제거" }, "addNewCondition": { "label": "조건을 추가하려면 클릭하세요", "text": "새 조건 추가" } }, "zh": { "tsxNotEditable": "不可编辑的 React 节点", "goToField": { "label": "转到字段" }, "addNewElement": { "label": "点击添加元素", "text": "添加新元素" }, "removeElement": { "label": "点击删除元素", "text": "删除元素" }, "addNewEnumeration": { "label": "点击添加枚举", "text": "添加新枚举" }, "removeEnumeration": { "label": "点击删除枚举", "text": "删除枚举" }, "addNewCondition": { "label": "点击添加条件", "text": "添加新条件" } }, "it": { "tsxNotEditable": "Node React non modificabile", "goToField": { "label": "Vai al campo" }, "addNewElement": { "label": "Clicca per aggiungere un elemento", "text": "Aggiungi nuovo elemento" }, "removeElement": { "label": "Clicca per rimuovere un elemento", "text": "Rimuovi elemento" }, "addNewEnumeration": { "label": "Clicca per aggiungere un enumerazione", "text": "Aggiungi nuova enumerazione" }, "removeEnumeration": { "label": "Clicca per rimuovere un'enumerazione", "text": "Rimuovi enumerazione" }, "addNewCondition": { "label": "Clicca per aggiungere una condizione", "text": "Aggiungi nuova condizione" } }, "pt": { "tsxNotEditable": "Nó React não editável", "goToField": { "label": "Ir para o campo" }, "addNewElement": { "label": "Clique para adicionar um elemento", "text": "Adicionar novo elemento" }, "removeElement": { "label": "Clique para remover um elemento", "text": "Remover elemento" }, "addNewEnumeration": { "label": "Clique para adicionar uma enumeração", "text": "Adicionar nova enumeração" }, "removeEnumeration": { "label": "Clique para remover uma enumeração", "text": "Remover enumeração" }, "addNewCondition": { "label": "Clique para adicionar uma condição", "text": "Adicionar nova condição" } }, "hi": { "tsxNotEditable": "सम्पादित न करने योग्य React नोड", "goToField": { "label": "फ़ील्ड पर जाएं" }, "addNewElement": { "label": "तत्व जोड़ने के लिए क्लिक करें", "text": "नया तत्व जोड़ें" }, "removeElement": { "label": "तत्व निकालने के लिए क्लिक करें", "text": "तत्व निकालें" }, "addNewEnumeration": { "label": "सूची जोड़ने के लिए क्लिक करें", "text": "नया सूची जोड़ें" }, "removeEnumeration": { "label": "सूची निकालने के लिए क्लिक करें", "text": "सूची निकालें" }, "addNewCondition": { "label": "शर्ते जोड़ने के लिए क्लिक करें", "text": "नया शर्ते जोड़ें" } }, "ar": { "tsxNotEditable": "عقدة React غير قابلة للتحرير", "goToField": { "label": "اذهب إلى الحقل" }, "addNewElement": { "label": "انقر لإضافة عنصر", "text": "أضف عنصرًا جديدًا" }, "removeElement": { "label": "انقر لإزالة عنصر", "text": "إزالة عنصر" }, "addNewEnumeration": { "label": "انقر لإضافة تعداد", "text": "أضف تعدادًا جديدًا" }, "removeEnumeration": { "label": "انقر لإزالة تعداد", "text": "إزالة تعداد" }, "addNewCondition": { "label": "انقر لإضافة شرط", "text": "أضف شرطًا جديدًا" } }, "ru": { "tsxNotEditable": "React-узел не редактируемый", "goToField": { "label": "Перейти к полю" }, "addNewElement": { "label": "Нажмите, чтобы добавить элемент", "text": "Добавить новый элемент" }, "removeElement": { "label": "Нажмите, чтобы удалить элемент", "text": "Удалить элемент" }, "addNewEnumeration": { "label": "Нажмите, чтобы добавить перечисление", "text": "Добавить новое перечисление" }, "removeEnumeration": { "label": "Нажмите, чтобы удалить перечисление", "text": "Удалить перечисление" }, "addNewCondition": { "label": "Нажмите, чтобы добавить условие", "text": "Добавить новое условие" } } } };
45090
45113
  const localIds$c = ["navigation-view::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs"];
45091
- const _LjElj9YzZe66ZBgugc8w = {
45114
+ const _pzJTxhQbz90wJV6nwkrM = {
45092
45115
  key: key$c,
45093
45116
  content: content$c,
45094
45117
  localIds: localIds$c
@@ -45289,7 +45312,7 @@ const F = ({
45289
45312
  } = y$8(), {
45290
45313
  addNewEnumeration: l2,
45291
45314
  removeEnumeration: u2
45292
- } = i$p(_LjElj9YzZe66ZBgugc8w), d2 = e2[e$l.Enumeration], f2 = Object.keys(d2)[0];
45315
+ } = i$p(_pzJTxhQbz90wJV6nwkrM), d2 = e2[e$l.Enumeration], f2 = Object.keys(d2)[0];
45293
45316
  return jsxRuntimeExports.jsxs(`div`, {
45294
45317
  className: `flex flex-col gap-2`,
45295
45318
  children: [jsxRuntimeExports.jsx(`table`, {
@@ -45454,7 +45477,7 @@ const F = ({
45454
45477
  } = y$8(), {
45455
45478
  addNewElement: l2,
45456
45479
  removeElement: u2
45457
- } = i$p(_LjElj9YzZe66ZBgugc8w);
45480
+ } = i$p(_pzJTxhQbz90wJV6nwkrM);
45458
45481
  return jsxRuntimeExports.jsxs(`div`, {
45459
45482
  className: `flex flex-col gap-2`,
45460
45483
  children: [jsxRuntimeExports.jsx(`table`, {
@@ -45728,7 +45751,7 @@ const q = ({
45728
45751
  }) => {
45729
45752
  let {
45730
45753
  tsxNotEditable: a2
45731
- } = i$p(_LjElj9YzZe66ZBgugc8w), s2 = i$u(e2);
45754
+ } = i$p(_pzJTxhQbz90wJV6nwkrM), s2 = i$u(e2);
45732
45755
  return s2 === e$l.ReactNode ? jsxRuntimeExports.jsxs(`div`, {
45733
45756
  className: `flex w-full flex-col gap-2`,
45734
45757
  children: [jsxRuntimeExports.jsx(`span`, {
@@ -45829,7 +45852,7 @@ const q = ({
45829
45852
  ...t2
45830
45853
  })
45831
45854
  });
45832
- const r$h = ({ keyPath: r2, dictionaryKey: i2, onClickKeyPath: a2, locale: o2, color: s2, showDictionaryKey: c2 = true }) => jsxRuntimeExports.jsx(y$4, { links: [...c2 ? [{ text: e$i(i2), onClick: a2 ? () => a2([]) : void 0 }] : [], ...r2.map((e2, t2) => ({ onClick: a2 ? () => a2?.(r2.slice(0, t2 + 1)) : void 0, text: e2.key?.toString() ?? `` }))], locale: o2, elementType: `location`, color: s2 });
45855
+ const r$h = ({ keyPath: r2, dictionaryKey: i2, onClickKeyPath: a2, locale: o2, color: s2, showDictionaryKey: c2 = true }) => jsxRuntimeExports.jsx(y$4, { links: [...c2 ? [{ text: e$j(i2), onClick: a2 ? () => a2([]) : void 0 }] : [], ...r2.map((e2, t2) => ({ onClick: a2 ? () => a2?.(r2.slice(0, t2 + 1)) : void 0, text: e2.key?.toString() ?? `` }))], locale: o2, elementType: `location`, color: s2 });
45833
45856
  const r$g = (i2) => {
45834
45857
  let a2 = t$h(i2), o2 = i$u(i2);
45835
45858
  return a2 && (o2 === e$l.ReactNode || o2 === e$l.File) ? true : a2 && typeof a2.nodeType == `string` ? r$g(a2[a2.nodeType]) : typeof a2 == `string` || typeof a2 == `number` || typeof a2 == `boolean` || a2 === void 0;
@@ -45849,7 +45872,7 @@ const C$2 = ({
45849
45872
  } = o$y(), {
45850
45873
  addNewElement: j2,
45851
45874
  goToField: M2
45852
- } = i$p(_LjElj9YzZe66ZBgugc8w), N2 = i$u(D2), P2 = (e2) => (A2?.keyPath?.length ?? 0) > 0 && e$g(e2, A2?.keyPath ?? []), F2 = r$g(D2);
45875
+ } = i$p(_pzJTxhQbz90wJV6nwkrM), N2 = i$u(D2), P2 = (e2) => (A2?.keyPath?.length ?? 0) > 0 && e$g(e2, A2?.keyPath ?? []), F2 = r$g(D2);
45853
45876
  return D2 ? F2 ? jsxRuntimeExports.jsx(f$a, {
45854
45877
  label: M2.label.value,
45855
45878
  variant: c$i.HOVERABLE,
@@ -45857,7 +45880,7 @@ const C$2 = ({
45857
45880
  className: `w-full`,
45858
45881
  onClick: () => k2(w2),
45859
45882
  IconRight: ChevronRight,
45860
- children: e$i(w2[w2.length - 1].key)
45883
+ children: e$j(w2[w2.length - 1].key)
45861
45884
  }) : typeof D2 == `object` ? N2 === e$l.ReactNode ? jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {
45862
45885
  children: `React Node`
45863
45886
  }) : N2 === e$l.Translation ? jsxRuntimeExports.jsx(`div`, {
@@ -45949,12 +45972,12 @@ const C$2 = ({
45949
45972
  className: `w-full`,
45950
45973
  onClick: () => k2(s2),
45951
45974
  IconRight: ChevronRight,
45952
- children: e$i(n2)
45975
+ children: e$j(n2)
45953
45976
  }, n2) : jsxRuntimeExports.jsx(u$f, {
45954
45977
  label: `${M2.label.value} ${n2}`,
45955
45978
  isActive: P2(s2),
45956
45979
  onClick: () => k2(s2),
45957
- header: e$i(n2),
45980
+ header: e$j(n2),
45958
45981
  children: jsxRuntimeExports.jsx(`div`, {
45959
45982
  className: `mt-2 flex w-full max-w-full`,
45960
45983
  children: jsxRuntimeExports.jsx(`div`, {
@@ -48181,7 +48204,7 @@ x.Description = n$6, x.Control = r$5, x.Field = c$5, x.Item = r$f, x.Label = o$8
48181
48204
  const key$b = "save-dictionary-details";
48182
48205
  const content$b = { "nodeType": "translation", "translation": { "en": { "deleteButton": { "text": "Delete dictionary", "label": "Click to delete dictionary" }, "resetButton": { "text": "Reset all changes", "label": "Click to reset all the changes" }, "saveButton": { "text": "Save changes", "label": "Click to save changes" }, "publishButton": { "text": "Publish dictionary", "label": "Click to publish dictionary" }, "downloadButton": { "text": "Download", "label": "Click to download" }, "confirmation": { "title": "Confirmation", "message": "This will overwrite the existing dictionary. Are you sure you want to continue?", "confirmButton": { "text": "Confirm", "label": "Click to confirm" }, "cancelButton": { "text": "Cancel", "label": "Click to cancel" } } }, "en-GB": { "deleteButton": { "text": "Delete dictionary", "label": "Click to delete dictionary" }, "resetButton": { "text": "Reset all changes", "label": "Click to reset all the changes" }, "saveButton": { "text": "Save changes", "label": "Click to save changes" }, "publishButton": { "text": "Publish dictionary", "label": "Click to publish dictionary" }, "downloadButton": { "text": "Download", "label": "Click to download" }, "confirmation": { "title": "Confirmation", "message": "This will overwrite the existing dictionary. Are you sure you want to continue?", "confirmButton": { "text": "Confirm", "label": "Click to confirm" }, "cancelButton": { "text": "Cancel", "label": "Click to cancel" } } }, "fr": { "deleteButton": { "text": "Supprimer le dictionnaire", "label": "Cliquez pour supprimer le dictionnaire" }, "resetButton": { "text": "Réinitialiser toutes les modifications", "label": "Cliquez pour réinitialiser toutes les modifications" }, "saveButton": { "text": "Enregistrer les modifications", "label": "Cliquez pour enregistrer les modifications" }, "publishButton": { "text": "Publier dictionnaire", "label": "Cliquez pour publier dictionnaire" }, "downloadButton": { "text": "Télécharger", "label": "Cliquez pour télécharger" }, "confirmation": { "title": "Confirmation", "message": "Cela remplacera le dictionnaire existant. Êtes-vous sûr de vouloir continuer?", "confirmButton": { "text": "Confirmer", "label": "Cliquez pour confirmer" }, "cancelButton": { "text": "Annuler", "label": "Cliquez pour annuler" } } }, "es": { "deleteButton": { "text": "Eliminar diccionario", "label": "Haga clic para eliminar el diccionario" }, "resetButton": { "text": "Restablecer todas las modificaciones", "label": "Haga clic para restablecer todas las modificaciones" }, "saveButton": { "text": "Guardar cambios", "label": "Haga clic para guardar cambios" }, "publishButton": { "text": "Publicar diccionario", "label": "Haga clic para publicar diccionario" }, "downloadButton": { "text": "Descargar", "label": "Haga clic para descargar" }, "confirmation": { "title": "Confirmación", "message": "Esto sobrescribirá el diccionario existente. ¿Estás seguro de que quieres continuar?", "confirmButton": { "text": "Confirmar", "label": "Haga clic para confirmar" }, "cancelButton": { "text": "Cancelar", "label": "Haga clic para cancelar" } } }, "de": { "deleteButton": { "text": "Wörterbuch löschen", "label": "Klicken Sie, um das Wörterbuch zu löschen" }, "resetButton": { "text": "Alle Änderungen zurücksetzen", "label": "Klicken Sie, um alle Änderungen zurückzusetzen" }, "saveButton": { "text": "Änderungen speichern", "label": "Klicken Sie, um Änderungen zu speichern" }, "publishButton": { "text": "Wörterbuch veröffentlichen", "label": "Klicken Sie, um das Wörterbuch zu veröffentlichen" }, "downloadButton": { "text": "Herunterladen", "label": "Klicken Sie, um herunterzuladen" }, "confirmation": { "title": "Bestätigung", "message": "Dies wird das existierende Wörterbuch überschreiben. Sind Sie sicher, dass Sie fortfahren möchten?", "confirmButton": { "text": "Bestätigen", "label": "Klicken Sie, um zu bestätigen" }, "cancelButton": { "text": "Abbrechen", "label": "Klicken Sie, um abzubrechen" } } }, "ja": { "deleteButton": { "text": "辞書を削除", "label": "辞書を削除するにはクリックしてください" }, "resetButton": { "text": "すべての変更をリセット", "label": "すべての変更をリセットするにはクリックしてください" }, "saveButton": { "text": "変更を保存", "label": "変更を保存するにはクリックしてください" }, "publishButton": { "text": "辞書を公開", "label": "辞書を公開するにはクリックしてください" }, "downloadButton": { "text": "ダウンロード", "label": "ダウンロードするにはクリックしてください" }, "confirmation": { "title": "確認", "message": "既存の辞書を上書きします。続行しますか?", "confirmButton": { "text": "確認", "label": "確認するにはクリックしてください" }, "cancelButton": { "text": "キャンセル", "label": "キャンセルするにはクリックしてください" } } }, "ko": { "deleteButton": { "text": "사전 삭제", "label": "사전을 삭제하려면 클릭하세요" }, "resetButton": { "text": "모든 변경 사항 초기화", "label": "모든 변경 사항을 초기화하려면 클릭하세요" }, "saveButton": { "text": "변경 사항 저장", "label": "변경 사항을 저장하려면 클릭하세요" }, "publishButton": { "text": "사전을 게시합니다", "label": "사전을 게시하려면 클릭하세요" }, "downloadButton": { "text": "다운로드", "label": "다운로드를 클릭하세요" }, "confirmation": { "title": "확인", "message": "이는 기존 사전을 덮어 쓸 것입니다. 계속하시겠습니까?", "confirmButton": { "text": "확인", "label": "확인을 클릭하세요" }, "cancelButton": { "text": "취소", "label": "취소를 클릭하세요" } } }, "zh": { "deleteButton": { "text": "删除字典", "label": "单击以删除字典" }, "resetButton": { "text": "重置所有更改", "label": "单击以重置所有更改" }, "saveButton": { "text": "保存更改", "label": "单击保存更改" }, "publishButton": { "text": "发布字典", "label": "单击以发布字典" }, "downloadButton": { "text": "下载", "label": "单击下载" }, "confirmation": { "title": "确认", "message": "这将覆盖现有的字典。你确定要继续吗?", "confirmButton": { "text": "确认", "label": "单击确认" }, "cancelButton": { "text": "取消", "label": "单击取消" } } }, "it": { "deleteButton": { "text": "Elimina dizionario", "label": "Fai clic per eliminare il dizionario" }, "resetButton": { "text": "Reimposta tutte le modifiche", "label": "Fai clic per ripristinare tutte le modifiche" }, "saveButton": { "text": "Salva le modifiche", "label": "Fai clic per salvare le modifiche" }, "publishButton": { "text": "Pubblica dizionario", "label": "Fai clic per pubblicare il dizionario" }, "downloadButton": { "text": "Scarica", "label": "Fai clic per scaricare" }, "confirmation": { "title": "Conferma", "message": "Questo sovrascriverà il dizionario esistente. Sei sicuro di voler continuare?", "confirmButton": { "text": "Conferma", "label": "Fai clic per confermare" }, "cancelButton": { "text": "Annulla", "label": "Fai clic per annullare" } } }, "pt": { "deleteButton": { "text": "Excluir dicionário", "label": "Clique para excluir o dicionário" }, "resetButton": { "text": "Redefinir todas as alterações", "label": "Clique para redefinir todas as alterações" }, "saveButton": { "text": "Salvar alterações", "label": "Clique para salvar alterações" }, "publishButton": { "text": "Publicar dicionário", "label": "Clique para publicar dicionário" }, "downloadButton": { "text": "Baixar", "label": "Clique para baixar" }, "confirmation": { "title": "Confirmação", "message": "Isso sobrescreverá o dicionário existente. Você tem certeza de que deseja continuar?", "confirmButton": { "text": "Confirmar", "label": "Clique para confirmar" }, "cancelButton": { "text": "Cancelar", "label": "Clique para cancelar" } } }, "hi": { "deleteButton": { "text": "शब्दकोश हटाएं", "label": "शब्दकोश हटाने के लिए क्लिक करें" }, "resetButton": { "text": "सभी परिवर्तनों को रीसेट करें", "label": "सभी परिवर्तनों को रीसेट करने के लिए क्लिक करें" }, "saveButton": { "text": "परिवर्तनों को सहेजें", "label": "परिवर्तनों को सहेजने के लिए क्लिक करें" }, "publishButton": { "text": "शब्दकोश प्रकाशित करें", "label": "शब्दकोश प्रकाशित करने के लिए क्लिक करें" }, "downloadButton": { "text": "डाउनलोड", "label": "डाउनलोड करने के लिए क्लिक करें" }, "confirmation": { "title": "पुष्टि करें", "message": "यह मौजूदा शब्दकोश को अधिलेखित कर देगा। क्या आप जारी रखना चाहते हैं?", "confirmButton": { "text": "पुष्टि करें", "label": "पुष्टि करने के लिए क्लिक करें" }, "cancelButton": { "text": "रद्द करें", "label": "रद्द करने के लिए क्लिक करें" } } }, "ar": { "deleteButton": { "text": "حذف القاموس", "label": "انقر لحذف القاموس" }, "resetButton": { "text": "إعادة تعيين جميع التغييرات", "label": "انقر لإعادة تعيين جميع التغييرات" }, "saveButton": { "text": "احفظ التغييرات", "label": "انقر لحفظ التغييرات" }, "publishButton": { "text": "نشر القاموس", "label": "انقر لنشر القاموس" }, "downloadButton": { "text": "تنزيل", "label": "انقر لتنزيل" }, "confirmation": { "title": "تأكيد", "message": "سيتم الكتابة على القاموس الحالي. هل أنت متأكد من أنك تريد المتابعة؟", "confirmButton": { "text": "تأكيد", "label": "انقر لتأكيد" }, "cancelButton": { "text": "إلغاء", "label": "انقر لإلغاء" } } }, "ru": { "deleteButton": { "text": "Удалить словарь", "label": "Нажмите, чтобы удалить словарь" }, "resetButton": { "text": "Сбросить все изменения", "label": "Нажмите, чтобы сбросить все изменения" }, "saveButton": { "text": "Сохранить изменения", "label": "Нажмите, чтобы сохранить изменения" }, "publishButton": { "text": "Опубликовать словарь", "label": "Нажмите, чтобы опубликовать словарь" }, "downloadButton": { "text": "Скачать", "label": "Нажмите, чтобы скачать" }, "confirmation": { "title": "Подтверждение", "message": "Это перезапишет существующий словарь. Вы уверены, что хотите продолжить?", "confirmButton": { "text": "Подтвердить", "label": "Нажмите, чтобы подтвердить" }, "cancelButton": { "text": "Отмена", "label": "Нажмите, чтобы отменить" } } } } };
48183
48206
  const localIds$b = ["save-dictionary-details::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs"];
48184
- const _T0SfS5x6SHrzZMCwRUVc = {
48207
+ const _EAR6kn68Tky3B6W4yew5 = {
48185
48208
  key: key$b,
48186
48209
  content: content$b,
48187
48210
  localIds: localIds$b
@@ -48215,7 +48238,7 @@ const S$1 = ({
48215
48238
  publishButton: U2,
48216
48239
  downloadButton: W2,
48217
48240
  confirmation: G2
48218
- } = i$p(_T0SfS5x6SHrzZMCwRUVc), {
48241
+ } = i$p(_EAR6kn68Tky3B6W4yew5), {
48219
48242
  isAuthenticated: K2
48220
48243
  } = n$e(), q2 = R2?.[S2.localId], J2 = q2 && JSON.stringify(q2) !== JSON.stringify(S2), Y2 = S2?.id !== void 0, X2 = async () => {
48221
48244
  R2?.[S2.localId] && N2({
@@ -48339,7 +48362,7 @@ const S$1 = ({
48339
48362
  const key$a = "dictionary-field-editor";
48340
48363
  const content$a = { "nodeType": "translation", "translation": { "en": { "returnToDictionaryList": { "label": "Return to dictionary list", "text": "Dictionary list" } }, "en-GB": { "returnToDictionaryList": { "label": "Return to dictionary list", "text": "Dictionary list" } }, "fr": { "returnToDictionaryList": { "label": "Retourner à la liste des dictionnaires", "text": "Liste des dictionnaires" } }, "es": { "returnToDictionaryList": { "label": "Volver a la lista de diccionarios", "text": "Lista de diccionarios" } }, "de": { "returnToDictionaryList": { "label": "Zurück zur Wörterbuchliste", "text": "Wörterbuchliste" } }, "ja": { "returnToDictionaryList": { "label": "辞書リストに戻る", "text": "辞書リスト" } }, "ko": { "returnToDictionaryList": { "label": "사전 목록으로 돌아가기", "text": "사전 목록" } }, "zh": { "returnToDictionaryList": { "label": "返回字典列表", "text": "字典列表" } }, "it": { "returnToDictionaryList": { "label": "Torna alla lista dei dizionari", "text": "Elenco dei dizionari" } }, "pt": { "returnToDictionaryList": { "label": "Retornar à lista de dicionários", "text": "Lista de dicionários" } }, "hi": { "returnToDictionaryList": { "label": "शब्दकोश सूची पर वापस जाएं", "text": "शब्दकोश सूची" } }, "ar": { "returnToDictionaryList": { "label": "العودة إلى قائمة القوامل", "text": "قائمة المعاجم" } }, "ru": { "returnToDictionaryList": { "label": "Вернуться к списку словарей", "text": "Список словарей" } } } };
48341
48364
  const localIds$a = ["dictionary-field-editor::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs"];
48342
- const _A8Z2Tt4wzOGxPYGoyPca = {
48365
+ const _o4mk5TGynK4DGXgUwIq3 = {
48343
48366
  key: key$a,
48344
48367
  content: content$a,
48345
48368
  localIds: localIds$a
@@ -48347,7 +48370,7 @@ const _A8Z2Tt4wzOGxPYGoyPca = {
48347
48370
  const key$9 = "dictionary-details";
48348
48371
  const content$9 = /* @__PURE__ */ JSON.parse(`{"nodeType":"translation","translation":{"en":{"titleInput":{"label":"Title","description":"The title of your dictionary allows you to easily identify it","placeholder":"Enter the title of your dictionary"},"keyInput":{"label":"Key","description":"The key of your dictionary is used to identify it in the application","placeholder":"Enter the key of your dictionary"},"descriptionInput":{"label":"Description","placeholder":"Enter the description of your dictionary","description":"The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary."},"projectInput":{"label":"Projects","description":"A dictionary can be associated with one or more projects. This allows you load the dictionary on different applications, and share it across different teams.","placeholder":"Select one or more projects to associate with your dictionary"},"tagsSelect":{"label":"Tags","description":"A dictionary can be associated with one or more tags. This allows you to load the dictionary on different applications, and share it across different teams.","placeholder":"Select the tags to associate with your dictionary"},"locationSelect":{"label":"Location","local":"Local","remote":"Distant","testDescription":"The location determines whether your dictionary is stored locally, remotely, or both."},"importModeSelect":{"label":"Import mode","description":"The import mode determines how your dictionary is imported in your application.","static":"Static","dynamic":"Dynamic","live":"Fetch"},"filePathInput":{"label":"File path","description":"The file path of your dictionary allows you to identify it in your project.","placeholder":"Enter the file path of your dictionary"},"auditButton":{"label":"Audit"}},"en-GB":{"titleInput":{"label":"Title","description":"The title of your dictionary allows you to easily identify it","placeholder":"Enter the title of your dictionary"},"keyInput":{"label":"Key","description":"The key of your dictionary is used to identify it in the application","placeholder":"Enter the key of your dictionary"},"descriptionInput":{"label":"Description","placeholder":"Enter the description of your dictionary","description":"The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary."},"projectInput":{"label":"Projects","description":"A dictionary can be associated with one or more projects. This allows you to load the dictionary on different applications, and share it across different teams.","placeholder":"Select one or more projects to associate with your dictionary"},"tagsSelect":{"label":"Tags","description":"A dictionary can be associated with one or more tags. This allows you to load the dictionary on different applications, and share it across different teams.","placeholder":"Select the tags to associate with your dictionary"},"locationSelect":{"label":"Location","local":"Local","remote":"Remote","testDescription":"The location determines whether your dictionary is stored locally, remotely, or both."},"importModeSelect":{"label":"Import mode","description":"The import mode determines how your dictionary is imported in your application.","static":"Static","dynamic":"Dynamic","live":"Fetch"},"filePathInput":{"label":"File path","description":"The file path of your dictionary allows you to identify it in your project.","placeholder":"Enter the file path of your dictionary"},"auditButton":{"label":"Audit"}},"fr":{"titleInput":{"label":"Titre","description":"Le titre de votre dictionnaire permet de l'identifier facilement","placeholder":"Entrez le titre de votre dictionnaire"},"keyInput":{"label":"Clé","description":"La clé de votre dictionnaire est utilisée pour l'identifier dans l'application","placeholder":"Entrez la clé de votre dictionnaire"},"descriptionInput":{"label":"Description","placeholder":"Entrez la description de votre dictionnaire","description":"La description de votre dictionnaire permet de l'identifier facilement en utilisant des mots-clés. Elle est également utilisée pour rechercher votre dictionnaire et pour aider l'IA à comprendre votre dictionnaire."},"projectInput":{"label":"Projets","description":"Un dictionnaire peut être associé à un ou plusieurs projets. Cela permet de charger le dictionnaire sur différentes applications et de le partager entre différentes équipes.","placeholder":"Sélectionnez un ou plusieurs projets à associer à votre dictionnaire"},"tagsSelect":{"label":"Tags","description":"Un dictionnaire peut être associé à un ou plusieurs tags. Cela permet de charger le dictionnaire dans différentes applications et de le partager entre différentes équipes.","placeholder":"Sélectionnez les tags à associer à votre dictionnaire"},"locationSelect":{"label":"Emplacement","local":"Local","remote":"Distant","testDescription":"La localisation détermine si votre dictionnaire est stocké localement, à distance ou les deux."},"importModeSelect":{"label":"Mode d'importation","description":"Le mode d'importation détermine comment votre dictionnaire est importé dans votre application.","static":"Statique","dynamic":"Dynamique","live":"Fetch"},"filePathInput":{"label":"Chemin du fichier","description":"Le chemin du fichier de votre dictionnaire permet de l'identifier dans votre projet.","placeholder":"Entrez le chemin du fichier de votre dictionnaire"},"auditButton":{"label":"Auditer"}},"es":{"titleInput":{"label":"Título","description":"El título de su diccionario le permite identificar fácilmente","placeholder":"Ingrese le título de su diccionario"},"keyInput":{"label":"Clave","description":"La clave de su diccionario se utiliza para identificarla en la aplicación","placeholder":"Ingrese la clave de su diccionario"},"descriptionInput":{"label":"Descripción","placeholder":"Ingrese la descripción de su diccionario","description":"La descripción de su diccionario le permite identificar fácilmente el contenido utilizando palabras clave. También se utiliza para buscar su diccionario y para ayudar a la IA a entender su diccionario."},"projectInput":{"label":"Proyectos","description":"Un diccionario puede estar asociado con uno o más proyectos. Esto permite cargar el diccionario en diferentes aplicaciones y compartirlo entre diferentes equipos.","placeholder":"Seleccione uno o más proyectos para asociar con su diccionario"},"tagsSelect":{"label":"Etiquetas","description":"Un diccionario puede estar asociado con una o más etiquetas. Esto permite cargar el diccionario en diferentes aplicaciones y compartirlo entre diferentes equipos.","placeholder":"Seleccione los tags para asociar con su diccionario"},"locationSelect":{"label":"Ubicación","local":"Local","remote":"Distante","testDescription":"La ubicación determina si su dictionnaire se almacena localmente, de forma remota o ambos."},"importModeSelect":{"label":"Modo de importación","description":"El modo de importación determina cómo se importa su dictionnaire en su aplicación.","static":"Estático","dynamic":"Dinámico","live":"Fetch"},"filePathInput":{"label":"Ruta del archivo","description":"La ruta del archivo de su dictionnaire le permite identificarlo en su proyecto.","placeholder":"Ingrese la ruta del archivo de su diccionario"},"auditButton":{"label":"Auditar"}},"de":{"titleInput":{"label":"Titel","description":"Der Titel Ihres Wörterbuchs ermöglicht es Ihnen, es leicht zu identifizieren","placeholder":"Geben Sie den Titel Ihres Wörterbuchs ein"},"keyInput":{"label":"Schlüssel","description":"Der Schlüssel Ihres Wörterbuchs wird verwendet, um es in der Anwendung zu identifizieren","placeholder":"Geben Sie den Schlüssel Ihres Wörterbuchs ein"},"descriptionInput":{"label":"Beschreibung","placeholder":"Geben Sie die Beschreibung Ihres Wörterbuchs ein","description":"Die Beschreibung Ihres Wörterbuchs ermöglicht es Ihnen, es mit Schlüsselwörtern leicht zu identifizieren. Sie wird auch verwendet, um nach Ihrem Wörterbuch zu suchen und der KI zu helfen, Ihr Wörterbuch zu verstehen."},"projectInput":{"label":"Projekte","description":"Ein Wörterbuch kann mit einem oder mehreren Projekten verknüpft werden. Dies ermöglicht es Ihnen, das Wörterbuch in verschiedenen Anwendungen zu laden und es in verschiedenen Teams zu teilen.","placeholder":"Wählen Sie ein oder mehrere Projekte aus, um sie mit Ihrem Wörterbuch zu verknüpfen"},"tagsSelect":{"label":"Tags","description":"Ein Wörterbuch kann mit einem oder mehreren Tags verknüpft werden. Dies ermöglicht es Ihnen, das Wörterbuch in verschiedenen Anwendungen zu laden und es in verschiedenen Teams zu teilen.","placeholder":"Wählen Sie die Tags, die mit Ihrem Wörterbuch verknüpft werden sollen"},"locationSelect":{"label":"Speicherort","local":"Lokal","remote":"Entfernt","testDescription":"Der Speicherort bestimmt, ob Ihr Wörterbuch lokal, remote oder beides gespeichert wird."},"importModeSelect":{"label":"Importmodus","description":"Der Importmodus bestimmt, wie Ihr Wörterbuch in Ihre Anwendung importiert wird.","static":"Statisch","dynamic":"Dynamisch","live":"Fetch"},"filePathInput":{"label":"Dateipfad","description":"Der Dateipfad Ihres Wörterbuchs ermöglicht es Ihnen, es in Ihrem Projekt zu identifizieren.","placeholder":"Geben Sie den Dateipfad Ihres Wörterbuchs ein"},"auditButton":{"label":"Prüfen"}},"ja":{"titleInput":{"label":"タイトル","description":"辞書のタイトルは、それを簡単に識別することができます","placeholder":"辞書のタイトルを入力してください"},"keyInput":{"label":"キー","description":"辞書のキーは、アプリケーション内でそれを識別するために使用されます","placeholder":"辞書のキーを入力してください"},"descriptionInput":{"label":"説明","placeholder":"辞書の説明を入力してください","description":"辞書の説明は、キーワードを使用して簡単に識別できます。また、辞書を検索するために使用され、AIが辞書を理解するのを助けます。"},"projectInput":{"label":"プロジェクト","description":"辞書は1つ以上のプロジェクトに関連付けることができます。これにより、辞書を異なるアプリケーションにロードし、異なるチーム間で共有できます。","placeholder":"辞書に関連付けるプロジェクトを1つ以上選択してください"},"tagsSelect":{"label":"タグ","description":"辞書は1つ以上のタグに関連付けることができます。これにより、辞書を異なるアプリケーションにロードし、異なるチーム間で共有できます。","placeholder":"辞書に関連付けるタグを選択してください"},"locationSelect":{"label":"場所","local":"ローカル","remote":"リモート","testDescription":"ロケーションは辞書がローカル、リモート、またはその両方に保存されるかを決定します。"},"importModeSelect":{"label":"インポートモード","description":"インポートモードは、辞書がアプリケーションにどのようにインポートされるかを決定します。","static":"静的","dynamic":"動的","live":"Fetch"},"filePathInput":{"label":"ファイルパス","description":"辞書のファイルパスにより、プロジェクト内でそれを識別できます。","placeholder":"辞書のファイルパスを入力してください"},"auditButton":{"label":"監査"}},"ko":{"titleInput":{"label":"제목","description":"사전의 제목은 이를 쉽게 식별할 수 있게 해줍니다","placeholder":"사전의 제목을 입력하세요"},"keyInput":{"label":"키","description":"사전의 키는 애플리케이션에서 이를 식별하는 데 사용됩니다","placeholder":"사전의 키를 입력하세요"},"descriptionInput":{"label":"설명","placeholder":"사전의 설명을 입력하세요","description":"사전의 설명은 키워드를 사용하여 쉽게 식별할 수 있습니다. 또한 사전을 검색하고 AI가 사전을 이해하는 데 도움을 줍니다."},"projectInput":{"label":"프로젝트","description":"사전은 하나 이상의 프로젝트와 연결할 수 있습니다. 이를 통해 사전을 다양한 애플리케이션에 로드하고 다양한 팀 간에 공유할 수 있습니다.","placeholder":"사전과 연결할 하나 이상의 프로젝트를 선택하세요"},"tagsSelect":{"label":"태그","description":"사전은 태그를 하나 이상의 태그로 연결할 수 있습니다. 이를 통해 사전을 다양한 애플리케이션에 로드하고 다양한 팀 간에 공유할 수 있습니다.","placeholder":"사전과 연결할 태그를 선택하세요"},"locationSelect":{"label":"위치","local":"로컬","remote":"원격","testDescription":"위치는 사전이 로컬, 원격 또는 둘 다에 저장되는지 결정합니다."},"importModeSelect":{"label":"가져오기 모드","description":"가져오기 모드는 사전이 애플리케이션에서 어떻게 가져와지는지 결정합니다.","static":"정적","dynamic":"동적","live":"Fetch"},"filePathInput":{"label":"파일 경로","description":"사전의 파일 경로를 통해 프로젝트에서 이를 식별할 수 있습니다.","placeholder":"사전의 파일 경로를 입력하세요"},"auditButton":{"label":"감사"}},"zh":{"titleInput":{"label":"标题","description":"字典的标题使您能够轻松识别它","placeholder":"输入字典的标题"},"keyInput":{"label":"键","description":"字典的键用于在应用程序中识别它","placeholder":"输入字典的键"},"descriptionInput":{"label":"描述","placeholder":"输入字典的描述","description":"您字典的描述使您能够使用关键字轻松地识别它。它还用于搜索您的字典,以及帮助 AI 理解您的字典。"},"projectInput":{"label":"项目","description":"字典可以与一个或多个项目关联。这使您能够在不同的应用程序中加载字典,并在不同的团队之间共享。","placeholder":"选择一个或多个项目以与您的字典关联"},"tagsSelect":{"label":"标签","description":"字典可以与一个 or 多个标签关联。这使您能够在不同的应用程序中加载字典,并在不同的团队之间共享。","placeholder":"选择与您的字典相关的标签"},"locationSelect":{"label":"位置","local":"本地","remote":"远程","testDescription":"位置决定您的词典是本地存储、远程存储还是同时两者。"},"importModeSelect":{"label":"导入模式","description":"导入模式决定了您的词典如何导入到您的应用程序中。","static":"静态","dynamic":"动态","live":"Fetch"},"filePathInput":{"label":"文件路径","description":"字典的文件路径使您能够在项目中识别它。","placeholder":"输入字典的文件路径"},"auditButton":{"label":"审核"}},"it":{"titleInput":{"label":"Titolo","description":"Il titolo del tuo dizionario ti consente di identificarlo facilmente","placeholder":"Inserisci il titolo del tuo dizionario"},"keyInput":{"label":"Chiave","description":"La chiave del tuo dizionario viene utilizzata per identificarlo nell'applicazione","placeholder":"Inserisci la chiave del tuo dizionario"},"descriptionInput":{"label":"Descrizione","placeholder":"Inserisci la descrizione del tuo dizionario","description":"La descrizione del tuo dizionario ti consente di identificarlo facilmente utilizzando parole chiave. Viene anche utilizzata per cercare il tuo dizionario e per assistere l'IA nella comprensione del tuo dizionario."},"projectInput":{"label":"Progetti","description":"Un dizionario può essere associato a uno o più progetti. Questo ti consente di caricare il dizionario in diverse applicazioni e condividerlo tra diversi team.","placeholder":"Seleziona uno o più progetti da associare al tuo dizionario"},"tagsSelect":{"label":"Tag","description":"Un dizionario può essere associato a uno o più tag. Questo ti consente di caricare il dizionario in diverse applicazioni e condividerlo tra diversi team.","placeholder":"Seleziona i tag da associare al tuo dizionario"},"locationSelect":{"label":"Posizione","local":"Locale","remote":"Remoto","testDescription":"La posizione determina se il tuo dizionario è archiviato localmente, da remoto o entrambi."},"importModeSelect":{"label":"Modalità di importazione","description":"La modalità di importazione determina il modo in cui il tuo dizionario viene importato nella tua applicazione.","static":"Statico","dynamic":"Dinamico","live":"Fetch"},"filePathInput":{"label":"Percorso del file","description":"Il percorso del file del tuo dizionario ti consente di identificarlo nel tuo progetto.","placeholder":"Inserisci il percorso del file del tuo dizionario"},"auditButton":{"label":"Controllare"}},"pt":{"titleInput":{"label":"Título","description":"O titolo do seu dicionário permite que você o identifique facilmente","placeholder":"Insira o título do seu dicionário"},"keyInput":{"label":"Chave","description":"A chave do seu dicionário é usada para identificá-lo no aplicativo","placeholder":"Insira a chave do seu dicionário"},"descriptionInput":{"label":"Descrição","placeholder":"Insira a descrição do seu dicionário","description":"A descrição do seu dicionário permite que você o identifique facilmente usando palavras-chave. Também é usada para pesquisar seu dicionário e para ajudar a IA a entender seu dicionário."},"projectInput":{"label":"Projetos","description":"Um dicionário pode ser associado a um ou mais projetos. Isso permite que você carregue o dicionário em differentes aplicativos e o compartilhe entre diferentes equipes.","placeholder":"Selecione um ou mais projetos para associar ao seu dicionário"},"tagsSelect":{"label":"Tags","description":"Um dicionário pode ser associado a um ou mais tags. Isso permite que você carregue o dicionário em diferentes aplicativos e o compartilhe entre diferentes equipes.","placeholder":"Selecione os tags para associar ao seu dicionário"},"locationSelect":{"label":"Localização","local":"Local","remote":"Remoto","testDescription":"A localização determina se o seu dicionário è armazenado localmente, remotamente ou ambos."},"importModeSelect":{"label":"Modo de importação","description":"O modo de importação determina como seu dicionário è importado em seu aplicativo.","static":"Estático","dynamic":"Dinâmico","live":"Fetch"},"filePathInput":{"label":"Caminho do arquivo","description":"O caminho do arquivo do seu dicionário permite que você o identifique em seu projeto.","placeholder":"Insira o caminho do arquivo do seu dicionário"},"auditButton":{"label":"Auditar"}},"hi":{"titleInput":{"label":"शीर्षक","description":"आपके शब्दकोश का शीर्षक इसे आसानी से पहचानने में मदद करता है","placeholder":"आपके शब्दकोश का शीर्षक दर्ज करें"},"keyInput":{"label":"कुंजी","description":"आपके शब्दकोश की कुंजी इसे एप्लिकेशन में पहचानने के लिए उपयोग की जाती है","placeholder":"अपने शब्दकोश की कुंजी दर्ज करें"},"descriptionInput":{"label":"विवरण","placeholder":"अपने शब्दकोश का विवरण दर्ज करें","description":"आपके शब्दकोश का विवरण आपको कुंजीशब्दों का उपयोग करके इसे आसानी से पहचानने की अनुमति देता है। इसका उपयोग आपके शब्दकोश की खोज करने और AI को आपके शब्दकोश को समझने में मदद करने के लिए भी किया जाता है।"},"projectInput":{"label":"परियोजनाएँ","description":"एक शब्दकोश को एक या अधिक परियोजनाओं से जोड़ा जा सकता है। यह आपको विभिन्न अनुप्रयोगों में शब्दकोश लोड करने और विभिन्न टीमों के बीच साझा करने की अनुमति देता है।","placeholder":"अपने शब्दकोश से जोड़ने के लिए एक या अधिक परियोजनाएँ चुनें"},"tagsSelect":{"label":"टैग","description":"एक शब्दकोश को एक या अधिक टैग से जोड़ा जा सकता है। यह आपको विभिन्न अनुप्रयोगों में शब्दकोश लोड करने और विभिन्न टीमों के बीच साझा करने की अनुमति देता है।","placeholder":"अपने शब्दकोश से जोड़ने के लिए टैग का चयन करें"},"locationSelect":{"label":"स्थान","local":"स्थानीय","remote":"दूरस्थ","testDescription":"स्थान निर्धारित करता है कि आपका शब्दकोश स्थानीय, दूरस्थ या दोनों में संग्रहीत है।"},"importModeSelect":{"label":"आयात मोड","description":"आयात मोड यह निर्धारित करता है कि आपके शब्दकोश को आपके आवेदन में कैसे आयात किया जाता है।","static":"स्थैतिक","dynamic":"गतिशील","live":"Fetch"},"filePathInput":{"label":"फ़ाइल पथ","description":"आपके शब्दकोश का फ़ाइल पथ आपको अपने प्रोजेक्ट में इसे पहचानने की अनुमति देता है।","placeholder":"अपने शब्दकोश का फ़ाइल पथ दर्ज करें"},"auditButton":{"label":"ऑडिट"}},"ar":{"titleInput":{"label":"العنوان","description":"يتيح لك عنوان القاموس الخاص بك التعرف عليه بسهولة","placeholder":"أدخل عنوان القاموس الخاص بك"},"keyInput":{"label":"مفتاح","description":"مفتاح القاموس الخاص بك يُستخدم لتحديده في التطبيق","placeholder":"أدخل مفتاح القاموس الخاص بك"},"descriptionInput":{"label":"الوصف","placeholder":"أدخل وصف القاموس الخاص بك","description":"يتيح لك وصف القاموس الخاص بك التعرف عليه بسهولة باستخدام الكلمات الرئيسية. كما أنه يستخدم للبحث عن القاموس الخاص بك ، ولمساعدة الذكاء الاصطناعي على فهم القاموس الخاص بك."},"projectInput":{"label":"المشاريع","description":"يمكن ربط قاموس بواحد أو أكثر من المشاريع. وهذا يتيح لك تحميل القاموس على تطبيقات مختلفة ومشاركته عبر فرق مختلفة.","placeholder":"حدد مشروعًا أو أكثر لربطه بقاموسك"},"tagsSelect":{"label":"الوسوم","description":"يمكن ربط قاموس بواحد أو أكثر من الوسوم. يتيح لك تحميل القاموس في تطبيقات مختلفة ومشاركته بين فرق مختلفة.","placeholder":"حدد الوسوم التي تريد ربطها بقاموسك"},"locationSelect":{"label":"الموقع","local":"محلي","remote":"بعيد","testDescription":"الموقع يحدد ما إذا كان قاموسك يتم تخزينه محليًا أو عن بُعد أو كليهما."},"importModeSelect":{"label":"وضع الاستيراد","description":"يحدد وضع الاستيراد كيفية استيراد قاموسك في تطبيقك.","static":"ثابت","dynamic":"ديناميكي","live":"Fetch"},"filePathInput":{"label":"مسار الملف","description":"مسار ملف القاموس الخاص بك يسمح لك بتحديده في مشروعك.","placeholder":"أدخل مسار ملف القاموس الخاص بك"},"auditButton":{"label":"التدقيق"}},"ru":{"titleInput":{"label":"Заголовок","description":"Название вашего словаря позволяет легко его идентифицировать","placeholder":"Введите название вашего словаря"},"keyInput":{"label":"Ключ","description":"Ключ вашего словаря используется для его идентификации в приложении","placeholder":"Введите ключ вашего словаря"},"descriptionInput":{"label":"Описание","placeholder":"Введите описание вашего словаря","description":"Описание вашего словаря позволяет легко его идентифицировать с помощью ключевых слов. Оно также используется для поиска вашего словаря и для помощи ИИ в понимании вашего словаря."},"projectInput":{"label":"Проекты","description":"Словарь можно ассоциировать с одним или несколькими проектами. Это позволяет загружать словарь в различных приложениях и делиться им между разными командами.","placeholder":"Выберите один или несколько проектов, чтобы связать их с вашим словарем"},"tagsSelect":{"label":"Теги","description":"Словарь можно связать с одним или несколькими тегами. Это позволяет загружать словарь в различных приложениях и делиться им между различными командами.","placeholder":"Выберите теги, которые нужно связать с словарем"},"locationSelect":{"label":"Расположение","local":"Локальный","remote":"Удаленный","testDescription":"Расположение определяет, хранится ли ваш словарь локально, удаленно или и там, и там."},"importModeSelect":{"label":"Режим импорта","description":"Режим импорта определяет, как ваш словарь импортируется в ваше приложение.","static":"Статический","dynamic":"Динамический","live":"Fetch"},"filePathInput":{"label":"Путь к файлу","description":"Путь к файлу вашего словаря позволяет идентифицировать его в вашем проекте.","placeholder":"Введите путь к файлу вашего словаря"},"auditButton":{"label":"Отслеживание"}}}}`);
48349
48372
  const localIds$9 = ["dictionary-details::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs"];
48350
- const _xcBOhZZtz7YmwGhHMig2 = {
48373
+ const _QadjnILLd7es4Qx2NMyo = {
48351
48374
  key: key$9,
48352
48375
  content: content$9,
48353
48376
  localIds: localIds$9
@@ -48355,7 +48378,7 @@ const _xcBOhZZtz7YmwGhHMig2 = {
48355
48378
  const key$8 = "dictionary-detail-schema";
48356
48379
  const content$8 = /* @__PURE__ */ JSON.parse(`{"nodeType":"translation","translation":{"en":{"titleRequiredError":"Please enter a name for your dictionary.","titleInvalidTypeError":"The dictionary name must be a valid string.","titleMinLengthError":"The dictionary name must be at least 4 characters long.","keyRequiredError":"Please enter a key for your dictionary.","keyInvalidTypeError":"The key must be a valid string.","keySpaceError":"The key cannot contain spaces or special characters.","keyMinLengthError":"The key must be at least 4 characters long.","descriptionRequiredError":"Please enter a description for your dictionary.","descriptionInvalidTypeError":"The description must be a valid string.","requiredErrorProjectId":"Please select a project","invalidTypeErrorProjectId":"Please select a valid project","invalidTypeErrorTags":"Please enter a valid tag","locationRequiredError":"Please select a location","locationInvalidTypeError":"Please select a valid location","filePathRequiredError":"Please enter a file path","filePathInvalidTypeError":"The file path must be a valid string"},"en-GB":{"titleRequiredError":"Please enter a name for your dictionary.","titleInvalidTypeError":"The dictionary name must be a valid string.","titleMinLengthError":"The dictionary name must be at least 4 characters long.","keyRequiredError":"Please enter a key for your dictionary.","keyInvalidTypeError":"The key must be a valid string.","keySpaceError":"The key cannot contain spaces or special characters.","keyMinLengthError":"The key must be at least 4 characters long.","descriptionRequiredError":"Please enter a description for your dictionary.","descriptionInvalidTypeError":"The description must be a valid string.","requiredErrorProjectId":"Please select a project","invalidTypeErrorProjectId":"Please select a valid project","invalidTypeErrorTags":"Please enter a valid tag","locationRequiredError":"Please select a location","locationInvalidTypeError":"Please select a valid location","filePathRequiredError":"Please enter a file path","filePathInvalidTypeError":"The file path must be a valid string"},"fr":{"titleRequiredError":"Veuillez saisir un nom pour votre dictionnaire.","titleInvalidTypeError":"Le nom du dictionnaire doit être une chaîne valide.","titleMinLengthError":"Le nom du dictionnaire doit comporter au moins 4 caractères.","keyRequiredError":"Veuillez saisir une clé pour votre dictionnaire.","keyInvalidTypeError":"La clé doit être une chaîne valide.","keySpaceError":"La clé ne peut pas contenir d'espaces ou de caractères spéciaux.","keyMinLengthError":"La clé doit comporter au moins 4 caractères.","descriptionRequiredError":"Veuillez saisir une description pour votre dictionnaire.","descriptionInvalidTypeError":"La description doit être une chaîne valide.","requiredErrorProjectId":"Veuillez sélectionner un projet","invalidTypeErrorProjectId":"Veuillez sélectionner un projet valide","invalidTypeErrorTags":"Veuillez saisir un tag valide","locationRequiredError":"Veuillez sélectionner un emplacement","locationInvalidTypeError":"Veuillez sélectionner un emplacement valide","filePathRequiredError":"Veuillez saisir un chemin de fichier","filePathInvalidTypeError":"Le chemin du fichier doit être une chaîne valide"},"es":{"titleRequiredError":"Por favor, ingrese un nombre para su diccionario.","titleInvalidTypeError":"El nombre del diccionario debe ser una cadena válida.","titleMinLengthError":"El nombre del diccionario debe tener al menos 4 caracteres.","keyRequiredError":"Por favor, ingrese una clave para su diccionario.","keyInvalidTypeError":"La clave debe ser una cadena válida.","keySpaceError":"La clave no puede contener espacios o caracteres especiales.","keyMinLengthError":"La clave debe tener al menos 4 caracteres.","descriptionRequiredError":"Por favor, ingrese una descripción para su diccionario.","descriptionInvalidTypeError":"La descripción debe ser una cadena válida.","requiredErrorProjectId":"Por favor, seleccione un proyecto","invalidTypeErrorProjectId":"Por favor, seleccione un proyecto válido","invalidTypeErrorTags":"Por favor, ingrese un tag válido","locationRequiredError":"Por favor, seleccione una ubicación","locationInvalidTypeError":"Por favor, seleccione una ubicación válida","filePathRequiredError":"Por favor, ingrese una ruta de archivo","filePathInvalidTypeError":"La ruta del archivo debe ser una cadena válida"},"de":{"titleRequiredError":"Bitte geben Sie einen Namen für Ihr Wörterbuch ein.","titleInvalidTypeError":"Der Name des Wörterbuchs muss eine gültige Zeichenfolge sein.","titleMinLengthError":"Der Name des Wörterbuchs muss mindestens 4 Zeichen lang sein.","keyRequiredError":"Bitte geben Sie einen Schlüssel für Ihr Wörterbuch ein.","keyInvalidTypeError":"Der Schlüssel muss eine gültige Zeichenfolge sein.","keySpaceError":"Der Schlüssel darf keine Leerzeichen oder Sonderzeichen enthalten.","keyMinLengthError":"Der Schlüssel muss mindestens 4 Zeichen lang sein.","descriptionRequiredError":"Bitte geben Sie eine Beschreibung für Ihr Wörterbuch ein.","descriptionInvalidTypeError":"Die Beschreibung muss eine gültige Zeichenfolge sein.","requiredErrorProjectId":"Bitte wählen Sie ein Projekt aus","invalidTypeErrorProjectId":"Bitte wählen Sie ein gültiges Projekt aus","invalidTypeErrorTags":"Bitte geben Sie einen gültigen Tag ein","locationRequiredError":"Bitte wählen Sie einen Standort aus","locationInvalidTypeError":"Bitte wählen Sie einen gültigen Standort aus","filePathRequiredError":"Bitte geben Sie einen Dateipfad ein","filePathInvalidTypeError":"Der Dateipfad muss eine gültige Zeichenfolge sein"},"ja":{"titleRequiredError":"辞書の名前を入力してください。","titleInvalidTypeError":"辞書名は有効な文字列である必要があります。","titleMinLengthError":"辞書名は4文字以上でなければなりません。","keyRequiredError":"辞書のためにキーを入力してください。","keyInvalidTypeError":"キーは有効な文字列である必要があります。","keySpaceError":"キーにはスペースや特殊文字を含めることはできません。","keyMinLengthError":"キーは4文字以上でなければなりません。","descriptionRequiredError":"辞書の説明を入力してください。","descriptionInvalidTypeError":"説明は有効な文字列である必要があります。","requiredErrorProjectId":"プロジェクトを選択してください","invalidTypeErrorProjectId":"有効なプロジェクトを選択してください","invalidTypeErrorTags":"有効なタグを入力してください","locationRequiredError":"場所を選択してください","locationInvalidTypeError":"有効な場所を選択してください","filePathRequiredError":"ファイルパスを入力してください","filePathInvalidTypeError":"ファイルパスは有効な文字列である必要があります"},"ko":{"titleRequiredError":"사전 이름을 입력하세요.","titleInvalidTypeError":"사전 이름은 유효한 문자열이어야 합니다.","titleMinLengthError":"사전 이름은 4자 이상이어야 합니다.","keyRequiredError":"사전에 대한 키를 입력하세요.","keyInvalidTypeError":"키는 유효한 문자열이어야 합니다.","keySpaceError":"키에는 공백이나 특수 문자가 포함될 수 없습니다.","keyMinLengthError":"키는 4자 이상이어야 합니다.","descriptionRequiredError":"사전에 대한 설명을 입력하세요.","descriptionInvalidTypeError":"설명은 유효한 문자열이어야 합니다.","requiredErrorProjectId":"프로젝트를 선택하세요","invalidTypeErrorProjectId":"유효한 프로젝트를 선택하세요","invalidTypeErrorTags":"유효한 태그를 입력하세요","locationRequiredError":"위치를 선택하세요","locationInvalidTypeError":"유효한 위치를 선택하세요","filePathRequiredError":"파일 경로를 입력하세요","filePathInvalidTypeError":"파일 경로는 유효한 문자열이어야 합니다"},"zh":{"titleRequiredError":"请输入您词典的名称。","titleInvalidTypeError":"词典名称必须是有效的字符串。","titleMinLengthError":"词典名称必须至少4个字符。","keyRequiredError":"请输入您词典的键。","keyInvalidTypeError":"关键字必须是有效的字符串。","keySpaceError":"关键字不能包含空格或特殊字符。","keyMinLengthError":"键必须至少为4个字符。","descriptionRequiredError":"请输入您词典的描述。","descriptionInvalidTypeError":"描述必须是有效的字符串。","requiredErrorProjectId":"请选择一个项目","invalidTypeErrorProjectId":"请选择有效的项目","invalidTypeErrorTags":"请输入有效的标签","locationRequiredError":"请选择一个位置","locationInvalidTypeError":"请选择有效的位置","filePathRequiredError":"请输入文件路径","filePathInvalidTypeError":"文件路径必须是有效的字符串"},"it":{"titleRequiredError":"Si prega di inserire un nome per il proprio dizionario.","titleInvalidTypeError":"Il nome del dizionario deve essere una stringa valida.","titleMinLengthError":"Il nome del dizionario deve essere lungo almeno 4 caratteri.","keyRequiredError":"Si prega di inserire una chiave per il proprio dizionario.","keyInvalidTypeError":"La chiave deve essere una stringa valida.","keySpaceError":"La chiave non può contenere spazi o caratteri speciali.","keyMinLengthError":"La chiave deve essere lunga almeno 4 caratteri.","descriptionRequiredError":"Si prega di inserire una descrizione per il proprio dizionario.","descriptionInvalidTypeError":"La descrizione deve essere una stringa valida.","requiredErrorProjectId":"Si prega di selezionare un progetto","invalidTypeErrorProjectId":"Si prega di selezionare un progetto valido","invalidTypeErrorTags":"Si prega di inserire un tag valido","locationRequiredError":"Si prega di selezionare una posizione","locationInvalidTypeError":"Si prega di selezionare una posizione valida","filePathRequiredError":"Si prega di inserire un percorso del file","filePathInvalidTypeError":"Il percorso del file deve essere una stringa valida"},"pt":{"titleRequiredError":"Por favor, insira um nome para o seu dicionário.","titleInvalidTypeError":"O nome do dicionário deve ser uma string válida.","titleMinLengthError":"O nome do dicionário deve ter pelo menos 4 caracteres.","keyRequiredError":"Por favor, insira uma chave para o seu dicionário.","keyInvalidTypeError":"A chave deve ser uma string válida.","keySpaceError":"A chave não pode conter espaços ou caracteres especiais.","keyMinLengthError":"A chave deve ter pelo menos 4 caracteres.","descriptionRequiredError":"Por favor, insira uma descrição para o seu dicionário.","descriptionInvalidTypeError":"A descrição deve ser uma string válida.","requiredErrorProjectId":"Por favor, selecione um projeto","invalidTypeErrorProjectId":"Por favor, selecione um projeto válido","invalidTypeErrorTags":"Por favor, insira um tag válido","locationRequiredError":"Por favor, selecione um local","locationInvalidTypeError":"Por favor, selecione um local válido","filePathRequiredError":"Por favor, insira um caminho de arquivo","filePathInvalidTypeError":"O caminho do arquivo deve ser uma string válida"},"hi":{"titleRequiredError":"कृपया अपने शब्दकोश का नाम दर्ज करें।","titleInvalidTypeError":"शब्दकोश का नाम एक वैध स्ट्रिंग होना चाहिए।","titleMinLengthError":"शब्दकोश का नाम कम से कम 4 वर्ण का होना चाहिए।","keyRequiredError":"कृपया अपने शब्दकोश के लिए एक कुंजी दर्ज करें।","keyInvalidTypeError":"कुंजी एक वैध स्ट्रिंग होनी चाहिए।","keySpaceError":"कुंजी में स्पेस या विशेष वर्ण नहीं हो सकते।","keyMinLengthError":"कुंजी में कम से कम 4 वर्ण होने चाहिए।","descriptionRequiredError":"कृपया अपने शब्दकोश का विवरण दर्ज करें।","descriptionInvalidTypeError":"विवरण एक वैध स्ट्रिंग होना चाहिए।","requiredErrorProjectId":"कृपया एक प्रोजेक्ट चुनें","invalidTypeErrorProjectId":"कृपया एक वैध परियोजना चुनें","invalidTypeErrorTags":"कृपया एक वैध टैग दर्ज करें","locationRequiredError":"कृपया एक स्थान चुनें","locationInvalidTypeError":"कृपया एक वैध स्थान चुनें","filePathRequiredError":"कृपया एक फ़ाइल पथ दर्ज करें","filePathInvalidTypeError":"फ़ाइल पथ एक वैध स्ट्रिंग होना चाहिए"},"ar":{"titleRequiredError":"يرجى إدخال اسم لقاموسك.","titleInvalidTypeError":"يجب أن يكون اسم القاموس سلسلة صحيحة.","titleMinLengthError":"يجب أن يكون اسم القاموس مكونًا من 4 أحرف على الأقل.","keyRequiredError":"يرجى إدخال مفتاح لقاموسك.","keyInvalidTypeError":"يجب أن يكون المفتاح سلسلة صحيحة.","keySpaceError":"لا يمكن أن يحتوي المفتاح على مسافات أو أحرف خاصة.","keyMinLengthError":"يجب أن يكون المفتاح مكونًا من 4 أحرف على الأقل.","descriptionRequiredError":"يرجى إدخال وصف لقاموسك.","descriptionInvalidTypeError":"يجب أن يكون الوصف سلسلة صحيحة.","requiredErrorProjectId":"يرجى اختيار مشروع","invalidTypeErrorProjectId":"يرجى اختيار مشروع صالح","invalidTypeErrorTags":"يرجى إدخال وسم صالح","locationRequiredError":"يرجى اختيار موقع","locationInvalidTypeError":"يرجى اختيار موقع صالح","filePathRequiredError":"يرجى إدخال مسار الملف","filePathInvalidTypeError":"يجب أن يكون مسار الملف سلسلة صحيحة"},"ru":{"titleRequiredError":"Пожалуйста, введите название вашего словаря.","titleInvalidTypeError":"Название словаря должно быть правильной строкой.","titleMinLengthError":"Название словаря должно содержать не менее 4 символов.","keyRequiredError":"Пожалуйста, введите ключ для вашего словаря.","keyInvalidTypeError":"Ключ должен быть правильной строкой.","keySpaceError":"Ключ не может содержать пробелы или специальные символы.","keyMinLengthError":"Ключ должен содержать не менее 4 символов.","descriptionRequiredError":"Пожалуйста, введите описание вашего словаря.","descriptionInvalidTypeError":"Описание должно быть правильной строкой.","requiredErrorProjectId":"Пожалуйста, выберите проект","invalidTypeErrorProjectId":"Пожалуйста, выберите действительный проект","invalidTypeErrorTags":"Пожалуйста, введите действительный тег","locationRequiredError":"Пожалуйста, выберите местоположение","locationInvalidTypeError":"Пожалуйста, выберите действительное местоположение","filePathRequiredError":"Пожалуйста, введите путь к файлу","filePathInvalidTypeError":"Путь к файлу должен быть правильной строкой"}}}`);
48357
48380
  const localIds$8 = ["dictionary-detail-schema::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs"];
48358
- const _dUiBA4gaWPXJvTUXKXK5 = {
48381
+ const _ml9ajf4LyrlJTCdgTk4P = {
48359
48382
  key: key$8,
48360
48383
  content: content$8,
48361
48384
  localIds: localIds$8
@@ -48378,7 +48401,7 @@ const n$4 = (n2) => {
48378
48401
  locationInvalidTypeError: g2,
48379
48402
  filePathRequiredError: _2,
48380
48403
  filePathInvalidTypeError: v2
48381
- } = i$p(_dUiBA4gaWPXJvTUXKXK5);
48404
+ } = i$p(_ml9ajf4LyrlJTCdgTk4P);
48382
48405
  return object({
48383
48406
  title: string({
48384
48407
  error: (e2) => e2.input === void 0 ? r2.value : i2.value
@@ -48444,7 +48467,7 @@ const C$1 = ({
48444
48467
  importModeSelect: U2,
48445
48468
  filePathInput: W2,
48446
48469
  auditButton: G2
48447
- } = i$p(_xcBOhZZtz7YmwGhHMig2), {
48470
+ } = i$p(_QadjnILLd7es4Qx2NMyo), {
48448
48471
  mutate: K2,
48449
48472
  isPending: q2
48450
48473
  } = we(), J2 = F2?.[C2.localId];
@@ -48743,7 +48766,7 @@ const C$1 = ({
48743
48766
  })]
48744
48767
  });
48745
48768
  };
48746
- const l$3 = reactExports.lazy(() => __vitePreload(() => import("./index-DIiSCteI.js"), true ? [] : void 0).then((e2) => ({ default: e2.Editor }))), u$2 = ({ children: i2, language: u2, isDarkMode: d2, showLineNumbers: f2, showCopyButton: p2 = true, isReadOnly: m2 = false, onChange: h2 }) => {
48769
+ const l$3 = reactExports.lazy(() => __vitePreload(() => import("./index-PfkWQ3cj.js"), true ? [] : void 0).then((e2) => ({ default: e2.Editor }))), u$2 = ({ children: i2, language: u2, isDarkMode: d2, showLineNumbers: f2, showCopyButton: p2 = true, isReadOnly: m2 = false, onChange: h2 }) => {
48747
48770
  let g2 = reactExports.useRef(null), _2 = reactExports.useRef(null), [v2, y2] = reactExports.useState({ height: 0, width: 0 }), b2 = d2 ? `vs-dark-transparent` : `hc-light-theme`, x2 = (e2, t2) => {
48748
48771
  _2.current = e2;
48749
48772
  let n2 = (e2.getContentHeight() ?? 0) + 25;
@@ -48767,7 +48790,7 @@ const r$4 = ({ dictionary: r2, isDarkMode: i2 }) => {
48767
48790
  const key$7 = "structure-view";
48768
48791
  const content$7 = { "nodeType": "translation", "translation": { "en": { "titleInput": { "placeholder": "Enter the key of your node" }, "deleteButton": { "label": "Remove node from section" }, "addNodeButton": { "label": "Click to add a new node", "text": "Add a new node" } }, "en-GB": { "titleInput": { "placeholder": "Enter the key of your node" }, "deleteButton": { "label": "Remove node from section" }, "addNodeButton": { "label": "Click to add a new node", "text": "Add a new node" } }, "fr": { "titleInput": { "placeholder": "Entrez la clé de votre nœud" }, "deleteButton": { "label": "Supprimer le nœud de la section" }, "addNodeButton": { "label": "Cliquez pour ajouter un nouveau nœud", "text": "Ajouter un nouveau nœud" } }, "es": { "titleInput": { "placeholder": "Ingrese la clave de su nodo" }, "deleteButton": { "label": "Eliminar el nodo de la sección" }, "addNodeButton": { "label": "Haga clic para agregar un nuevo nodo", "text": "Agregar un nuevo nodo" } }, "de": { "titleInput": { "placeholder": "Geben Sie den Schlüssel Ihres Knotens ein" }, "deleteButton": { "label": "Knoten aus dem Abschnitt entfernen" }, "addNodeButton": { "label": "Klicken, um einen neuen Knoten hinzuzufügen", "text": "Neuen Knoten hinzufügen" } }, "ja": { "titleInput": { "placeholder": "ノードのキーを入力してください" }, "deleteButton": { "label": "セクションからノードを削除" }, "addNodeButton": { "label": "新しいノードを追加するにはクリックしてください", "text": "新しいノードを追加" } }, "ko": { "titleInput": { "placeholder": "노드의 키를 입력하세요" }, "deleteButton": { "label": "섹션에서 노드를 제거" }, "addNodeButton": { "label": "새 노드를 추가하려면 클릭하세요", "text": "새 노드 추가" } }, "zh": { "titleInput": { "placeholder": "输入您节点的键" }, "deleteButton": { "label": "从部分中移除节点" }, "addNodeButton": { "label": "点击添加新节点", "text": "添加新节点" } }, "it": { "titleInput": { "placeholder": "Inserisci la chiave del tuo nodo" }, "deleteButton": { "label": "Rimuovi nodo dalla sezione" }, "addNodeButton": { "label": "Fai clic per aggiungere un nuovo nodo", "text": "Aggiungi un nuovo nodo" } }, "pt": { "titleInput": { "placeholder": "Insira a chave do seu nó" }, "deleteButton": { "label": "Remover nó da seção" }, "addNodeButton": { "label": "Clique para adicionar um novo nó", "text": "Adicionar um novo nó" } }, "hi": { "titleInput": { "placeholder": "अपनी नोड की कुंजी दर्ज करें" }, "deleteButton": { "label": "सेक्शन से नोड हटाएं" }, "addNodeButton": { "label": "नया नोड जोड़ने के लिए क्लिक करें", "text": "नया नोड जोड़ें" } }, "ar": { "titleInput": { "placeholder": "أدخل مفتاح العقدة الخاص بك" }, "deleteButton": { "label": "إزالة العقدة من القسم" }, "addNodeButton": { "label": "انقر لإضافة عقدة جديدة", "text": "إضافة عقدة جديدة" } }, "ru": { "titleInput": { "placeholder": "Введите ключ вашего узла" }, "deleteButton": { "label": "Удалить узел из секции" }, "addNodeButton": { "label": "Нажмите, чтобы добавить новый узел", "text": "Добавить новый узел" } } } };
48769
48792
  const localIds$7 = ["structure-view::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs"];
48770
- const _AjhKiF73rOgTcFDjl2lt = {
48793
+ const _AZoQWUiazkW3drbCIDM1 = {
48771
48794
  key: key$7,
48772
48795
  content: content$7,
48773
48796
  localIds: localIds$7
@@ -48775,7 +48798,7 @@ const _AjhKiF73rOgTcFDjl2lt = {
48775
48798
  const key$6 = "node-type-selector";
48776
48799
  const content$6 = { "nodeType": "translation", "translation": { "en": { "triggerPlaceHolder": "Node type", "multilingual": "Multilingual content", "text": "Text", "number": "Number", "boolean": "Boolean", "node": "Object", "array": "Array", "enumeration": "Enumeration", "gender": "Gender", "nest": "Nesting", "insertion": "Insertion", "condition": "Condition", "file": "File", "markdown": "Markdown", "reactNode": "React Node" }, "en-GB": { "triggerPlaceHolder": "Node type", "multilingual": "Multilingual content", "text": "Text", "number": "Number", "boolean": "Boolean", "node": "Object", "array": "Array", "enumeration": "Enumeration", "gender": "Gender", "nest": "Nesting", "insertion": "Insertion", "condition": "Condition", "file": "File", "markdown": "Markdown", "reactNode": "React Node" }, "fr": { "triggerPlaceHolder": "Type du Nœud", "multilingual": "Contenu Multilingue", "text": "Texte", "number": "Nombre", "boolean": "Booléen", "node": "Objet", "array": "Tableau", "enumeration": "Énumération", "gender": "Genre", "nest": "Imbriquation", "insertion": "Insertion", "condition": "Condition", "file": "Fichier", "markdown": "Markdown", "reactNode": "Node React" }, "es": { "triggerPlaceHolder": "Tipo del nodo", "multilingual": "Contenido multilingüe", "text": "Texto", "number": "Número", "boolean": "Booleano", "node": "Objeto", "array": "Arreglo", "enumeration": "Enumeración", "gender": "Género", "nest": "Anidación", "insertion": "Inserción", "condition": "Condición", "file": "Archivo", "markdown": "Markdown", "reactNode": "Nodo React" }, "de": { "triggerPlaceHolder": "Knotentyp", "multilingual": "Mehrsprachiger Inhalt", "text": "Text", "number": "Zahl", "boolean": "Bool", "node": "Objekt", "array": "Array", "enumeration": "Enumeration", "gender": "Geschlecht", "nest": "Vererbung", "insertion": "Einfügung", "condition": "Bedingung", "file": "Datei", "markdown": "Markdown", "reactNode": "React-Knoten" }, "ja": { "triggerPlaceHolder": "ノードタイプ", "multilingual": "複数言語コンテンツ", "text": "テキスト", "number": "数字", "boolean": "ブール", "node": "オブジェクト", "array": "配列", "enumeration": "列挙", "gender": "性別", "nest": "ネスト", "insertion": "挿入", "condition": "条件", "file": "ファイル", "markdown": "マークダウン", "reactNode": "リアル・ノード" }, "ko": { "triggerPlaceHolder": "노드 유형", "multilingual": "다중 언어 콘텐츠", "text": "텍스트", "number": "숫자", "boolean": "불리언", "node": "객체", "array": "배열", "enumeration": "열거", "gender": "성별", "nest": "중첩", "insertion": "삽입", "condition": "조건", "file": "파일", "markdown": "마크다운", "reactNode": "리액 노드" }, "zh": { "triggerPlaceHolder": "节点类型", "multilingual": "多语言内容", "text": "文本", "number": "数字", "boolean": "布尔", "node": "对象", "array": "数组", "enumeration": "枚举", "gender": "性别", "nest": "嵌套", "insertion": "插入", "condition": "条件", "file": "文件", "markdown": "Markdown", "reactNode": "React 节点" }, "it": { "triggerPlaceHolder": "Tipo di nodo", "multilingual": "Contenuto multilingue", "text": "Testo", "number": "Numero", "boolean": "Booleano", "node": "Oggetto", "array": "Array", "enumeration": "Enumerazione", "gender": "Genere", "nest": "Nidificazione", "insertion": "Inserimento", "condition": "Condizione", "file": "File", "markdown": "Markdown", "reactNode": "Nodo React" }, "pt": { "triggerPlaceHolder": "Tipo de nó", "multilingual": "Conteúdo multilíngue", "text": "Texto", "number": "Número", "boolean": "Booleano", "node": "Objeto", "array": "Array", "enumeration": "Enumeração", "gender": "Gênero", "nest": "Nido", "insertion": "Inserção", "condition": "Condição", "file": "Arquivo", "markdown": "Markdown", "reactNode": "Nó React" }, "hi": { "triggerPlaceHolder": "नोड प्रकार", "multilingual": "बहुभाषी सामग्री", "text": "पाठ", "number": "संख्या", "boolean": "बूलियन", "node": "ऑब्जेक्ट", "array": "ऐरे", "enumeration": "गणना", "gender": "लिंग", "nest": "नेस्टेंस", "insertion": "सम्मिलन", "condition": "शर्त्ता", "file": "फ़ाइल", "markdown": "मार्कडाउन", "reactNode": "रेड नोड" }, "ar": { "triggerPlaceHolder": "نوع العقدة", "multilingual": "محتوى متعدد اللغات", "text": "نص", "number": "رقم", "boolean": "منطقي", "node": "كائن", "array": "مصفوفة", "enumeration": "تعداد", "gender": "جنس", "nest": "مستوى", "insertion": "إدراج", "condition": "شرط", "file": "ملف", "markdown": "مارك داون", "reactNode": "عقدة رياكت" }, "ru": { "triggerPlaceHolder": "Тип узла", "multilingual": "Многоязычный контент", "text": "Текст", "number": "Число", "boolean": "Булево", "node": "Объект", "array": "Массив", "enumeration": "Перечисление", "gender": "Пол", "nest": "Вложенность", "insertion": "Вставка", "condition": "Условие", "file": "Файл", "markdown": "Markdown", "reactNode": "Реакт узел" } } };
48777
48800
  const localIds$6 = ["node-type-selector::local::../@intlayer/design-system/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs"];
48778
- const _EWN0flqVjkNBksUHPz5H = {
48801
+ const _udVVV62TrisjSSQHcy7E = {
48779
48802
  key: key$6,
48780
48803
  content: content$6,
48781
48804
  localIds: localIds$6
@@ -48800,7 +48823,7 @@ const s$4 = ({
48800
48823
  insertion: x2,
48801
48824
  reactNode: S2,
48802
48825
  file: C2
48803
- } = i$p(_EWN0flqVjkNBksUHPz5H), [w2, T2] = reactExports.useState(i$u(s2));
48826
+ } = i$p(_udVVV62TrisjSSQHcy7E), [w2, T2] = reactExports.useState(i$u(s2));
48804
48827
  return jsxRuntimeExports.jsxs(y$2, {
48805
48828
  value: w2,
48806
48829
  onValueChange: (e2) => {
@@ -48934,7 +48957,7 @@ const C = ({
48934
48957
  } = v$a(), {
48935
48958
  titleInput: w2,
48936
48959
  deleteButton: T2
48937
- } = i$p(_AjhKiF73rOgTcFDjl2lt), E2 = (e2) => {
48960
+ } = i$p(_AZoQWUiazkW3drbCIDM1), E2 = (e2) => {
48938
48961
  y2(m2, e2, u2);
48939
48962
  let t2 = u2.slice(0, -1), n2 = u2[u2.length - 1];
48940
48963
  v2([...t2, {
@@ -48977,7 +49000,7 @@ const C = ({
48977
49000
  })]
48978
49001
  }), jsxRuntimeExports.jsxs(`span`, {
48979
49002
  className: `ml-3 text-neutral text-sm`,
48980
- children: [`( `, e$i(s2), ` )`]
49003
+ children: [`( `, e$j(s2), ` )`]
48981
49004
  })]
48982
49005
  }), jsxRuntimeExports.jsx(C, {
48983
49006
  keyPath: u2,
@@ -48996,7 +49019,7 @@ const C = ({
48996
49019
  }) => {
48997
49020
  let {
48998
49021
  addNodeButton: s2
48999
- } = i$p(_AjhKiF73rOgTcFDjl2lt), {
49022
+ } = i$p(_AZoQWUiazkW3drbCIDM1), {
49000
49023
  setFocusedContentKeyPath: l2
49001
49024
  } = o$y(), {
49002
49025
  addEditedContent: u2
@@ -49065,7 +49088,7 @@ const y = ({
49065
49088
  }) => {
49066
49089
  let E2 = c$p(), {
49067
49090
  returnToDictionaryList: D2
49068
- } = i$p(_A8Z2Tt4wzOGxPYGoyPca), {
49091
+ } = i$p(_o4mk5TGynK4DGXgUwIq3), {
49069
49092
  setFocusedContent: O2
49070
49093
  } = o$y(), {
49071
49094
  setLocaleDictionaries: k2
@@ -49177,7 +49200,7 @@ const t = new class {
49177
49200
  const key$5 = "right-drawer";
49178
49201
  const content$5 = { "nodeType": "translation", "translation": { "en": { "goBack": "Go back", "closeDrawer": "Close Drawer" }, "en-GB": { "goBack": "Go back", "closeDrawer": "Close Drawer" }, "fr": { "goBack": "Retour", "closeDrawer": "Fermer le tiroir" }, "es": { "goBack": "Volver", "closeDrawer": "Cerrar cajón" }, "de": { "goBack": "Zurück", "closeDrawer": "Schublade schließen" }, "ja": { "goBack": "戻る", "closeDrawer": "引き出しを閉じる" }, "ko": { "goBack": "뒤로", "closeDrawer": "서랍 닫기" }, "zh": { "goBack": "返回", "closeDrawer": "关闭抽屉" }, "it": { "goBack": "Indietro", "closeDrawer": "Chiudi cassetto" }, "pt": { "goBack": "Voltar", "closeDrawer": "Fechar gaveta" }, "hi": { "goBack": "वापस जाएं", "closeDrawer": "दराज बंद करें" }, "ar": { "goBack": "رجوع", "closeDrawer": "إغلاق الدرج" }, "ru": { "goBack": "Назад", "closeDrawer": "Закрыть панель" } } };
49179
49202
  const localIds$5 = ["right-drawer::local::../@intlayer/design-system/dist/esm/components/RightDrawer/rightDrawer.content.mjs"];
49180
- const _EKkiuSJM6rxgNFWrCvKv = {
49203
+ const _igLwYH3eu8HMfX8SbHNX = {
49181
49204
  key: key$5,
49182
49205
  content: content$5,
49183
49206
  localIds: localIds$5
@@ -49202,7 +49225,7 @@ const S = ({
49202
49225
  onClose: A2,
49203
49226
  container: j2
49204
49227
  }) => {
49205
- let M2 = i$p(_EKkiuSJM6rxgNFWrCvKv), {
49228
+ let M2 = i$p(_igLwYH3eu8HMfX8SbHNX), {
49206
49229
  isMobile: N2
49207
49230
  } = l$f(`md`), P2 = reactExports.useRef(null), F2 = reactExports.useRef(null), I2 = n$c(j2), {
49208
49231
  open: L2,
@@ -50081,7 +50104,7 @@ const AppRouter = (t0) => {
50081
50104
  const key$4 = "dictionary-edition-drawer";
50082
50105
  const content$4 = { "nodeType": "translation", "translation": { "en": { "openDictionaryEditor": { "popoverContent": "Open Dictionary in Editor", "label": "Click to open the dictionary in the editor" }, "backButtonText": "Dictionary list", "modalTitle": "Edit dictionary", "noDictionaryFocused": "No dictionary focused", "focusedDictionaryNotFound": "Focused dictionary not found" }, "en-GB": { "openDictionaryEditor": { "popoverContent": "Click to open the dictionary in the editor", "label": "Click to open the dictionary in the editor" }, "backButtonText": "Dictionary list", "modalTitle": "Edit dictionary", "noDictionaryFocused": "No dictionary focused", "focusedDictionaryNotFound": "Focused dictionary not found" }, "fr": { "openDictionaryEditor": { "popoverContent": "Ouvrir le dictionnaire dans l’éditeur", "label": "Cliquez pour ouvrir le dictionnaire dans l’éditeur" }, "backButtonText": "Liste des dictionnaires", "modalTitle": "Modifier le dictionnaire", "noDictionaryFocused": "Aucun dictionnaire sélectionné", "focusedDictionaryNotFound": "Dictionnaire focalisé non trouvé" }, "es": { "openDictionaryEditor": { "popoverContent": "Abrir el diccionario en el editor", "label": "Haga clic para abrir el diccionario en el editor" }, "backButtonText": "Lista de diccionarios", "modalTitle": "Editar el diccionario", "noDictionaryFocused": "No hay diccionario enfocado", "focusedDictionaryNotFound": "Diccionario enfocado no encontrado" }, "de": { "openDictionaryEditor": { "popoverContent": "Wörterbuch im Editor öffnen", "label": "Klicken Sie hier, um das Wörterbuch im Editor zu öffnen" }, "backButtonText": "Wörterbuchliste", "modalTitle": "Wörterbuch bearbeiten", "noDictionaryFocused": "Kein Wörterbuch ausgewählt", "focusedDictionaryNotFound": "Ausgewähltes Wörterbuch nicht gefunden" }, "ja": { "openDictionaryEditor": { "popoverContent": "エディターで辞書を開く", "label": "エディターで辞書を開く" }, "backButtonText": "辞書リスト", "modalTitle": "辞書を編集", "noDictionaryFocused": "フォーカスされた辞書がありません", "focusedDictionaryNotFound": "フォーカスされた辞書が見つかりません" }, "ko": { "openDictionaryEditor": { "popoverContent": "편집기에서 사전 열기", "label": "편집기에서 사전 열기" }, "backButtonText": "사전 목록", "modalTitle": "사전 편집", "noDictionaryFocused": "포커스가 있는 사전이 없습니다", "focusedDictionaryNotFound": "포커스가 있는 사전이 없습니다" }, "zh": { "openDictionaryEditor": { "popoverContent": "点击打开词典到编辑器", "label": "点击打开词典到编辑器" }, "backButtonText": "词典列表", "modalTitle": "编辑词典", "noDictionaryFocused": "没有聚焦的词典", "focusedDictionaryNotFound": "没有聚焦的词典" }, "it": { "openDictionaryEditor": { "popoverContent": "Apri il dizionario nell’editor", "label": "Fai clic per aprire il dizionario nell’editor" }, "backButtonText": "Elenco di dizionari", "modalTitle": "Modifica dizionario", "noDictionaryFocused": "Nessun dizionario selezionato", "focusedDictionaryNotFound": "Nessun dizionario selezionato" }, "pt": { "openDictionaryEditor": { "popoverContent": "Abrir o dicionário no editor", "label": "Clique para abrir o dicionário no editor" }, "backButtonText": "Lista de dicionários", "modalTitle": "Editar dicionário", "noDictionaryFocused": "Nenhum dicionário focalizado", "focusedDictionaryNotFound": "Nenhum dicionário focalizado" }, "hi": { "openDictionaryEditor": { "popoverContent": "एडिटर में शब्दकोश खोलने के लिए क्लिक करें", "label": "एडिटर में शब्दकोश खोलने के लिए क्लिक करें" }, "backButtonText": "शब्दकोश सूची", "modalTitle": "शब्दकोश संपादित करें", "noDictionaryFocused": "कोई फोकस शब्दकोश नहीं है", "focusedDictionaryNotFound": "कोई फोकस शब्दकोश नहीं है" }, "ar": { "openDictionaryEditor": { "popoverContent": "انقر لفتح قاموس في المحرر", "label": "انقر لفتح قاموس في المحرر" }, "backButtonText": "قائمة القوامل", "modalTitle": "تحرير قاموس", "noDictionaryFocused": "لا يوجد قاموس مرتبط", "focusedDictionaryNotFound": "لا يوجد قاموس مرتبط" }, "ru": { "openDictionaryEditor": { "popoverContent": "Нажмите, чтобы открыть словарь в редакторе", "label": "Нажмите, чтобы открыть словарь в редакторе" }, "backButtonText": "Список словарей", "modalTitle": "Редактировать словарь", "noDictionaryFocused": "Нет фокусированного словаря", "focusedDictionaryNotFound": "Нет фокусированного словаря" } } };
50083
50106
  const localIds$4 = ["dictionary-edition-drawer::local::client/src/components/Editor/DictionaryEditionDrawer/dictionaryEditionDrawer.content.ts"];
50084
- const _RYriLRku06uIEk22KpAw = {
50107
+ const _iQRZQFPe3cDVGjoeMAYw = {
50085
50108
  key: key$4,
50086
50109
  content: content$4,
50087
50110
  localIds: localIds$4
@@ -50231,7 +50254,7 @@ const DictionaryEditionDrawer = (t0) => {
50231
50254
  modalTitle,
50232
50255
  noDictionaryFocused,
50233
50256
  focusedDictionaryNotFound
50234
- } = i$p(_RYriLRku06uIEk22KpAw);
50257
+ } = i$p(_iQRZQFPe3cDVGjoeMAYw);
50235
50258
  let t1;
50236
50259
  if ($2[0] !== dictionaryKey) {
50237
50260
  t1 = getDrawerIdentifier(dictionaryKey);
@@ -50615,7 +50638,7 @@ const DictionaryEditionDrawerController = (t0) => {
50615
50638
  const key$3 = "dictionary-list-drawer";
50616
50639
  const content$3 = { "nodeType": "translation", "translation": { "en": { "drawerTitle": { "label": "Dictionary list" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Open dictionary editor {{dictionaryLocalId}}" } } }, "en-GB": { "drawerTitle": { "label": "Dictionary list" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Open dictionary editor {{dictionaryLocalId}}" } } }, "fr": { "drawerTitle": { "label": "Liste des dictionnaires" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Ouvrir le dictionnaire dans l'éditeur {{dictionaryLocalId}}" } } }, "es": { "drawerTitle": { "label": "Lista de diccionarios" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Abrir el diccionario en el editor {{dictionaryLocalId}}" } } }, "de": { "drawerTitle": { "label": "Wörterbuchliste" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Wörterbuch-Editor öffnen {{dictionaryLocalId}}" } } }, "ja": { "drawerTitle": { "label": "辞書リスト" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "辞書エディタを開く {{dictionaryLocalId}}" } } }, "ko": { "drawerTitle": { "label": "사전 목록" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "사전 편집기 열기 {{dictionaryLocalId}}" } } }, "zh": { "drawerTitle": { "label": "字典列表" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "打开字典编辑器 {{dictionaryLocalId}}" } } }, "it": { "drawerTitle": { "label": "Lista dei dizionari" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Apri editor dizionario {{dictionaryLocalId}}" } } }, "pt": { "drawerTitle": { "label": "Lista de dicionários" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Abrir editor de dicionário {{dictionaryLocalId}}" } } }, "hi": { "drawerTitle": { "label": "शब्दकोश सूची" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "शब्दकोश संपादक खोलें {{dictionaryLocalId}}" } } }, "ar": { "drawerTitle": { "label": "قائمة القواميس" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "فتح محرر القاموس {{dictionaryLocalId}}" } } }, "ru": { "drawerTitle": { "label": "Список словарей" }, "buttonLabel": { "label": { "fields": ["dictionaryLocalId"], "nodeType": "insertion", "insertion": "Открыть редактор словаря {{dictionaryLocalId}}" } } } } };
50617
50640
  const localIds$3 = ["dictionary-list-drawer::local::client/src/components/Editor/DictionaryListDrawer/dictionaryListDrawer.content.ts"];
50618
- const _LLyxzINJLPtLUw9MMOKq = {
50641
+ const _LQhDnRdyyPD4tn3V7UA7 = {
50619
50642
  key: key$3,
50620
50643
  content: content$3,
50621
50644
  localIds: localIds$3
@@ -50624,7 +50647,7 @@ const DictionaryListDrawer = () => {
50624
50647
  const {
50625
50648
  drawerTitle,
50626
50649
  buttonLabel
50627
- } = i$p(_LLyxzINJLPtLUw9MMOKq);
50650
+ } = i$p(_LQhDnRdyyPD4tn3V7UA7);
50628
50651
  const {
50629
50652
  set: setDrawers
50630
50653
  } = n$2();
@@ -50727,7 +50750,7 @@ const DictionaryListDrawer = () => {
50727
50750
  const key$2 = "long-press-message";
50728
50751
  const content$2 = { "nodeType": "translation", "translation": { "en": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Long press to edit the "{{dictionaryKey}}" dictionary' } }, "en-GB": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Long press to edit the "{{dictionaryKey}}" dictionary' } }, "fr": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Long press pour éditer le dictionnaire "{{dictionaryKey}}"' } }, "es": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Presiona largo para editar el diccionario "{{dictionaryKey}}"' } }, "de": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Lang press für Bearbeitung des Wörterbuchs "{{dictionaryKey}}"' } }, "ja": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": '長押しして編集 "{{dictionaryKey}}" 辞書' } }, "ko": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": '길게 눌러 편집 "{{dictionaryKey}}" 사전' } }, "zh": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": '长按编辑 "{{dictionaryKey}}" 字典' } }, "it": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Premi a lungo per modificare il dizionario "{{dictionaryKey}}"' } }, "pt": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Pressione longa para editar o dicionário "{{dictionaryKey}}"' } }, "hi": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'लंग प्रेस करें टू एडिट "{{dictionaryKey}}"' } }, "ar": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'اضغط طويلاً للتعديل "{{dictionaryKey}}"' } }, "ru": { "message": { "fields": ["dictionaryKey"], "nodeType": "insertion", "insertion": 'Длительное нажатие для редактирования словаря "{{dictionaryKey}}"' } } } };
50729
50752
  const localIds$2 = ["long-press-message::local::client/src/components/Editor/LongPressMessage/index.content.ts"];
50730
- const _n4SEklWZywfT5dWEklxy = {
50753
+ const _wbJEQpjZJH87AdMcYOES = {
50731
50754
  key: key$2,
50732
50755
  content: content$2,
50733
50756
  localIds: localIds$2
@@ -50737,7 +50760,7 @@ const LongPressMessage = (props) => {
50737
50760
  const $2 = compilerRuntimeExports.c(8);
50738
50761
  const {
50739
50762
  message
50740
- } = i$p(_n4SEklWZywfT5dWEklxy);
50763
+ } = i$p(_wbJEQpjZJH87AdMcYOES);
50741
50764
  const t0 = props?.dictionaryKey ? "opacity-100" : "opacity-0";
50742
50765
  let t1;
50743
50766
  if ($2[0] !== t0) {
@@ -50898,7 +50921,7 @@ const EditorProvider = (t0) => {
50898
50921
  const key$1 = "iframe-controller";
50899
50922
  const content$1 = { "nodeType": "translation", "translation": { "en": { "intlayerApplication": "Intlayer Application", "enableEditor": "Enable Editor" }, "en-GB": { "intlayerApplication": "Intlayer Application", "enableEditor": "Enable Editor" }, "fr": { "intlayerApplication": "Application Intlayer", "enableEditor": "Activer l'éditeur" }, "es": { "intlayerApplication": "Aplicación Intlayer", "enableEditor": "Activar el editor" }, "de": { "intlayerApplication": "Intlayer-Anwendung", "enableEditor": "Editor aktivieren" }, "ja": { "intlayerApplication": "Intlayerアプリケーション", "enableEditor": "エディタを有効にする" }, "ko": { "intlayerApplication": "Intlayer 애플리케이션", "enableEditor": "에디터 활성화" }, "zh": { "intlayerApplication": "Intlayer 应用程序", "enableEditor": "启用编辑器" }, "it": { "intlayerApplication": "Applicazione Intlayer", "enableEditor": "Abilita l'editor" }, "pt": { "intlayerApplication": "Aplicativo Intlayer", "enableEditor": "Ativar editor" }, "hi": { "intlayerApplication": "इंटलेयर एप्लिकेशन", "enableEditor": "संपादक सक्षम करें" }, "ar": { "intlayerApplication": "تطبيق Intlayer", "enableEditor": "تفعيل المحرر" }, "ru": { "intlayerApplication": "Приложение Intlayer", "enableEditor": "Включить редактор" } } };
50900
50923
  const localIds$1 = ["iframe-controller::local::client/src/components/Editor/iframeController.content.ts"];
50901
- const _bXb2tvYWdD52JBPSJraT = {
50924
+ const _mmV73YCKV5WOXGoEbWUM = {
50902
50925
  key: key$1,
50903
50926
  content: content$1,
50904
50927
  localIds: localIds$1
@@ -50974,7 +50997,7 @@ const useEditedContentPersistence = () => {
50974
50997
  const key = "no-application-url-view";
50975
50998
  const content = { "nodeType": "translation", "translation": { "en": { "title": "Your project configuration do not includes application URL", "description": "To use the editor, you need to add the URL of the application to access to the configuration file.", "documentationLink": { "label": "Click to go to the editor documentation", "text": "See how to configure the editor" } }, "en-GB": { "title": "Your project configuration do not includes application URL", "description": "To use the editor, you need to add the URL of the application to access to the configuration file.", "documentationLink": { "label": "Click to go to the editor documentation", "text": "See how to configure the editor" } }, "fr": { "title": "Votre configuration de projet ne comprend pas l’URL de l’application", "description": "Pour utiliser l’éditeur, vous devez ajouter l’URL de l’application pour accéder au fichier de configuration.", "documentationLink": { "label": "Cliquez ici pour accéder à la documentation de l’éditeur", "text": "Voir comment configurer l’éditeur" } }, "es": { "title": "Su configuración de proyecto no incluye la URL de la aplicación", "description": "Para usar el editor, debe agregar la URL de la aplicación para acceder al archivo de configuración.", "documentationLink": { "label": "Haga clic aquí para acceder a la documentación del editor", "text": "Vea cómo configurar el editor" } }, "de": { "title": "Ihre Projektkonfiguration enthält keine Anwendungs-URL", "description": "Um den Editor zu verwenden, müssen Sie die URL der Anwendung hinzufügen, um auf die Konfigurationsdatei zuzugreifen.", "documentationLink": { "label": "Klicken Sie hier, um die Editor-Dokumentation zu besuchen", "text": "Siehe, wie man den Editor konfiguriert" } }, "ja": { "title": "あなたのプロジェクト構成にはアプリケーション URL が含まれていません", "description": "エディターを使用するには、アプリケーションの URL を設定ファイルに追加する必要があります。", "documentationLink": { "label": "エディターのドキュメントに移動するには、ここをクリックしてください", "text": "エディターの設定方法を見る" } }, "ko": { "title": "당신의 프로젝트 구성에 앱 URL이 포함되어 있지 않습니다.", "description": "에디터를 사용하려면 설정 파일에 앱 URL을 추가해야 합니다.", "documentationLink": { "label": "에디터 문서로 이동하려면 여기를 클릭하십시오.", "text": "에디터 설정 방법을 보십시오" } }, "zh": { "title": "您的项目配置未包含应用程序 URL", "description": "要使用编辑器,您需要将应用程序 URL 添加到访问配置文件。", "documentationLink": { "label": "点击此处访问编辑器文档", "text": "查看如何配置编辑器" } }, "it": { "title": "La configurazione del progetto non include l’URL dell’applicazione", "description": "Per utilizzare l’editor, è necessario aggiungere l’URL dell’applicazione per accedere al file di configurazione.", "documentationLink": { "label": "Fai clic qui per accedere alla documentazione dell’editor", "text": "Vedi come configurare l’editor" } }, "pt": { "title": "Sua configuração do projeto não inclui a URL do aplicativo", "description": "Para usar o editor, você precisa adicionar a URL do aplicativo para acessar o arquivo de configuração.", "documentationLink": { "label": "Clique aqui para acessar a documentação do editor", "text": "Veja como configurar o editor" } }, "hi": { "title": "आपके प्रोजेक्ट कॉन्फ़िगरेशन में ऐप का URL शामिल नहीं है", "description": "एडिटर का उपयोग करने के लिए, आपको कॉन्फ़िगरेशन फ़ाइल तक ऐप का URL को जोड़ना होगा।", "documentationLink": { "label": "एडिटर को डॉक्यूमेंट पर जाए रखना चाहते हैं?", "text": "एडिटर को काने के बारे में देखें" } }, "ar": { "title": "تم إنشاء مشروعك بدون تضمين عنوان URL التطبيق", "description": "لاستخدام المحرر، يجب عليك إضافة عنوان URL التطبيق للوصول إلى ملف التكوين.", "documentationLink": { "label": "انقر هنا للوصول إلى وثائق المحرر", "text": "انظر كيفية تكوين المحرر" } }, "ru": { "title": "Ваша конфигурация проекта не включает URL-адрес приложения", "description": "Чтобы использовать редактор, вам необходимо добавить URL-адрес приложения для доступа к файлу конфигурации.", "documentationLink": { "label": "Нажмите, чтобы перейти к документации редактора", "text": "Смотрите, как настроить редактор" } } } };
50976
50999
  const localIds = ["no-application-url-view::local::client/src/components/Editor/NoApplicationURLView/noApplicationURLView.content.ts"];
50977
- const _ZZ64CnhoaCP4vEm6VSJ3 = {
51000
+ const _ahQ6bQk1LqxHuySZ6KtS = {
50978
51001
  key,
50979
51002
  content,
50980
51003
  localIds
@@ -50985,7 +51008,7 @@ const NoApplicationURLView = () => {
50985
51008
  title,
50986
51009
  description,
50987
51010
  documentationLink
50988
- } = i$p(_ZZ64CnhoaCP4vEm6VSJ3);
51011
+ } = i$p(_ahQ6bQk1LqxHuySZ6KtS);
50989
51012
  let t0;
50990
51013
  if ($2[0] !== title) {
50991
51014
  t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(h$4, {
@@ -51046,7 +51069,7 @@ const IframeController = (t0) => {
51046
51069
  iframeRef,
51047
51070
  applicationPath
51048
51071
  } = t0;
51049
- const content2 = i$p(_bXb2tvYWdD52JBPSJraT);
51072
+ const content2 = i$p(_mmV73YCKV5WOXGoEbWUM);
51050
51073
  const {
51051
51074
  editor: editor2
51052
51075
  } = c$p();