@box/metadata-editor 0.109.7 → 0.110.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/metadata-instance-form-card-wrapper.js +32 -30
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.js +1 -1
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +70 -68
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +14 -14
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +100 -56
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +24 -22
- package/dist/esm/lib/components/metadata-instance-list/metadata-instance-list.js +10 -8
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +29 -27
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +2 -14
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +46 -40
- package/dist/esm/lib/constants.js +13 -2
- package/dist/esm/lib/messages.js +18 -0
- package/dist/esm/lib/utils/utils.js +7 -5
- package/dist/i18n/bn-IN.js +17 -10
- package/dist/i18n/bn-IN.properties +5 -1
- package/dist/i18n/da-DK.js +17 -10
- package/dist/i18n/da-DK.properties +5 -1
- package/dist/i18n/de-DE.js +17 -10
- package/dist/i18n/de-DE.properties +5 -1
- package/dist/i18n/en-AU.js +15 -8
- package/dist/i18n/en-AU.properties +5 -1
- package/dist/i18n/en-CA.js +15 -8
- package/dist/i18n/en-CA.properties +5 -1
- package/dist/i18n/en-GB.js +15 -8
- package/dist/i18n/en-GB.properties +5 -1
- package/dist/i18n/en-US.js +7 -6
- package/dist/i18n/en-US.properties +14 -12
- package/dist/i18n/en-x-pseudo.js +132 -125
- package/dist/i18n/en-x-pseudo.properties +127 -123
- package/dist/i18n/es-419.js +17 -10
- package/dist/i18n/es-419.properties +5 -1
- package/dist/i18n/es-ES.js +17 -10
- package/dist/i18n/es-ES.properties +5 -1
- package/dist/i18n/fi-FI.js +17 -10
- package/dist/i18n/fi-FI.properties +5 -1
- package/dist/i18n/fr-CA.js +17 -10
- package/dist/i18n/fr-CA.properties +5 -1
- package/dist/i18n/fr-FR.js +17 -10
- package/dist/i18n/fr-FR.properties +5 -1
- package/dist/i18n/hi-IN.js +17 -10
- package/dist/i18n/hi-IN.properties +5 -1
- package/dist/i18n/it-IT.js +17 -10
- package/dist/i18n/it-IT.properties +5 -1
- package/dist/i18n/ja-JP.js +17 -10
- package/dist/i18n/ja-JP.properties +5 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.json +1 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.json +1 -1
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +17 -10
- package/dist/i18n/ko-KR.properties +5 -1
- package/dist/i18n/nb-NO.js +17 -10
- package/dist/i18n/nb-NO.properties +5 -1
- package/dist/i18n/nl-NL.js +17 -10
- package/dist/i18n/nl-NL.properties +5 -1
- package/dist/i18n/pl-PL.js +17 -10
- package/dist/i18n/pl-PL.properties +5 -1
- package/dist/i18n/pt-BR.js +17 -10
- package/dist/i18n/pt-BR.properties +5 -1
- package/dist/i18n/ru-RU.js +17 -10
- package/dist/i18n/ru-RU.properties +5 -1
- package/dist/i18n/sv-SE.js +17 -10
- package/dist/i18n/sv-SE.properties +5 -1
- package/dist/i18n/tr-TR.js +17 -10
- package/dist/i18n/tr-TR.properties +5 -1
- package/dist/i18n/zh-CN.js +17 -10
- package/dist/i18n/zh-CN.properties +5 -1
- package/dist/i18n/zh-TW.js +17 -10
- package/dist/i18n/zh-TW.properties +5 -1
- package/dist/styles/metadata-instance-form-autofill-button.css +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.d.ts +4 -4
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +7 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.d.ts +0 -15
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/types.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +12 -0
- package/dist/types/lib/messages.d.ts +22 -0
- package/dist/types/lib/types.d.ts +1 -0
- package/dist/types/lib/utils/utils.d.ts +3 -1
- package/package.json +6 -4
package/dist/i18n/sv-SE.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bekräfta",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorera",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI föreslår samma värde som ovan",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Bekräfta radering av metadatainstans",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Är du säker på att du vill radera metadatamallen \"{templateName}\" och alla dess värden från den här filen?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Är du säker på att du vill radera metadatainstansen \"{templateName}\" och dess värden?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv metadatamallens namn för att bekräfta radering",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "När de har raderats kan metadatavärden inte återställas.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekräfta",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Radera",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Anpassade metadata",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Avfärda",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Radera \"{templateName}\"",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Läser in...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Spara",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofyll",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill med Box AI (Beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofyll med Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Kontrollera svar innan du sparar.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill är i Beta",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Anpassade metadata",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI kan inte få tillgång till hela texten, vilket kan påverka svaren.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Innehållet är för stort",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Läser in...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Metadatamall(ar) har osparade ändringar. Hur vill du fortsätta?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Stäng",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Fortsätt redigera",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Osparade ändringar",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Dölj tomma värden",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Visa tomma värden",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofyll {templateName} med Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill med Box AI (Beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofyll med Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Anpassade metadata",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Redigera {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Redigera",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Ladda om",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fel",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Det gick inte att ladda information",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofyll med Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill med Box AI (Beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofyll med Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofyll {templateName} med Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill med Box AI (Beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofyll med Box AI"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignorera
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI föreslår samma värde som ovan
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Bekräfta radering av metadatainstans
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Är du säker på att du vill radera metadatamallen "{templateName}" och alla dess värden från den här filen?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Är du säker på att du vill radera metadatainstansen "{templateName}" och dess värden?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Skriv metadatamallens namn för att bekräfta radering
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = När
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Avbryt
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Bekräfta
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Radera
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Anpassade metadata
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/tr-TR.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Onayla",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Yoksay",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI yukarıdaki ile aynı değeri öneriyor",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Metadata örneğinin silinmesini onaylayın",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" Meta Veri şablonunu ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "“{templateName}” Metadata örneğini ve değerlerini silmek istediğinizden emin misiniz?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Silmeyi onaylamak için Meta Veri Şablonunun adını yazın",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Silindikten sonra Meta Veri değerleri geri yüklenemez.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "İptal Et",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Onayla",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Sil",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Özel Meta Veri",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Kapat",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" öğesini sil",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Yükleniyor...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Kaydet",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Otomatik doldurma",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI ile Otomatik Doldur (Beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Box AI ile otomatik olarak doldurun",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Lütfen kaydetmeden önce yanıtları kontrol edin.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Otomatik Doldurma Beta durumdadır",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Özel Meta Veri",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI tüm içeriğe erişim sağlayamayacaktır ve bu durum vereceği cevapları etkileyebilir.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "İçerik çok büyük",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Yükleniyor...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Meta veri şablonlarında kaydedilmemiş değişiklikler var. Nasıl ilerlemek istersiniz?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Kapat",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Düzenlemeye Devam Et",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Kaydedilmemiş Değişiklikler",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Boş değerleri gizle",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Boş değerleri göster",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI ile {templateName} şablonunu otomatik olarak doldurun",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI ile Otomatik Doldur (Beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Box AI ile otomatik olarak doldurun",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Özel Meta Veri",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} şablonunu düzenle",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Düzenle",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Yeniden yükle",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Hata",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Ayrıntılar yüklenemedi",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI ile otomatik olarak doldurun",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI ile Otomatik Doldur (Beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Box AI ile otomatik olarak doldurun",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI ile {templateName} şablonunu otomatik olarak doldurun",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI ile Otomatik Doldur (Beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Box AI ile otomatik olarak doldurun"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Yoksay
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI yukarıdaki ile aynı değeri öneriyor
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Metadata örneğinin silinmesini onaylayın
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" Meta Veri şablonunu ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = “{templateName}” Metadata örneğini ve değerlerini silmek istediğinizden emin misiniz?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Silmeyi onaylamak için Meta Veri Şablonunun adını yazın
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Silin
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = İptal Et
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Onayla
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Sil
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Özel Meta Veri
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/zh-CN.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "确认",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "忽略",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建议与上述相同的值",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "确认删除元数据实例",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "是否确定要删除 “{templateName}” 元数据模板及其此文件中的所有值?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "是否确定要删除“{templateName}”元数据实例及其值?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "键入元数据模板的名称以确认删除",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "元数据值一旦删除就无法恢复。",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "取消",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "确认",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "删除",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "自定义元数据",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "取消",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "删除 “{templateName}”",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "正在加载......",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "保存",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "自动填充",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "使用 Box AI(测试版)自动填充",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "使用 Box AI 自动填充",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "请在保存前检查响应。",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI 自动填充处于测试阶段",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "自定义元数据",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI 将无法访问整个内容,这可能会影响其答案。",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "内容过大",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "正在加载......",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "元数据模板有未保存的更改。 您希望如何继续?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "关闭",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "继续编辑",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "未保存的更改",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "隐藏空值",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "显示空值",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "使用 Box AI 自动填充 {templateName}",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "使用 Box AI(测试版)自动填充",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "使用 Box AI 自动填充",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "自定义元数据",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "编辑 {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "编辑",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "重新加载",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "错误",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "无法加载详细信息",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在加载..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在加载...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "使用 Box AI 自动填充",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "使用 Box AI(测试版)自动填充",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "使用 Box AI 自动填充",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "使用 Box AI 自动填充 {templateName}",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "使用 Box AI(测试版)自动填充",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "使用 Box AI 自动填充"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = 忽略
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI 建议与上述相同的值
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 确认删除元数据实例
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = 是否确定要删除 “{templateName}” 元数据模板及其此文件中的所有值?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = 是否确定要删除“{templateName}”元数据实例及其值?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 键入元数据模板的名称以确认删除
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = 元
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = 取消
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = 确认
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = 删除
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = 自定义元数据
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/zh-TW.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "略過",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建議與上方相同的值",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "確認刪除中繼資料執行個體",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "確定要刪除「{templateName}」中繼資料範本,以及此檔案中的所有值?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "是否確定要刪除「{templateName}」中繼資料執行個體及其值?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "輸入中繼資料範本的名稱以確認刪除",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "刪除後,中繼資料值將無法恢復。",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "取消",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "確認",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "刪除",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "自訂中繼資料",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "關閉",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "刪除「{templateName}」",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "載入中......",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "儲存",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "自動填充",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "使用 Box AI (測試版) 自動填充",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "使用 Box AI 自動填充",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "請在儲存之前檢查回應。",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI 自動填充為測試版",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "自訂中繼資料",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI 將無法存取完整內容,這可能會影響其答案。",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "內容太大",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "載入中......",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "中繼資料範本有未儲存的變更。 您想要如何繼續?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "關閉",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "繼續編輯",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "未儲存的變更",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "隱藏空值",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "顯示空值",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "使用 Box AI 自動填充 {templateName}",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "使用 Box AI (測試版) 自動填充",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "使用 Box AI 自動填充",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "自訂中繼資料",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "編輯 {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "編輯",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "重新載入",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "錯誤",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "載入詳細資料失敗",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在載入..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在載入...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "使用 Box AI 自動填充",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "使用 Box AI (測試版) 自動填充",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "使用 Box AI 自動填充",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "使用 Box AI 自動填充 {templateName}",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "使用 Box AI (測試版) 自動填充",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "使用 Box AI 自動填充"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = 略過
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI 建議與上方相同的值
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 確認刪除中繼資料執行個體
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = 確定要刪除「{templateName}」中繼資料範本,以及此檔案中的所有值?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = 是否確定要刪除「{templateName}」中繼資料執行個體及其值?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 輸入中繼資料範本的名稱以確認刪除
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = 刪
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = 取消
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = 確認
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = 刪除
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = 自訂中繼資料
|
107
111
|
# Aria label for Dismiss (x) button
|
@@ -1 +1 @@
|
|
1
|
-
.
|
1
|
+
._loadingIndicator_mk0hd_1{position:relative;display:flex;align-items:center;justify-content:center;width:var(--size-8);height:var(--size-8);margin:unset}._actionMenuItem_mk0hd_11{display:flex;gap:.75rem;align-items:center}
|
@@ -24,11 +24,13 @@ export type MetadataInstanceFormProps = {
|
|
24
24
|
taxonomyOptionsFetcher: TaxonomyOptionsFetcher;
|
25
25
|
customRef?: HTMLDivElement | null;
|
26
26
|
MetadataInstanceFormCustomWrapper?: React.ComponentType<MetadataInstanceFormWrapperProps<null>>;
|
27
|
+
isAdvancedExtractAgentEnabled?: boolean;
|
27
28
|
};
|
28
29
|
export type MetadataInstanceFormWrapperProps<T> = {
|
29
30
|
areAiSuggestionsAvailable: boolean;
|
30
31
|
children: React.ReactNode;
|
31
32
|
formValues: FormValues;
|
33
|
+
isAdvancedExtractAgentEnabled?: boolean;
|
32
34
|
isAiSuggestionsFeatureEnabled: boolean;
|
33
35
|
isBetaLanguageEnabled: boolean;
|
34
36
|
isLargeFile?: boolean;
|
@@ -4,22 +4,22 @@ declare const messages: {
|
|
4
4
|
description: string;
|
5
5
|
id: string;
|
6
6
|
};
|
7
|
-
|
7
|
+
loadingButtonAriaLabel: {
|
8
8
|
defaultMessage: string;
|
9
9
|
description: string;
|
10
10
|
id: string;
|
11
11
|
};
|
12
|
-
|
12
|
+
standardExtractAgent: {
|
13
13
|
defaultMessage: string;
|
14
14
|
description: string;
|
15
15
|
id: string;
|
16
16
|
};
|
17
|
-
|
17
|
+
enhancedExtractAgent: {
|
18
18
|
defaultMessage: string;
|
19
19
|
description: string;
|
20
20
|
id: string;
|
21
21
|
};
|
22
|
-
|
22
|
+
autofillDropdownTriggerAriaLabel: {
|
23
23
|
defaultMessage: string;
|
24
24
|
description: string;
|
25
25
|
id: string;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { MetadataInstanceFormAutofillButtonProps } from './types';
|
2
|
-
export declare const MetadataInstanceFormAutofillButton: ({ areAiSuggestionsAvailable, isBetaLanguageEnabled, isLoading, variant, onAutofill, }: MetadataInstanceFormAutofillButtonProps) => import("react/jsx-runtime").JSX.Element;
|
2
|
+
export declare const MetadataInstanceFormAutofillButton: ({ areAiSuggestionsAvailable, isBetaLanguageEnabled, isLoading, variant, isAdvancedExtractAgentEnabled, onAutofill, }: MetadataInstanceFormAutofillButtonProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,8 +1,14 @@
|
|
1
|
-
import { MetadataTemplateField, MetadataTemplateInstance } from '../../../../types';
|
1
|
+
import { MetadataTemplateField, MetadataTemplateInstance, StoredAgentType } from '../../../../types';
|
2
2
|
export type MetadataInstanceFormAutofillButtonProps = {
|
3
3
|
areAiSuggestionsAvailable: boolean;
|
4
4
|
isBetaLanguageEnabled: boolean;
|
5
5
|
isLoading: boolean;
|
6
|
+
isAdvancedExtractAgentEnabled?: boolean;
|
6
7
|
onAutofill?: (templateKey: MetadataTemplateInstance['templateKey'], scope: MetadataTemplateInstance['scope']) => Promise<MetadataTemplateField[]>;
|
7
8
|
variant?: 'secondary-button' | 'icon-button';
|
8
9
|
};
|
10
|
+
export type AutofillSplitButtonProps = {
|
11
|
+
onAgentChange: (agentType: StoredAgentType) => void;
|
12
|
+
isButtonDisabled: boolean;
|
13
|
+
onAutofill: () => void;
|
14
|
+
};
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { MetadataInstanceFormHeaderProps } from './types';
|
2
|
-
export declare const MetadataInstanceFormHeader: ({ areAiSuggestionsAvailable, hasSuggestions, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, isLargeFile, isLoading, templateName, onAutofill, }: MetadataInstanceFormHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
2
|
+
export declare const MetadataInstanceFormHeader: ({ areAiSuggestionsAvailable, hasSuggestions, isAdvancedExtractAgentEnabled, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, isLargeFile, isLoading, templateName, onAutofill, }: MetadataInstanceFormHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -2,6 +2,7 @@ import { MetadataTemplateField, MetadataTemplateInstance } from '../../../../typ
|
|
2
2
|
export type MetadataInstanceFormHeaderProps = {
|
3
3
|
areAiSuggestionsAvailable: boolean;
|
4
4
|
hasSuggestions: boolean;
|
5
|
+
isAdvancedExtractAgentEnabled?: boolean;
|
5
6
|
isAiSuggestionsFeatureEnabled: boolean;
|
6
7
|
isBetaLanguageEnabled: boolean;
|
7
8
|
isLargeFile: boolean;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { MetadataInstanceListProps } from './types';
|
2
|
-
export declare const MetadataInstanceList: ({ areAiSuggestionsAvailable, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, onEdit, templateInstances, taxonomyNodeFetcher, }: MetadataInstanceListProps) => import("react/jsx-runtime").JSX.Element;
|
2
|
+
export declare const MetadataInstanceList: ({ areAiSuggestionsAvailable, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, onEdit, templateInstances, taxonomyNodeFetcher, isAdvancedExtractAgentEnabled, }: MetadataInstanceListProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { MetadataInstanceProps } from './types';
|
2
|
-
export declare const MetadataInstance: ({ areAiSuggestionsAvailable, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, onEdit, templateInstance, taxonomyNodeFetcher, }: MetadataInstanceProps) => import("react/jsx-runtime").JSX.Element;
|
2
|
+
export declare const MetadataInstance: ({ areAiSuggestionsAvailable, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, onEdit, templateInstance, taxonomyNodeFetcher, isAdvancedExtractAgentEnabled, }: MetadataInstanceProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -4,21 +4,6 @@ declare const messages: {
|
|
4
4
|
description: string;
|
5
5
|
id: string;
|
6
6
|
};
|
7
|
-
autofillButtonTooltip: {
|
8
|
-
defaultMessage: string;
|
9
|
-
description: string;
|
10
|
-
id: string;
|
11
|
-
};
|
12
|
-
autofillButtonTooltipGA: {
|
13
|
-
defaultMessage: string;
|
14
|
-
description: string;
|
15
|
-
id: string;
|
16
|
-
};
|
17
|
-
autofillButtonAriaLabel: {
|
18
|
-
defaultMessage: string;
|
19
|
-
description: string;
|
20
|
-
id: string;
|
21
|
-
};
|
22
7
|
editButtonTooltip: {
|
23
8
|
defaultMessage: string;
|
24
9
|
description: string;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { MetadataInstanceHeaderProps } from './types';
|
2
|
-
export declare const MetadataInstanceHeader: ({ areAiSuggestionsAvailable, canEdit, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, onEdit, onAutofill, templateName, }: MetadataInstanceHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
2
|
+
export declare const MetadataInstanceHeader: ({ areAiSuggestionsAvailable, canEdit, isAiSuggestionsFeatureEnabled, isBetaLanguageEnabled, onEdit, onAutofill, templateName, isAdvancedExtractAgentEnabled, }: MetadataInstanceHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -4,6 +4,7 @@ export type MetadataInstanceListProps = {
|
|
4
4
|
areAiSuggestionsAvailable: boolean;
|
5
5
|
isAiSuggestionsFeatureEnabled: boolean;
|
6
6
|
isBetaLanguageEnabled: boolean;
|
7
|
+
isAdvancedExtractAgentEnabled?: boolean;
|
7
8
|
onEdit: (templateInstacne: MetadataTemplateInstance) => void;
|
8
9
|
templateInstances: MetadataTemplateInstance[];
|
9
10
|
taxonomyNodeFetcher: TaxonomyNodeFetcher;
|
@@ -1 +1,13 @@
|
|
1
|
+
import { StoredAgentType } from './types';
|
1
2
|
export declare const TEMPLATE_CUSTOM_PROPERTIES: "properties";
|
3
|
+
export declare const EXTRACT_AI_AGENT_LOCAL_STORAGE_KEY = "extractAgent";
|
4
|
+
export declare const EXTRACT_AGENTS_MAP: {
|
5
|
+
standard: {
|
6
|
+
agentType: StoredAgentType;
|
7
|
+
displayMsg: string;
|
8
|
+
};
|
9
|
+
enhanced: {
|
10
|
+
agentType: StoredAgentType;
|
11
|
+
displayMsg: string;
|
12
|
+
};
|
13
|
+
};
|
@@ -115,4 +115,26 @@ declare const messages: {
|
|
115
115
|
id: string;
|
116
116
|
};
|
117
117
|
};
|
118
|
+
export declare const autofillMessages: {
|
119
|
+
autofillButtonTooltipGA: {
|
120
|
+
defaultMessage: string;
|
121
|
+
description: string;
|
122
|
+
id: string;
|
123
|
+
};
|
124
|
+
autofillButtonTooltipStandard: {
|
125
|
+
defaultMessage: string;
|
126
|
+
description: string;
|
127
|
+
id: string;
|
128
|
+
};
|
129
|
+
autofillButtonTooltipEnhanced: {
|
130
|
+
defaultMessage: string;
|
131
|
+
description: string;
|
132
|
+
id: string;
|
133
|
+
};
|
134
|
+
autofillButtonAriaLabel: {
|
135
|
+
defaultMessage: string;
|
136
|
+
description: string;
|
137
|
+
id: string;
|
138
|
+
};
|
139
|
+
};
|
118
140
|
export default messages;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { Level } from '@box/combobox-with-api';
|
2
2
|
import { BaseOptionType } from './components/combobox-with-api-pagination/types';
|
3
3
|
export type { FormValues } from './components/metadata-instance-editor/types';
|
4
|
+
export type StoredAgentType = 'standard' | 'enhanced' | null;
|
4
5
|
export type MetadataEmptyStateProps = {
|
5
6
|
isBoxAiSuggestionsFeatureEnabled?: boolean;
|
6
7
|
isAnyEmptyValueHidden?: boolean;
|
@@ -1,4 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { IntlShape } from 'react-intl';
|
2
|
+
import { MetadataTemplate, MetadataTemplateInstance, StoredAgentType } from '../types';
|
2
3
|
export declare const getTemplateDisplayName: (template: MetadataTemplate | MetadataTemplateInstance, customMetadataName: string) => string;
|
3
4
|
export declare const hasHidden: (template: MetadataTemplate | MetadataTemplateInstance) => template is MetadataTemplate | MetadataTemplateInstance;
|
4
5
|
export declare const getVisibleTemplates: <T extends MetadataTemplateInstance[] | MetadataTemplate[]>(templates: T) => MetadataTemplateInstance[];
|
6
|
+
export declare const getTooltipContent: (isAdvancedExtractAgentEnabled: boolean, storedAgent: StoredAgentType, intl: IntlShape) => string;
|
package/package.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.110.1",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
|
+
"@box/box-ai-agent-selector": "^0.41.7",
|
6
7
|
"@box/blueprint-web": "^7.30.3",
|
7
8
|
"@box/blueprint-web-assets": "^4.21.0",
|
8
9
|
"@box/combobox-with-api": "^0.26.0",
|
@@ -14,10 +15,11 @@
|
|
14
15
|
},
|
15
16
|
"devDependencies": {
|
16
17
|
"@ariakit/react": "0.4.15",
|
18
|
+
"@box/box-ai-agent-selector": "^0.42.1",
|
17
19
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
18
|
-
"@box/blueprint-web": "^12.7.
|
19
|
-
"@box/blueprint-web-assets": "^4.
|
20
|
-
"@box/storybook-utils": "^0.13.
|
20
|
+
"@box/blueprint-web": "^12.7.2",
|
21
|
+
"@box/blueprint-web-assets": "^4.49.0",
|
22
|
+
"@box/storybook-utils": "^0.13.2",
|
21
23
|
"@testing-library/react": "^15.0.6",
|
22
24
|
"react": "^18.3.0",
|
23
25
|
"react-dom": "^18.3.0",
|