@box/metadata-editor 1.35.1 → 1.36.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.
@@ -1,91 +1,95 @@
1
- import { ComboboxWithApiTreeView as D, ComboboxWithApiPagination as _ } from "@box/combobox-with-api";
2
- import { useFormikContext as $, getIn as K, Field as j } from "formik";
3
- import { forwardRef as R, useCallback as S } from "react";
4
- import { useIntl as q } from "react-intl";
5
- import z from "../../../../messages.js";
6
- import { g as L } from "../../../../../../chunks/utils2.js";
7
- import { messages as B } from "../update-mode-field-wrapper/messages.js";
8
- import { MULTI_VALUE_DEFAULT_VALUE as G } from "../update-mode-field-wrapper/mulitple-values-utils.js";
1
+ import { Tooltip as $ } from "@box/blueprint-web";
2
+ import { ComboboxWithApiTreeView as K, ComboboxWithApiPagination as j } from "@box/combobox-with-api";
3
+ import { useFormikContext as R, getIn as S, Field as q } from "formik";
4
+ import { forwardRef as z, useCallback as B } from "react";
5
+ import { useIntl as G } from "react-intl";
6
+ import I from "../../../../messages.js";
7
+ import { g as k } from "../../../../../../chunks/utils2.js";
8
+ import { messages as H } from "../update-mode-field-wrapper/messages.js";
9
+ import { MULTI_VALUE_DEFAULT_VALUE as J } from "../update-mode-field-wrapper/mulitple-values-utils.js";
9
10
  import { jsx as t } from "react/jsx-runtime";
