@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.
- package/dist/chunks/field-action-bar.module.js +4 -3
- package/dist/chunks/utils2.js +26 -26
- package/dist/esm/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/low-confidence-suggestion-field.js +48 -29
- package/dist/esm/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/messages.js +6 -2
- package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +53 -53
- package/dist/i18n/bn-IN.js +1 -0
- package/dist/i18n/bn-IN.properties +2 -0
- package/dist/i18n/da-DK.js +1 -0
- package/dist/i18n/da-DK.properties +2 -0
- package/dist/i18n/de-DE.js +1 -0
- package/dist/i18n/de-DE.properties +2 -0
- package/dist/i18n/en-AU.js +1 -0
- package/dist/i18n/en-AU.properties +2 -0
- package/dist/i18n/en-CA.js +1 -0
- package/dist/i18n/en-CA.properties +2 -0
- package/dist/i18n/en-GB.js +1 -0
- package/dist/i18n/en-GB.properties +2 -0
- package/dist/i18n/en-US.js +1 -0
- package/dist/i18n/en-US.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +151 -150
- package/dist/i18n/en-x-pseudo.properties +152 -150
- package/dist/i18n/es-419.js +1 -0
- package/dist/i18n/es-419.properties +2 -0
- package/dist/i18n/es-ES.js +1 -0
- package/dist/i18n/es-ES.properties +2 -0
- package/dist/i18n/fi-FI.js +1 -0
- package/dist/i18n/fi-FI.properties +2 -0
- package/dist/i18n/fr-CA.js +1 -0
- package/dist/i18n/fr-CA.properties +2 -0
- package/dist/i18n/fr-FR.js +1 -0
- package/dist/i18n/fr-FR.properties +2 -0
- package/dist/i18n/hi-IN.js +1 -0
- package/dist/i18n/hi-IN.properties +2 -0
- package/dist/i18n/it-IT.js +1 -0
- package/dist/i18n/it-IT.properties +2 -0
- package/dist/i18n/ja-JP.js +1 -0
- package/dist/i18n/ja-JP.properties +2 -0
- package/dist/i18n/json/src/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/messages.json +1 -1
- package/dist/i18n/ko-KR.js +1 -0
- package/dist/i18n/ko-KR.properties +2 -0
- package/dist/i18n/nb-NO.js +1 -0
- package/dist/i18n/nb-NO.properties +2 -0
- package/dist/i18n/nl-NL.js +1 -0
- package/dist/i18n/nl-NL.properties +2 -0
- package/dist/i18n/pl-PL.js +1 -0
- package/dist/i18n/pl-PL.properties +2 -0
- package/dist/i18n/pt-BR.js +1 -0
- package/dist/i18n/pt-BR.properties +2 -0
- package/dist/i18n/ru-RU.js +1 -0
- package/dist/i18n/ru-RU.properties +2 -0
- package/dist/i18n/sv-SE.js +1 -0
- package/dist/i18n/sv-SE.properties +2 -0
- package/dist/i18n/tr-TR.js +1 -0
- package/dist/i18n/tr-TR.properties +2 -0
- package/dist/i18n/zh-CN.js +1 -0
- package/dist/i18n/zh-CN.properties +2 -0
- package/dist/i18n/zh-TW.js +1 -0
- package/dist/i18n/zh-TW.properties +2 -0
- package/dist/styles/field-action-bar.css +1 -1
- package/dist/styles/utils.css +1 -1
- package/dist/types/lib/components/metadata-editor-fields/components/low-confidence-suggestion-field/messages.d.ts +5 -0
- package/package.json +9 -9
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Effacer la valeu
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI a renvoyé un faible niveau de confiance
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Nécessite un avis
|
|
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 = Parcourez ou recherchez vos éléments à appliquer et à modifier des métadonnées
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Effacer la valeur",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI a renvoyé un faible niveau de confiance",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Nécessite un avis",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Parcourez ou recherchez vos éléments à appliquer et à modifier des métadonnées",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Appliquer des modèles de métadonnées",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Ajouter un nouvel attribut aux métadonnées personnalisées",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Effacer la valeu
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI a renvoyé un faible niveau de confiance
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Nécessite un avis
|
|
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 = Parcourez ou recherchez vos éléments à appliquer et à modifier des métadonnées
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -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
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Cancella valore",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI ha restituito un’affidabilità bassa",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Revisione necessaria",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Sfoglia o cerca i tuoi elementi da applicare e modifica i metadati",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Applica i modelli di metadati",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Aggiungi nuovo attributo ai metadati personalizzati",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Cancella valore
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI ha restituito un’affidabilità bassa
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Revisione necessaria
|
|
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 = Sfoglia o cerca i tuoi elementi da applicare e modifica i metadati
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"metadataEditor.lowConfidenceSuggestionField.needsReview","description":"Title shown for low confidence AI extraction that needs user review","defaultMessage":"Needs review"},{"id":"metadataEditor.lowConfidenceSuggestionField.description","description":"Description text explaining why the field needs review","defaultMessage":"Box AI returned low confidence"},{"id":"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip","description":"Tooltip for the button that accepts the low confidence value","defaultMessage":"Accept Value"},{"id":"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip","description":"Tooltip for the button that clears the field value and confidence score","defaultMessage":"Clear Value"},{"id":"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel","description":"Aria label for the button that accepts the low confidence AI-extracted value","defaultMessage":"Accept extracted value"},{"id":"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel","description":"Aria label for the button that clears the AI-extracted value and confidence score","defaultMessage":"Clear extracted value"}]
|
|
1
|
+
[{"id":"metadataEditor.lowConfidenceSuggestionField.needsReview","description":"Title shown for low confidence AI extraction that needs user review","defaultMessage":"Needs review"},{"id":"metadataEditor.lowConfidenceSuggestionField.description","description":"Description text explaining why the field needs review","defaultMessage":"Box AI returned low confidence"},{"id":"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip","description":"Tooltip for the button that accepts the low confidence value","defaultMessage":"Accept Value"},{"id":"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip","description":"Tooltip for the button that clears the field value and confidence score","defaultMessage":"Clear Value"},{"id":"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel","description":"Aria label for the button that accepts the low confidence AI-extracted value","defaultMessage":"Accept extracted value"},{"id":"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel","description":"Aria label for the button that clears the AI-extracted value and confidence score","defaultMessage":"Clear extracted value"},{"id":"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel","description":"Aria label for the loading indicator shown while a review accept or clear action is processing","defaultMessage":"Processing review action"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -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
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Fjern verdi",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI ga lav konfidens",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Trenger gjennomgang",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Bla gjennom eller søk etter elementer for å bruke og redigere metadata",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Bruk metadatamaler",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Legg til ny attributt til Custom Metadata",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Fjern verdi
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI ga lav konfidens
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Trenger gjennomgang
|
|
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 = Bla gjennom eller søk etter elementer for å bruke og redigere metadata
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Waarde wissen",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI heeft een laag betrouwbaarheidsniveau toegekend",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Controle vereist",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Blader door of zoek naar uw items om metagegevens toe te passen en te bewerken",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Metagegevensjablonen toepassen",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Nieuw kenmerk toevoegen aan aangepaste metagegevens",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Waarde wissen
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI heeft een laag betrouwbaarheidsniveau toegekend
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Controle vereist
|
|
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 = Blader door of zoek naar uw items om metagegevens toe te passen en te bewerken
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Wyczyść wartość",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI zgłosił niski poziom zaufania",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Wymaga przeglądu",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Przeglądaj lub wyszukaj elementy, aby zastosować i edytować metadane",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Zastosuj szablony metadanych",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Dodaj nowy atrybut do niestandardowych metadanych",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Wyczyść warto
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI zgłosił niski poziom zaufania
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Wymaga przeglądu
|
|
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 = Przeglądaj lub wyszukaj elementy, aby zastosować i edytować metadane
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Limpar valor",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "O Box AI retornou baixa confiança",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Precisa de revisão",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Navegue ou pesquise seus itens para aplicar e editar metadados",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Aplique modelos de metadados",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Adicionar novo atributo a metadados personalizados",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Limpar valor
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = O Box AI retornou baixa confiança
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Precisa de revisão
|
|
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 = Navegue ou pesquise seus itens para aplicar e editar metadados
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -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
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Rensa värde",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI returnerade låg konfidens",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Behöver granskas",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Bläddra eller sök efter dina objekt för att tillämpa och redigera metadata",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Tillämpa mallar för metadata",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Lägg till nytt attribut i Anpassade metadata",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Rensa värde
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI returnerade låg konfidens
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = Behöver granskas
|
|
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 = Bläddra eller sök efter dina objekt för att tillämpa och redigera metadata
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Değeri Temizle",
|
|
97
97
|
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI düşük güven düzeyi döndürdü",
|
|
98
98
|
"metadataEditor.lowConfidenceSuggestionField.needsReview": "İnceleme gerektiriyor",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
|
|
99
100
|
"metadataEditor.managerLevel.emptyState.body": "Meta verilerini uygulamak ve düzenlemek için öğelerinizi tarayın veya öğelerin içinde arama yapın",
|
|
100
101
|
"metadataEditor.managerLevel.emptyState.heading": "Meta Veri Şablonlarını Uygula",
|
|
101
102
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Özel Meta Veriye yeni öznitelik ekle",
|
|
@@ -192,6 +192,8 @@ metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Değeri Temizle
|
|
|
192
192
|
metadataEditor.lowConfidenceSuggestionField.description = Box AI düşük güven düzeyi döndürdü
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
194
|
metadataEditor.lowConfidenceSuggestionField.needsReview = İnceleme gerektiriyor
|
|
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 = Meta verilerini uygulamak ve düzenlemek için öğelerinizi tarayın veya öğelerin içinde arama yapın
|
|
197
199
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -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
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrapperGradient_9h730_1{background:linear-gradient(135deg,#fe03dc,#2784fa)}._wrapperGradient_9h730_1[data-modern=false]{border-radius:0 0 var(--radius-2) var(--radius-2)}._wrapperGradient_9h730_1[data-modern=true]{border-radius:0 0 var(--bp-radius-06) var(--bp-radius-06)}._wrapper_9h730_1{position:relative;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:var(--space-2) var(--space-3);background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent;border-radius:inherit;-webkit-user-select:none;user-select:none}._buttons_9h730_25{display:flex;gap:var(--space-1)}._loader_9h730_30{position:relative;display:flex;align-items:center;justify-content:center;min-width:var(--bp-size-060);min-height:var(--bp-size-060)}
|
package/dist/styles/utils.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._noAttributesText_1u4tq_2{text-align:center}._fieldWrapper_1u4tq_6{position:relative;isolation:isolate}._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>input,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>button,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>div[role=group]>div,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>div>div,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>div>input,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>input,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>button,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div[role=group]>div,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>div,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>input{border-bottom:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>input:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>button:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>div[role=group]>div:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>div>div:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11>div>input:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>input:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>button:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div[role=group]>div:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>div:not(:disabled,:focus-visible,._error_1u4tq_25):hover,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>input:not(:disabled,:focus-visible,._error_1u4tq_25):hover{border-bottom:none}._fieldWrapper_1u4tq_6 ._hasSuggestion_1u4tq_11 div[role=group]>div,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16 div[role=group]>div{margin-right:var(--bp-border-01);margin-left:var(--bp-border-01)}._fieldWrapper_1u4tq_6 ._dateField_1u4tq_44>div[role=group]>div{padding-inline:var(--bp-space-030)}._fieldWrapper_1u4tq_6 ._aiApproved_1u4tq_48>._comboboxContainer_1u4tq_48,._fieldWrapper_1u4tq_6 ._aiApproved_1u4tq_48>input,._fieldWrapper_1u4tq_6 ._aiApproved_1u4tq_48>button,._fieldWrapper_1u4tq_6 ._aiApproved_1u4tq_48>div[role=group]>div,._fieldWrapper_1u4tq_6 ._aiApproved_1u4tq_48>div>div,._fieldWrapper_1u4tq_6 ._aiApproved_1u4tq_48>div>input{box-sizing:border-box!important;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc,#2784fa)!important;background-clip:padding-box,border-box!important;background-origin:border-box!important;border:double var(--bp-border-01) transparent!important;outline:none;border-radius:var(--bp-radius-03)}._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>._comboboxContainer_1u4tq_48,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>input,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>button,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div[role=group]>div,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>div,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>input{box-sizing:border-box!important;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc,#2784fa)!important;background-clip:padding-box,border-box!important;background-origin:border-box!important;border:double var(--bp-border-01) transparent!important;outline:none;border-bottom:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;padding-top:var(--bp-border-01)!important}._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>input:focus-visible,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>button:focus-visible,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div[role=group]>div:focus-within,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>div:focus-within,._fieldWrapper_1u4tq_6 ._hasConfidenceReview_1u4tq_16>div>input:focus-visible{background:#fff!important;border-style:solid!important;border-width:.125rem!important;border-color:#2486fc!important;border-bottom:none!important;padding-top:0!important;outline:0}._labelWrapper_1u4tq_95{display:flex;align-items:baseline;justify-content:space-between;width:100%}._labelWrapper_1u4tq_95 ._labelText_1u4tq_101{flex:unset!important}._labelWrapper_1u4tq_95 ._labelTruncated_1u4tq_104{flex:0 1 auto!important;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._labelWrapper_1u4tq_95 ._labelIcon_1u4tq_111{flex-shrink:0;width:var(--bp-space-040);height:var(--bp-space-040);margin-inline:var(--bp-space-030)}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.56.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.15",
|
|
6
|
-
"@box/box-ai-agent-selector": "^1.38.
|
|
7
|
-
"@box/blueprint-web": "^13.
|
|
8
|
-
"@box/blueprint-web-assets": "^4.110.
|
|
9
|
-
"@box/combobox-with-api": "^1.41.
|
|
6
|
+
"@box/box-ai-agent-selector": "^1.38.42",
|
|
7
|
+
"@box/blueprint-web": "^13.10.0",
|
|
8
|
+
"@box/blueprint-web-assets": "^4.110.3",
|
|
9
|
+
"@box/combobox-with-api": "^1.41.43",
|
|
10
10
|
"formik": "^2.0.3",
|
|
11
11
|
"lodash": "^4.17.15",
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@ariakit/react": "0.4.15",
|
|
18
|
-
"@box/box-ai-agent-selector": "^1.38.
|
|
18
|
+
"@box/box-ai-agent-selector": "^1.38.42",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.5.7",
|
|
20
|
-
"@box/blueprint-web": "^13.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.110.
|
|
22
|
-
"@box/storybook-utils": "^0.16.
|
|
20
|
+
"@box/blueprint-web": "^13.10.0",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.110.3",
|
|
22
|
+
"@box/storybook-utils": "^0.16.89",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|