@box/metadata-editor 1.55.6 → 1.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/chunks/field-action-bar.module.js +4 -3
  2. package/dist/chunks/utils2.js +26 -26
  3. package/dist/esm/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/low-confidence-suggestion-field.js +48 -29
  4. package/dist/esm/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/messages.js +6 -2
  5. package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +53 -53
  6. package/dist/i18n/bn-IN.js +1 -0
  7. package/dist/i18n/bn-IN.properties +2 -0
  8. package/dist/i18n/da-DK.js +1 -0
  9. package/dist/i18n/da-DK.properties +2 -0
  10. package/dist/i18n/de-DE.js +1 -0
  11. package/dist/i18n/de-DE.properties +2 -0
  12. package/dist/i18n/en-AU.js +1 -0
  13. package/dist/i18n/en-AU.properties +2 -0
  14. package/dist/i18n/en-CA.js +1 -0
  15. package/dist/i18n/en-CA.properties +2 -0
  16. package/dist/i18n/en-GB.js +1 -0
  17. package/dist/i18n/en-GB.properties +2 -0
  18. package/dist/i18n/en-US.js +1 -0
  19. package/dist/i18n/en-US.properties +2 -0
  20. package/dist/i18n/en-x-pseudo.js +151 -150
  21. package/dist/i18n/en-x-pseudo.properties +152 -150
  22. package/dist/i18n/es-419.js +1 -0
  23. package/dist/i18n/es-419.properties +2 -0
  24. package/dist/i18n/es-ES.js +1 -0
  25. package/dist/i18n/es-ES.properties +2 -0
  26. package/dist/i18n/fi-FI.js +1 -0
  27. package/dist/i18n/fi-FI.properties +2 -0
  28. package/dist/i18n/fr-CA.js +1 -0
  29. package/dist/i18n/fr-CA.properties +2 -0
  30. package/dist/i18n/fr-FR.js +1 -0
  31. package/dist/i18n/fr-FR.properties +2 -0
  32. package/dist/i18n/hi-IN.js +1 -0
  33. package/dist/i18n/hi-IN.properties +2 -0
  34. package/dist/i18n/it-IT.js +1 -0
  35. package/dist/i18n/it-IT.properties +2 -0
  36. package/dist/i18n/ja-JP.js +1 -0
  37. package/dist/i18n/ja-JP.properties +2 -0
  38. package/dist/i18n/json/src/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/messages.json +1 -1
  39. package/dist/i18n/ko-KR.js +1 -0
  40. package/dist/i18n/ko-KR.properties +2 -0
  41. package/dist/i18n/nb-NO.js +1 -0
  42. package/dist/i18n/nb-NO.properties +2 -0
  43. package/dist/i18n/nl-NL.js +1 -0
  44. package/dist/i18n/nl-NL.properties +2 -0
  45. package/dist/i18n/pl-PL.js +1 -0
  46. package/dist/i18n/pl-PL.properties +2 -0
  47. package/dist/i18n/pt-BR.js +1 -0
  48. package/dist/i18n/pt-BR.properties +2 -0
  49. package/dist/i18n/ru-RU.js +1 -0
  50. package/dist/i18n/ru-RU.properties +2 -0
  51. package/dist/i18n/sv-SE.js +1 -0
  52. package/dist/i18n/sv-SE.properties +2 -0
  53. package/dist/i18n/tr-TR.js +1 -0
  54. package/dist/i18n/tr-TR.properties +2 -0
  55. package/dist/i18n/zh-CN.js +1 -0
  56. package/dist/i18n/zh-CN.properties +2 -0
  57. package/dist/i18n/zh-TW.js +1 -0
  58. package/dist/i18n/zh-TW.properties +2 -0
  59. package/dist/styles/field-action-bar.css +1 -1
  60. package/dist/styles/utils.css +1 -1
  61. package/dist/types/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/messages.d.ts +5 -0
  62. package/package.json +9 -9