10
- const H = (a, l) => a === G ? l : a, oe = /* @__PURE__ */ R(({
11
- description: a,
11
+ const O = (o, l) => o === J ? l : o, re = /* @__PURE__ */ z(({
12
+ description: o,
12
13
  disableForm: l,
13
- isAiSuggestionApplied: i,
14
- fieldNamePrefix: n,
14
+ isAiSuggestionApplied: s,
15
+ fieldNamePrefix: m,
15
16
  label: r,
16
- onValueEdited: M,
17
- portalElement: m,
17
+ onValueEdited: E,
18
+ portalElement: d,
18
19
  taxonomyOptionsFetcher: u,
19
- updateModePrefix: I,
20
- className: d,
21
- isExternallyOwned: k,
22
- isMultilevelTaxonomyFieldEnabled: E
23
- }, c) => {
20
+ updateModePrefix: P,
21
+ className: c,
22
+ isExternallyOwned: p,
23
+ isMultilevelTaxonomyFieldEnabled: U
24
+ }, h) => {
24
25
  const {
25
- formatMessage: p
26
- } = q(), b = `${I ?? n}.value`, {
27
- setFieldValue: P,
26
+ formatMessage: n
27
+ } = G(), b = `${P ?? m}.value`, {
28
+ setFieldValue: W,
28
29
  values: g
29
- } = $(), {
30
+ } = R(), {
30
31
  metadata: {
31
- templateKey: h,
32
- scope: V
32
+ templateKey: V,
33
+ scope: v
33
34
  }
34
- } = g, U = K(g, n), {
35
- key: v,
35
+ } = g, w = S(g, m), {
36
+ key: f,
36
37
  optionsRules: {
37
- multiSelect: s,
38
- selectableLevels: o
38
+ multiSelect: i,
39
+ selectableLevels: a
39
40
  },
40
- levels: W
41
- } = U, w = p(B.multipleValues), y = E && o?.some((e) => e > 1), f = l || k, x = S((e) => u(V, h, v, o?.[0], e), [v, V, o, u, h]), F = (e) => s || !e?.length ? p(z.taxonomyPlaceholder) : void 0, T = (e) => {
42
- P(b, e), M();
43
- };
44
- return /* @__PURE__ */ t("div", {
41
+ levels: D
42
+ } = w, _ = n(H.multipleValues), y = U && a?.some((e) => e > 1), x = l || p, T = B((e) => u(v, V, f, a?.[0], e), [f, v, a, u, V]), C = (e) => i || !e?.length ? n(I.taxonomyPlaceholder) : void 0, F = (e) => {
43
+ W(b, e), E();
44
+ }, A = /* @__PURE__ */ t("div", {
45
45
  "data-testid": `${r}-field`,
46
46
  onKeyDown: (e) => e.stopPropagation(),
47
47
  role: "presentation",
48
- children: /* @__PURE__ */ t(j, {
48
+ children: /* @__PURE__ */ t(q, {
49
49
  name: b,
50
50
  children: ({
51
51
  field: e
52
52
  }) => {
53
- const C = Array.isArray(e.value) ? e.value.map((A) => ({
54
- ...A,
55
- displayValue: H(A.displayValue, w)
53
+ const L = Array.isArray(e.value) ? e.value.map((M) => ({
54
+ ...M,
55
+ displayValue: O(M.displayValue, _)
56
56
  })) : e.value;
57
- return y ? /* @__PURE__ */ t(D, {
58
- ref: c,
59
- className: d,
57
+ return y ? /* @__PURE__ */ t(K, {
58
+ ref: h,
59
+ className: c,
60
60
  closeOnSelection: y,
61
61
  dataTargetId: "ComboboxWithApiTreeView-MetadataEditorTaxonomyField",
62
- defaultFetcher: x,
63
- disabled: f,
64
- label: L(r, a, i),
65
- levels: W,
66
- multiselect: s,
67
- onValueChange: T,
68
- placeholder: F(e.value),
69
- portalElement: m,
70
- selectableLevels: o,
71
- value: C
72
- }) : /* @__PURE__ */ t(_, {
73
- ref: c,
74
- className: d,
62
+ defaultFetcher: T,
63
+ disabled: x,
64
+ label: k(r, o, s),
65
+ levels: D,
66
+ multiselect: i,
67
+ onValueChange: F,
68
+ placeholder: C(e.value),
69
+ portalElement: d,
70
+ selectableLevels: a,
71
+ value: L
72
+ }) : /* @__PURE__ */ t(j, {
73
+ ref: h,
74
+ className: c,
75
75
  dataTargetId: "ComboboxWithApiPagination-MetadataEditorTaxonomyField",
76
- defaultFetcher: x,
77
- disabled: f,
78
- label: L(r, a, i),
79
- multiselect: s,
80
- onValueChange: T,
81
- placeholder: F(e.value),
82
- portalElement: m,
83
- value: C
76
+ defaultFetcher: T,
77
+ disabled: x,
78
+ label: k(r, o, s),
79
+ multiselect: i,
80
+ onValueChange: F,
81
+ placeholder: C(e.value),
82
+ portalElement: d,
83
+ value: L
84
84
  });
85
85
  }
86
86
  })
87
87
  });
88
+ return p ? /* @__PURE__ */ t($, {
89
+ content: n(I.taxonomyExternallyOwned),
90
+ children: A
91
+ }) : A;
88
92
  });
89
93
  export {
90
- oe as MetadataTaxonomyField
94
+ re as MetadataTaxonomyField
91
95
  };
@@ -91,6 +91,10 @@ const t = e({
91
91
  templateSelectorClose: {
92
92
  id: "groupSharedFeatures.metadataEditor.metadataTemplateSelector.close",
93
93
  defaultMessage: "Close"
94
+ },
95
+ taxonomyExternallyOwned: {
96
+ id: "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned",
97
+ defaultMessage: "Edit functionality for Taxonomy shared externally is not available"
94
98
  }
95
99
  }), d = e({
96
100
  autofillButtonTooltipGA: {
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "মান সেট করুন",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "পরবর্তী মাসে যান",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "পূর্ববর্তী মাসে যান",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "একটি বিকল্প নির্বাচন করুন",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "আপডেট মোড নির্বাচনকারী টগল করুন",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "এর সাথে",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Indstil værdi",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Skift til næste måned",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Skift til forrige måned",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Vælg en mulighed",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Slå valg af opdateringstilstand til eller fra",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Med",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Wert festlegen",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Zum nächsten Monat wechseln",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Zum vorherigen Monat wechseln",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Eine Option auswählen",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Wähler für Aktualisierungsmodus umschalten",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Mit",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Set Value",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Switch to next month",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Switch to previous month",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Select an option",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Toggle update mode selector",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "With",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Set Value",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Switch to next month",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Switch to previous month",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Select an option",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Toggle update mode selector",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "With",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Set Value",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Switch to next month",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Switch to previous month",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Select an option",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Toggle update mode selector",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "With",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Set Value",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Switch to next month",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Switch to previous month",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Select an option",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Toggle update mode selector",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "With",
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = Se
48
48
  groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Switch to next month
49
49
  # Aria label for switching to the previous month in the calendar
50
50
  groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Switch to previous month
51
+ # Tooltip text for a taxonomy field that is externally owned
52
+ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = Edit functionality for Taxonomy shared externally is not available
51
53
  # Placeholder text for selecting a taxonomy option
52
54
  groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Select an option
53
55
  # aria-label for an icon button that toggles visiblity of update mode slection radio control.
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Ѕёţ Vàļцέ 國國⟧",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Şŵīŧċн ţó ņє×τ mòпτн 國國國國國⟧",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Ѕŵîτċĥ ťö Ρřèνïōűѕ möйτħ 國國國國國國國⟧",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Şęľēçť åи õΡťìōή 國國國國⟧",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Ŧőĝġļè ûΡďäτè mōďέ śėĺεčτöѓ 國國國國國國國國⟧",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Ŵіτħ 國⟧",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Establecer un valor",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Cambiar al mes que viene",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Cambiar al mes anterior",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Seleccione una opción",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Alternar selector modo de actualización",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Con",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Establecer un valor",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Cambiar al mes que viene",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Cambiar al mes anterior",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Seleccione una opción",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Alternar selector modo de actualización",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Con",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Aseta arvo",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Vaihda seuraavaan kuukauteen",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Vaihda edelliseen kuukauteen",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Valitse vaihtoehto",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Vaihda päivityksen muodon valitsinta",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Korvaava syöte",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Définir la valeur",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Passer au mois suivant",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Passer au mois précédent",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Sélectionner une option",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Basculer le sélecteur de mode de mise à jour",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Avec",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Définir la valeur",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Passer au mois suivant",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Passer au mois précédent",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Sélectionner une option",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Basculer le sélecteur de mode de mise à jour",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Avec",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "वैल्यू सेट करें",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "अगले महीने में स्विच करें",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "पिछले महीने में स्विच करें",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "एक विकल्प चुनें",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "अपडेट मोड सेलेक्टर को टॉगल करें",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "इसके साथ",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Imposta valore",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Passa al mese successivo",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Passa al mese precedente",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Seleziona un'opzione",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Attiva/disattiva il selettore della modalità di aggiornamento",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Con",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "値を設定",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "翌月に切り替え",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "前月に切り替え",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "オプションを選択してください",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "更新モードセレクタの切り替え",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "置き換え後の値",
@@ -1 +1 @@
1
- [{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabelWithTemplateName","description":"Aria label for the autofill button with the template name","defaultMessage":"Autofill {templateName} with Box AI"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill with Box AI"}]
1
+ [{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned","description":"Tooltip text for a taxonomy field that is externally owned","defaultMessage":"Edit functionality for Taxonomy shared externally is not available"},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabelWithTemplateName","description":"Aria label for the autofill button with the template name","defaultMessage":"Autofill {templateName} with Box AI"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill with Box AI"}]
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "값 설정",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "다음 달로 전환",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "이전 달로 전환",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "옵션 선택",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "업데이트 모드 선택기 토글",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "포함",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Angi verdi",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Bytt til neste måned",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Bytt til forrige måned",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Velg et alternativ",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Veksle mellom valg av oppdateringsmodus",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Med",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Waarde instellen",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Overschakelen naar volgende maand",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Overschakelen naar vorige maand",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Selecteer een optie",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Selectie voor updatemodus aan-/uitschakelen",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Met",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Ustaw wartość",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Przełącz na następny miesiąc",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Przełącz na poprzedni miesiąc",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Wybierz opcję",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Przełącz selektor trybu aktualizacji",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Z",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Definir valor",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Mudar para o próximo mês",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Mudar para o mês anterior",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Selecione uma opção",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Alternar seletor de modo de atualização",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Com",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Установить значение",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Перейти на следующий месяц",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Перейти на предыдущий месяц",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Выберите вариант",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Переключение выбора режима обновления",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "на",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Ange värde",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Byt till nästa månad",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Byt till föregående månad",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Välj ett alternativ",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Växla väljare för uppdateringsläge",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Med",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Değeri Ayarla",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Bir sonraki aya geçin",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Bir önceki aya geçin",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Bir seçenek belirleyin",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Güncelleme modu seçicisini aç / kapat",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Birlikte Olduğu Öğe",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "设置数值",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "切换到下一个月",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "切换到上一个月",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "选择一个选项",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "切换更新模式选择器",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "具有",
@@ -24,6 +24,7 @@ export default {
24
24
  "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "設定值",
25
25
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "切換至下個月",
26
26
  "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "切換至上個月",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
27
28
  "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "請選擇一個選項",
28
29
  "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "切換更新模式選擇器",
29
30
  "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "換成",
@@ -114,6 +114,11 @@ declare const messages: {
114
114
  description: string;
115
115
  id: string;
116
116
  };
117
+ taxonomyExternallyOwned: {
118
+ defaultMessage: string;
119
+ description: string;
120
+ id: string;
121
+ };
117
122
  };
118
123
  export declare const autofillMessages: {
119
124
  autofillButtonTooltipGA: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "1.35.1",
3
+ "version": "1.36.0",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/box-ai-agent-selector": "^1.30.1",