@@ -1,8 +1,9 @@
1
- import '../styles/field-action-bar.css';const r = "_wrapperGradient_xrkzk_1", t = "_wrapper_xrkzk_1", p = "_buttons_xrkzk_25", e = {
1
+ import '../styles/field-action-bar.css';const r = "_wrapperGradient_9h730_1", t = "_wrapper_9h730_1", e = "_buttons_9h730_25", a = "_loader_9h730_30", p = {
2
2
  wrapperGradient: r,
3
3
  wrapper: t,
4
- buttons: p
4
+ buttons: e,
5
+ loader: a
5
6
  };
6
7
  export {
7
- e as s
8
+ p as s
8
9
  };
@@ -1,55 +1,55 @@
1
- import p from "clsx";
2
- import { convertISOStringtoRFC3339String as d } from "../esm/lib/utils/convertDate.js";
3
- import u from "../esm/lib/components/interactive-text/interactive-text.js";
4
- import { jsxs as m, jsx as l } from "react/jsx-runtime";
1
+ import d from "clsx";
2
+ import { convertISOStringtoRFC3339String as b } from "../esm/lib/utils/convertDate.js";
3
+ import m from "../esm/lib/components/interactive-text/interactive-text.js";
4
+ import { jsxs as g, jsx as r } from "react/jsx-runtime";
5
5
  import { isConfidenceScoreNeedingReview as T } from "../esm/lib/utils/confidence-score/is-confidence-score-needing-review.js";
6
6
  import { LowConfidenceBadge as f } from "../esm/lib/components/metadata-editor-fields/components/low-confidence-badge/low-confidence-badge.js";
7
7
  import { AiLogoBadge as x } from "../esm/lib/components/metadata-editor-fields/components/ai-logo-badge/ai-logo-badge.js";
8
- import '../styles/utils.css';const z = "_noAttributesText_6bzgt_2", h = "_fieldWrapper_6bzgt_6", C = "_hasSuggestion_6bzgt_11", N = "_hasConfidenceReview_6bzgt_16", v = "_dateField_6bzgt_44", w = "_suggestionApplied_6bzgt_48", A = "_labelWrapper_6bzgt_95", W = "_labelText_6bzgt_101", I = "_labelTruncated_6bzgt_104", F = "_labelIcon_6bzgt_111", s = {
9
- noAttributesText: z,
10
- fieldWrapper: h,
11
- hasSuggestion: C,
12
- hasConfidenceReview: N,
13
- dateField: v,
14
- suggestionApplied: w,
8
+ import '../styles/utils.css';const h = "_noAttributesText_1u4tq_2", q = "_fieldWrapper_1u4tq_6", v = "_hasSuggestion_1u4tq_11", C = "_hasConfidenceReview_1u4tq_16", N = "_dateField_1u4tq_44", w = "_aiApproved_1u4tq_48", A = "_labelWrapper_1u4tq_95", W = "_labelText_1u4tq_101", I = "_labelTruncated_1u4tq_104", F = "_labelIcon_1u4tq_111", l = {
9
+ noAttributesText: h,
10
+ fieldWrapper: q,
11
+ hasSuggestion: v,
12
+ hasConfidenceReview: C,
13
+ dateField: N,
14
+ aiApproved: w,
15
15
  labelWrapper: A,
16
16
  labelText: W,
17
17
  labelTruncated: I,
18
18
  labelIcon: F
19
- }, O = (a, t, r = !1, i = "label", e) => (b) => {
19
+ }, O = (a, t, s = !1, i = "label", e) => (c) => {
20
20
  const {
21
- className: g,
21
+ className: u,
22
22
  ...n
23
- } = b, o = p(g || s.labelText, s.labelTruncated), c = !!e && T(e), _ = () => e && c ? /* @__PURE__ */ l(f, {
23
+ } = c, o = d(u || l.labelText, l.labelTruncated), _ = !!e && T(e), p = () => e && _ ? /* @__PURE__ */ r(f, {
24
24
  confidenceScore: e
25
- }) : r || e ? /* @__PURE__ */ l(x, {
26
- className: s.labelIcon,
25
+ }) : s || e ? /* @__PURE__ */ r(x, {
26
+ className: l.labelIcon,
27
27
  confidenceScore: e
28
28
  }) : null;
29
- return /* @__PURE__ */ m("div", {
30
- className: s.labelWrapper,
31
- children: [t ? /* @__PURE__ */ l(u, {
29
+ return /* @__PURE__ */ g("div", {
30
+ className: l.labelWrapper,
31
+ children: [t ? /* @__PURE__ */ r(m, {
32
32
  as: i,
33
33
  className: o,
34
34
  tooltipText: t,
35
35
  ...n,
36
36
  children: a
37
- }) : /* @__PURE__ */ l("label", {
37
+ }) : /* @__PURE__ */ r("label", {
38
38
  className: o,
39
39
  ...n,
40
40
  children: a
41
- }), _()]
41
+ }), p()]
42
42
  });
43
- }, P = (a) => {
43
+ }, z = (a) => {
44
44
  try {
45
- const t = d(a), r = new Date(t);
46
- return isNaN(r.getTime()) ? null : t;
45
+ const t = b(a), s = new Date(t);
46
+ return isNaN(s.getTime()) ? null : t;
47
47
  } catch {
48
48
  return null;
49
49
  }
50
50
  };
51
51
  export {
52
52
  O as g,
53
- s,
54
- P as t
53
+ l as s,
54
+ z as t
55
55
  };
@@ -1,50 +1,69 @@
1
- import { useBlueprintModernization as m, Text as i, Tooltip as n, IconButton as l } from "@box/blueprint-web";
2
- import { Checkmark as p, XMark as u } from "@box/blueprint-web-assets/icons/Medium";
3
- import { useIntl as f } from "react-intl";
4
- import { s as o } from "../../../../../../chunks/field-action-bar.module.js";
1
+ import { useState as h, useRef as L, useEffect as b } from "react";
2
+ import { useIntl as M } from "react-intl";
3
+ import { useBlueprintModernization as v, Text as s, LoadingIndicator as x, Tooltip as c, IconButton as d } from "@box/blueprint-web";
4
+ import { Checkmark as A, XMark as I } from "@box/blueprint-web-assets/icons/Medium";
5
+ import { s as r } from "../../../../../../chunks/field-action-bar.module.js";
5
6
  import t from "./messages.js";
6
- import { jsx as e, jsxs as r } from "react/jsx-runtime";
7
- function L({
8
- onAccept: s,
9
- onClear: c
7
+ import { jsx as e, jsxs as i } from "react/jsx-runtime";
8
+ const T = 800;
9
+ function N({
10
+ onAccept: m,
11
+ onClear: u
10
12
  }) {
11
- const a = f(), {
12
- enableModernizedComponents: d
13
- } = m();
13
+ const a = M(), {
14
+ enableModernizedComponents: f
15
+ } = v(), [p, n] = h(!1), o = L(void 0);
16
+ b(() => () => clearTimeout(o.current), []);
17
+ const l = (g) => {
18
+ clearTimeout(o.current), n(!0);
19
+ try {
20
+ g();
21
+ } finally {
22
+ o.current = setTimeout(() => {
23
+ n(!1);
24
+ }, T);
25
+ }
26
+ };
14
27
  return /* @__PURE__ */ e("div", {
15
- className: o.wrapperGradient,
16
- "data-modern": d,
17
- children: /* @__PURE__ */ r("div", {
18
- className: o.wrapper,
19
- children: [/* @__PURE__ */ r("div", {
20
- children: [/* @__PURE__ */ e(i, {
28
+ className: r.wrapperGradient,
29
+ "data-modern": f,
30
+ children: /* @__PURE__ */ i("div", {
31
+ className: r.wrapper,
32
+ children: [/* @__PURE__ */ i("div", {
33
+ children: [/* @__PURE__ */ e(s, {
21
34
  as: "p",
22
35
  color: "textOnLightSecondary",
23
36
  variant: "caption",
24
37
  children: a.formatMessage(t.needsReview)
25
- }), /* @__PURE__ */ e(i, {
38
+ }), /* @__PURE__ */ e(s, {
26
39
  as: "p",
27
40
  color: "textOnLightDefault",
28
41
  variant: "bodySmallSemibold",
29
42
  children: a.formatMessage(t.description)
30
43
  })]
31
- }), /* @__PURE__ */ r("div", {
32
- className: o.buttons,
33
- children: [/* @__PURE__ */ e(n, {
44
+ }), p ? /* @__PURE__ */ e("div", {
45
+ className: r.loader,
46
+ children: /* @__PURE__ */ e(x, {
47
+ "aria-label": a.formatMessage(t.reviewActionLoadingAriaLabel),
48
+ size: "small"
49
+ })
50
+ }) : /* @__PURE__ */ i("div", {
51
+ className: r.buttons,
52
+ children: [/* @__PURE__ */ e(c, {
34
53
  content: a.formatMessage(t.acceptValueTooltip),
35
- children: /* @__PURE__ */ e(l, {
54
+ children: /* @__PURE__ */ e(d, {
36
55
  "aria-label": a.formatMessage(t.acceptValueAriaLabel),
37
- icon: p,
38
- onClick: s,
56
+ icon: A,
57
+ onClick: () => l(m),
39
58
  size: "x-small",
40
59
  "data-target-id": "IconButton-acceptValueAriaLabel"
41
60
  })
42
- }), /* @__PURE__ */ e(n, {
61
+ }), /* @__PURE__ */ e(c, {
43
62
  content: a.formatMessage(t.clearValueTooltip),
44
- children: /* @__PURE__ */ e(l, {
63
+ children: /* @__PURE__ */ e(d, {
45
64
  "aria-label": a.formatMessage(t.clearValueAriaLabel),
46
- icon: u,
47
- onClick: c,
65
+ icon: I,
66
+ onClick: () => l(u),
48
67
  size: "x-small",
49
68
  "data-target-id": "IconButton-clearValueAriaLabel"
50
69
  })
@@ -54,5 +73,5 @@ function L({
54
73
  });
55
74
  }
56
75
  export {
57
- L as LowConfidenceSuggestionField
76
+ N as LowConfidenceSuggestionField
58
77
  };
@@ -1,5 +1,5 @@
1
1
  import { defineMessages as e } from "react-intl";
2
- const t = e({
2
+ const i = e({
3
3
  needsReview: {
4
4
  id: "metadataEditor.lowConfidenceSuggestionField.needsReview",
5
5
  defaultMessage: "Needs review"
@@ -23,8 +23,12 @@ const t = e({
23
23
  clearValueAriaLabel: {
24
24
  id: "metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel",
25
25
  defaultMessage: "Clear extracted value"
26
+ },
27
+ reviewActionLoadingAriaLabel: {
28
+ id: "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel",
29
+ defaultMessage: "Processing review action"
26
30
  }
27
31
  });
28
32
  export {
29
- t as default
33
+ i as default
30
34
  };
@@ -1,37 +1,37 @@
1
- import w from "clsx";
2
- import { useFormikContext as z } from "formik";
3
- import D from "lodash/isEqual";
4
- import G from "lodash/isUndefined";
5
- import { forwardRef as H, useCallback as d, useEffect as W, useMemo as J } from "react";
1
+ import G from "clsx";
2
+ import { useFormikContext as H } from "formik";
3
+ import J from "lodash/isEqual";
4
+ import K from "lodash/isUndefined";
5
+ import { forwardRef as Q, useCallback as d, useEffect as k, useMemo as X } from "react";
6
6
  import { A as r } from "../../../../chunks/types.js";
7
- import { UpdateModeFieldWrapper as K } from "./components/update-mode-field-wrapper/update-mode-field-wrapper.js";
8
- import { editorFieldTypes as Q } from "./editor-field-types.js";
7
+ import { UpdateModeFieldWrapper as Y } from "./components/update-mode-field-wrapper/update-mode-field-wrapper.js";
8
+ import { editorFieldTypes as Z } from "./editor-field-types.js";
9
9
  import { s as u } from "../../../../chunks/utils2.js";
10
- import { jsx as l, jsxs as X } from "react/jsx-runtime";
11
- import { isConfidenceScoreNeedingReview as Y } from "../../utils/confidence-score/is-confidence-score-needing-review.js";
12
- import { AiSuggestionField as Z } from "./components/ai-suggestion-field/ai-suggestion-field.js";
13
- import { LowConfidenceSuggestionField as _ } from "./components/low-confidence-suggestion-field/low-confidence-suggestion-field.js";
14
- const pe = /* @__PURE__ */ H(({
10
+ import { jsx as l, jsxs as _ } from "react/jsx-runtime";
11
+ import { isConfidenceScoreNeedingReview as P } from "../../utils/confidence-score/is-confidence-score-needing-review.js";
12
+ import { AiSuggestionField as O } from "./components/ai-suggestion-field/ai-suggestion-field.js";
13
+ import { LowConfidenceSuggestionField as R } from "./components/low-confidence-suggestion-field/low-confidence-suggestion-field.js";
14
+ const ge = /* @__PURE__ */ Q(({
15
15
  disableForm: h,
16
- portalElement: $,
16
+ portalElement: v,
17
17
  field: e,
18
- index: k,
19
- taxonomyOptionsFetcher: v,
20
- isExternallyOwned: N,
21
- isMultilevelTaxonomyFieldEnabled: V,
18
+ index: L,
19
+ taxonomyOptionsFetcher: $,
20
+ isExternallyOwned: C,
21
+ isMultilevelTaxonomyFieldEnabled: N,
22
22
  isConfidenceScoreReviewEnabled: n = !1
23
- }, F) => {
23
+ }, V) => {
24
24
  const {
25
25
  setFieldValue: t
26
- } = z(), m = e.aiSuggestionState || r.Initial, s = m === r.Pending, x = m === r.Applied, C = m === r.Initial, f = Q[e.type], {
26
+ } = H(), m = e.aiSuggestionState || r.Initial, s = m === r.Pending, F = m === r.Applied, x = m === r.Initial, f = Z[e.type], {
27
27
  aiSuggestion: i,
28
28
  aiSuggestionConfidenceScore: A,
29
29
  type: g,
30
30
  value: a
31
- } = e, P = f && !e.hidden, L = !G(e.updateMode), o = `metadata.fields[${k}]`, U = e.type === "taxonomy" && e.optionsRules?.multiSelect, M = n && !!e.confidenceScore && Y(e.confidenceScore), j = w({
32
- [u.suggestionApplied]: x,
31
+ } = e, U = f && !e.hidden, j = !K(e.updateMode), o = `metadata.fields[${L}]`, T = e.type === "taxonomy" && e.optionsRules?.multiSelect, M = n && !!e.confidenceScore, I = M && P(e.confidenceScore), q = M && !s && !P(e.confidenceScore), B = G({
32
+ [u.aiApproved]: F || q,
33
33
  [u.hasSuggestion]: s,
34
- [u.hasConfidenceReview]: !s && M,
34
+ [u.hasConfidenceReview]: !s && I,
35
35
  [u.dateField]: g === "date"
36
36
  }), p = d((c) => {
37
37
  t(`${o}.aiSuggestionState`, c);
@@ -39,58 +39,58 @@ const pe = /* @__PURE__ */ H(({
39
39
  t(`${o}.value`, c), p(r.Applied), n && (t(`${o}.confidenceScore`, A), t(`${o}.aiSuggestionConfidenceScore`, void 0));
40
40
  }, [o, t, p, A, n]), y = d(() => {
41
41
  p(r.Initial), t(`${o}.aiSuggestion`, void 0), n && t(`${o}.aiSuggestionConfidenceScore`, void 0);
42
- }, [p, t, o, n]), T = d(() => {
42
+ }, [p, t, o, n]), w = d(() => {
43
43
  t(`${o}.confidenceScore.isAccepted`, !0);
44
- }, [o, t]), q = d(() => {
44
+ }, [o, t]), z = d(() => {
45
45
  const c = g === "multiSelect" || g === "taxonomy" ? [] : "";
46
46
  t(`${o}.value`, c), t(`${o}.confidenceScore`, void 0);
47
- }, [o, t, g]), I = d(() => {
47
+ }, [o, t, g]), W = d(() => {
48
48
  y(), n && e.confidenceScore && t(`${o}.confidenceScore`, void 0);
49
49
  }, [y, n, e.confidenceScore, t, o]);
50
- W(() => {
50
+ k(() => {
51
51
  s && (!a || Array.isArray(a) && a.length === 0) && S(i);
52
- }, [i, s, S]), W(() => {
53
- C && i && p(r.Pending);
54
- }, [C, i, p]);
55
- const B = J(() => i ? D(a, i) : !1, [i, a]);
56
- return P ? L ? /* @__PURE__ */ l(K, {
52
+ }, [i, s, S]), k(() => {
53
+ x && i && p(r.Pending);
54
+ }, [x, i, p]);
55
+ const D = X(() => i ? J(a, i) : !1, [i, a]);
56
+ return U ? j ? /* @__PURE__ */ l(Y, {
57
57
  fieldNamePrefix: o,
58
58
  fieldType: e.type,
59
- isTaxonomyMultiSelect: U,
59
+ isTaxonomyMultiSelect: T,
60
60
  children: /* @__PURE__ */ l(f, {
61
- ref: F,
61
+ ref: V,
62
62
  description: e.description,
63
63
  disableForm: h,
64
64
  fieldNamePrefix: o,
65
65
  isAiSuggestionApplied: !1,
66
- isExternallyOwned: N,
67
- isMultilevelTaxonomyFieldEnabled: V,
66
+ isExternallyOwned: C,
67
+ isMultilevelTaxonomyFieldEnabled: N,
68
68
  label: e.displayName,
69
69
  levels: e.levels,
70
- onValueEdited: I,
71
- portalElement: $,
72
- taxonomyOptionsFetcher: v
70
+ onValueEdited: W,
71
+ portalElement: v,
72
+ taxonomyOptionsFetcher: $
73
73
  })
74
- }, e.key) : /* @__PURE__ */ X("div", {
74
+ }, e.key) : /* @__PURE__ */ _("div", {
75
75
  className: u.fieldWrapper,
76
76
  children: [/* @__PURE__ */ l(f, {
77
- ref: F,
78
- className: j,
77
+ ref: V,
78
+ className: B,
79
79
  description: e.description,
80
80
  disableForm: h,
81
81
  fieldNamePrefix: o,
82
- isAiSuggestionApplied: x,
83
- isExternallyOwned: N,
82
+ isAiSuggestionApplied: F,
83
+ isExternallyOwned: C,
84
84
  confidenceScore: n && !s ? e.confidenceScore : void 0,
85
- isMultilevelTaxonomyFieldEnabled: V,
85
+ isMultilevelTaxonomyFieldEnabled: N,
86
86
  label: e.displayName,
87
- onValueEdited: I,
88
- portalElement: $,
89
- taxonomyOptionsFetcher: v
90
- }), s && /* @__PURE__ */ l(Z, {
87
+ onValueEdited: W,
88
+ portalElement: v,
89
+ taxonomyOptionsFetcher: $
90
+ }), s && /* @__PURE__ */ l(O, {
91
91
  aiSuggestion: i,
92
92
  confidenceLevel: n ? A?.level : void 0,
93
- isSameValue: B,
93
+ isSameValue: D,
94
94
  onAiSuggestionAppend: () => {
95
95
  const c = [...new Set([a, i].flat().filter(Boolean))];
96
96
  S(c);
@@ -98,12 +98,12 @@ const pe = /* @__PURE__ */ H(({
98
98
  onAiSuggestionIgnore: y,
99
99
  onAiSuggestionReplace: () => S(i),
100
100
  type: g
101
- }), !s && M && /* @__PURE__ */ l(_, {
102
- onAccept: T,
103
- onClear: q
101
+ }), !s && I && /* @__PURE__ */ l(R, {
102
+ onAccept: w,
103
+ onClear: z
104
104
  })]
105
105
  }, e.key) : null;
106
106
  });
107
107
  export {
108
- pe as MetadataEditorFieldWrapper
108
+ ge as MetadataEditorFieldWrapper
109
109
  };
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "মান পরিষ্কার করুন",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI কম আত্মবিশ্বাস রিটার্ন করেছে",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "পর্যালোচনা প্রয়োজন",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "মেটাডেটা প্রয়োগ ও সম্পাদনা করতে আপনার আইটেম ব্রাউজ করুন বা অনুসন্ধান করুন",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "মেটাডেটা টেমপ্লেট প্রয়োগ করুন",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "কাস্টম মেটাডেটাতে নতুন অ্যাট্রিবিউট যোগ করুন",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = মান পর
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI কম আত্মবিশ্বাস রিটার্ন করেছে
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = পর্যালোচনা প্রয়োজন
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = মেটাডেটা প্রয়োগ ও সম্পাদনা করতে আপনার আইটেম ব্রাউজ করুন বা অনুসন্ধান করুন
197
199
  # Call to encourage user apply metadata templates
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Ryd værdi",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI returnerede lav tillid",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "Har brug for gennemgang",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "Gennemse eller søg efter dine genstande for at anvende og redigere metadata",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "Anvend metadata-skabeloner",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Tilføj ny attribut til brugerdefinerede metadata",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Ryd værdi
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI returnerede lav tillid
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = Har brug for gennemgang
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = Gennemse eller søg efter dine genstande for at anvende og redigere metadata
197
199
  # Call to encourage user apply metadata templates
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Wert löschen",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI hat ein niedriges Konfidenzniveau zurückgegeben",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "Überprüfung erforderlich",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "Durchsuchen Sie Ihre Elemente, um Metadaten anzuwenden und zu bearbeiten",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "Metadaten-Vorlagen anwenden",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Neues Attribut zu benutzerspezifischen Metadaten hinzufügen",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Wert löschen
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI hat ein niedriges Konfidenzniveau zurückgegeben
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = Überprüfung erforderlich
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = Durchsuchen Sie Ihre Elemente, um Metadaten anzuwenden und zu bearbeiten
197
199
  # Call to encourage user apply metadata templates
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Clear Value",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI returned low confidence",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "Needs review",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "Browse or search for your items to apply and edit metadata",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "Apply Metadata Templates",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Clear Value
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI returned low confidence
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = Needs review
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = Browse or search for your items to apply and edit metadata
197
199
  # Call to encourage user apply metadata templates
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Clear Value",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI returned low confidence",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "Needs review",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "Browse or search for your items to apply and edit metadata",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "Apply Metadata Templates",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Clear Value
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI returned low confidence
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = Needs review
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = Browse or search for your items to apply and edit metadata
197
199
  # Call to encourage user apply metadata templates
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Clear Value",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI returned low confidence",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "Needs review",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "Browse or search for your items to apply and edit metadata",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "Apply Metadata Templates",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Clear Value
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI returned low confidence
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = Needs review
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = Browse or search for your items to apply and edit metadata
197
199
  # Call to encourage user apply metadata templates
@@ -96,6 +96,7 @@ export default {
96
96
  "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Clear Value",
97
97
  "metadataEditor.lowConfidenceSuggestionField.description": "Box AI returned low confidence",
98
98
  "metadataEditor.lowConfidenceSuggestionField.needsReview": "Needs review",
99
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
99
100
  "metadataEditor.managerLevel.emptyState.body": "Browse or search for your items to apply and edit metadata",
100
101
  "metadataEditor.managerLevel.emptyState.heading": "Apply Metadata Templates",
101
102
  "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Clear Value
192
192
  metadataEditor.lowConfidenceSuggestionField.description = Box AI returned low confidence
193
193
  # Title shown for low confidence AI extraction that needs user review
194
194
  metadataEditor.lowConfidenceSuggestionField.needsReview = Needs review
195
+ # Aria label for the loading indicator shown while a review accept or clear action is processing
196
+ metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = Processing review action
195
197
  # Description how metadata can be added
196
198
  metadataEditor.managerLevel.emptyState.body = Browse or search for your items to apply and edit metadata
197
199
  # Call to encourage user apply metadata templates