@box/metadata-editor 0.109.7 → 0.110.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.
Files changed (87) hide show
  1. package/dist/chunks/metadata-instance-form-card-wrapper.js +32 -30
  2. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.js +1 -1
  3. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +70 -68
  4. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +14 -14
  5. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +100 -56
  6. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +24 -22
  7. package/dist/esm/lib/components/metadata-instance-list/metadata-instance-list.js +10 -8
  8. package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +29 -27
  9. package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +2 -14
  10. package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +46 -40
  11. package/dist/esm/lib/constants.js +13 -2
  12. package/dist/esm/lib/messages.js +18 -0
  13. package/dist/esm/lib/utils/utils.js +7 -5
  14. package/dist/i18n/bn-IN.js +17 -10
  15. package/dist/i18n/bn-IN.properties +5 -1
  16. package/dist/i18n/da-DK.js +17 -10
  17. package/dist/i18n/da-DK.properties +5 -1
  18. package/dist/i18n/de-DE.js +17 -10
  19. package/dist/i18n/de-DE.properties +5 -1
  20. package/dist/i18n/en-AU.js +15 -8
  21. package/dist/i18n/en-AU.properties +5 -1
  22. package/dist/i18n/en-CA.js +15 -8
  23. package/dist/i18n/en-CA.properties +5 -1
  24. package/dist/i18n/en-GB.js +15 -8
  25. package/dist/i18n/en-GB.properties +5 -1
  26. package/dist/i18n/en-US.js +7 -6
  27. package/dist/i18n/en-US.properties +14 -12
  28. package/dist/i18n/en-x-pseudo.js +132 -125
  29. package/dist/i18n/en-x-pseudo.properties +127 -123
  30. package/dist/i18n/es-419.js +17 -10
  31. package/dist/i18n/es-419.properties +5 -1
  32. package/dist/i18n/es-ES.js +17 -10
  33. package/dist/i18n/es-ES.properties +5 -1
  34. package/dist/i18n/fi-FI.js +17 -10
  35. package/dist/i18n/fi-FI.properties +5 -1
  36. package/dist/i18n/fr-CA.js +17 -10
  37. package/dist/i18n/fr-CA.properties +5 -1
  38. package/dist/i18n/fr-FR.js +17 -10
  39. package/dist/i18n/fr-FR.properties +5 -1
  40. package/dist/i18n/hi-IN.js +17 -10
  41. package/dist/i18n/hi-IN.properties +5 -1
  42. package/dist/i18n/it-IT.js +17 -10
  43. package/dist/i18n/it-IT.properties +5 -1
  44. package/dist/i18n/ja-JP.js +17 -10
  45. package/dist/i18n/ja-JP.properties +5 -1
  46. package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.json +1 -1
  47. package/dist/i18n/json/src/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.json +1 -1
  48. package/dist/i18n/json/src/lib/messages.json +1 -1
  49. package/dist/i18n/ko-KR.js +17 -10
  50. package/dist/i18n/ko-KR.properties +5 -1
  51. package/dist/i18n/nb-NO.js +17 -10
  52. package/dist/i18n/nb-NO.properties +5 -1
  53. package/dist/i18n/nl-NL.js +17 -10
  54. package/dist/i18n/nl-NL.properties +5 -1
  55. package/dist/i18n/pl-PL.js +17 -10
  56. package/dist/i18n/pl-PL.properties +5 -1
  57. package/dist/i18n/pt-BR.js +17 -10
  58. package/dist/i18n/pt-BR.properties +5 -1
  59. package/dist/i18n/ru-RU.js +17 -10
  60. package/dist/i18n/ru-RU.properties +5 -1
  61. package/dist/i18n/sv-SE.js +17 -10
  62. package/dist/i18n/sv-SE.properties +5 -1
  63. package/dist/i18n/tr-TR.js +17 -10
  64. package/dist/i18n/tr-TR.properties +5 -1
  65. package/dist/i18n/zh-CN.js +17 -10
  66. package/dist/i18n/zh-CN.properties +5 -1
  67. package/dist/i18n/zh-TW.js +17 -10
  68. package/dist/i18n/zh-TW.properties +5 -1
  69. package/dist/styles/metadata-instance-form-autofill-button.css +1 -1
  70. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
  71. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.d.ts +4 -4
  72. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
  73. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +7 -1
  74. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
  75. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -0
  76. package/dist/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
  77. package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
  78. package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +1 -0
  79. package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.d.ts +0 -15
  80. package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
  81. package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/types.d.ts +1 -0
  82. package/dist/types/lib/components/metadata-instance-list/types.d.ts +1 -0
  83. package/dist/types/lib/constants.d.ts +12 -0
  84. package/dist/types/lib/messages.d.ts +22 -0
  85. package/dist/types/lib/types.d.ts +1 -0
  86. package/dist/types/lib/utils/utils.d.ts +3 -1
  87. package/package.json +3 -1
@@ -45,7 +45,11 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
48
- "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
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": "Confirm deletion of Metadata instance",
49
53
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
50
54
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
51
55
  "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion",
@@ -98,15 +102,15 @@ export default {
98
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Loading...",
99
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Save",
100
104
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofill",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
103
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
104
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
105
107
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
106
108
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
109
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
107
110
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the entire content, which might affect its answers.",
108
111
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
109
112
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
113
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
110
114
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
111
115
  "metadataEditor.unsavedChangesModal.closeLabel": "Close",
112
116
  "metadataEditor.unsavedChangesModal.continueEditingCTA": "Continue Editing",
@@ -114,9 +118,6 @@ export default {
114
118
  "metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
115
119
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
116
120
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
117
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
118
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
119
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
120
121
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
121
122
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
122
123
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit",
@@ -124,5 +125,11 @@ export default {
124
125
  "taxonomyAncestorStatusPill.errorAction": "Reload",
125
126
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
126
127
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
127
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
128
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
129
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
130
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
131
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
132
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
133
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
134
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI"
128
135
  }
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
93
  # Label informing how to confirm deletion of the template
94
- metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Select the checkbox to confirm deletion
94
+ metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
95
95
  # Paragraph asking user are they sure that they want to delete the template
96
96
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Are you sure you want to delete the "{templateName}" Metadata template, and all of its values from this file?
97
+ # Paragraph asking user are they sure that they want to delete the template
98
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Are you sure you want to delete the "{templateName}" Metadata instance, and its values?
97
99
  # Label informing how to confirm deletion of the template
98
100
  metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Type the Metadata Template's name to confirm deletion
99
101
  # Paragraph informing that data cannot be restored
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Once
102
104
  metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Cancel
103
105
  # CTA to confirm deletion of the template
104
106
  metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Confirm
107
+ # CTA to confirm deletion of the template
108
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Delete
105
109
  # Template named used when user created custom metadata template
106
110
  metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Custom Metadata
107
111
  # Aria label for Dismiss (x) button
@@ -45,7 +45,11 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
48
- "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
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": "Confirm deletion of Metadata instance",
49
53
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
50
54
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
51
55
  "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion",
@@ -98,15 +102,15 @@ export default {
98
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Loading...",
99
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Save",
100
104
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofill",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
103
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
104
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
105
107
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
106
108
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
109
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
107
110
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the entire content, which might affect its answers.",
108
111
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
109
112
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
113
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
110
114
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
111
115
  "metadataEditor.unsavedChangesModal.closeLabel": "Close",
112
116
  "metadataEditor.unsavedChangesModal.continueEditingCTA": "Continue Editing",
@@ -114,9 +118,6 @@ export default {
114
118
  "metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
115
119
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
116
120
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
117
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
118
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
119
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
120
121
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
121
122
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
122
123
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit",
@@ -124,5 +125,11 @@ export default {
124
125
  "taxonomyAncestorStatusPill.errorAction": "Reload",
125
126
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
126
127
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
127
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
128
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
129
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
130
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
131
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
132
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
133
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
134
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI"
128
135
  }
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
93
  # Label informing how to confirm deletion of the template
94
- metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Select the checkbox to confirm deletion
94
+ metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
95
95
  # Paragraph asking user are they sure that they want to delete the template
96
96
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Are you sure you want to delete the "{templateName}" Metadata template, and all of its values from this file?
97
+ # Paragraph asking user are they sure that they want to delete the template
98
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Are you sure you want to delete the "{templateName}" Metadata instance, and its values?
97
99
  # Label informing how to confirm deletion of the template
98
100
  metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Type the Metadata Template’s name to confirm deletion
99
101
  # Paragraph informing that data cannot be restored
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Once
102
104
  metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Cancel
103
105
  # CTA to confirm deletion of the template
104
106
  metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Confirm
107
+ # CTA to confirm deletion of the template
108
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Delete
105
109
  # Template named used when user created custom metadata template
106
110
  metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Custom Metadata
107
111
  # Aria label for Dismiss (x) button
@@ -45,7 +45,11 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
48
- "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
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": "Confirm deletion of Metadata instance",
49
53
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
50
54
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
51
55
  "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion",
@@ -98,15 +102,15 @@ export default {
98
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Loading...",
99
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Save",
100
104
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofill",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
103
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
104
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
105
107
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
106
108
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
109
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
107
110
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the entire content, which might affect its answers.",
108
111
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
109
112
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
113
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
110
114
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
111
115
  "metadataEditor.unsavedChangesModal.closeLabel": "Close",
112
116
  "metadataEditor.unsavedChangesModal.continueEditingCTA": "Continue Editing",
@@ -114,9 +118,6 @@ export default {
114
118
  "metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
115
119
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
116
120
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
117
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
118
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
119
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
120
121
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
121
122
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
122
123
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit",
@@ -124,5 +125,11 @@ export default {
124
125
  "taxonomyAncestorStatusPill.errorAction": "Reload",
125
126
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
126
127
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
127
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
128
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
129
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
130
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
131
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
132
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
133
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
134
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI"
128
135
  }
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
93
  # Label informing how to confirm deletion of the template
94
- metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Select the checkbox to confirm deletion
94
+ metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
95
95
  # Paragraph asking user are they sure that they want to delete the template
96
96
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Are you sure you want to delete the "{templateName}" Metadata template, and all of its values from this file?
97
+ # Paragraph asking user are they sure that they want to delete the template
98
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Are you sure you want to delete the "{templateName}" Metadata instance, and its values?
97
99
  # Label informing how to confirm deletion of the template
98
100
  metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Type the Metadata Template's name to confirm deletion
99
101
  # Paragraph informing that data cannot be restored
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Once
102
104
  metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Cancel
103
105
  # CTA to confirm deletion of the template
104
106
  metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Confirm
107
+ # CTA to confirm deletion of the template
108
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Delete
105
109
  # Template named used when user created custom metadata template
106
110
  metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Custom Metadata
107
111
  # Aria label for Dismiss (x) button
@@ -45,6 +45,10 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
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)",
48
52
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirm deletion of Metadata instance",
49
53
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
50
54
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
@@ -98,15 +102,15 @@ export default {
98
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Loading...",
99
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Save",
100
104
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofill",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autofill with Box AI",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
103
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
104
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
105
107
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
106
108
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
109
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
107
110
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the entire content, which might affect its answers.",
108
111
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
109
112
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
113
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
110
114
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
111
115
  "metadataEditor.unsavedChangesModal.closeLabel": "Close",
112
116
  "metadataEditor.unsavedChangesModal.continueEditingCTA": "Continue Editing",
@@ -114,9 +118,6 @@ export default {
114
118
  "metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
115
119
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
116
120
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
117
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
118
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI (Beta)",
119
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
120
121
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
121
122
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
122
123
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit",
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirm
90
90
  metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
+ # Aria label for the autofill button
94
+ metadataEditor.autofillButton.ariaLabel = Autofill {templateName} with Box AI
95
+ # Tooltip for the autofill button when using enhanced AI agent
96
+ metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
97
+ # Tooltip for the autofill button in GA
98
+ metadataEditor.autofillButton.tooltip.ga = Autofill with Box AI
99
+ # Tooltip for the autofill button when using standard AI agent
100
+ metadataEditor.autofillButton.tooltip.standard = Autofill with Box AI (Standard)
93
101
  # Label informing how to confirm deletion of the template
94
102
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
95
103
  # Paragraph asking user are they sure that they want to delete the template
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
196
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Save
197
205
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
198
206
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autofill
199
- # Aria label for the "Autofill" button.
200
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Autofill with Box AI
201
- # Tooltip text explaining that by clicking button user can autofill template using Box AI
202
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
203
- # Tooltip text explaining that by clicking button user can autofill template using Box AI
204
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Autofill with Box AI
207
+ # Aria label for the autofill dropdown trigger
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = See agent options.
205
209
  # Body for AI suggestions is in Beta notice to inform user to check responses before saving
206
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Please check responses before saving.
207
211
  # Header for AI suggestions is in Beta notice
208
212
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill is in Beta
209
213
  # Header with Custom Metadata template name
210
214
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Custom Metadata
215
+ # Text for the enhanced extract agent
216
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = Enhanced
211
217
  # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
212
218
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won’t be able to access the entire content, which might affect its answers.
213
219
  # Header for notice informing that text content is too large
214
220
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Content is too large
215
221
  # Aria label used to indicate that the button is currently loading.
216
222
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
223
+ # Text for the standard extract agent
224
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
217
225
  # Body for the unsaved changes modal
218
226
  metadataEditor.unsavedChangesModal.body = Metadata template(s) have unsaved changes. How would you like to proceed?
219
227
  # Label for close (x) button
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = Unsaved Changes
228
236
  metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Hide empty values
229
237
  # Call to action to show hidden empty values
230
238
  metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show empty values
231
- # Aria label for the autofill button
232
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
233
- # Tooltip text explaining that by clicking button user can autofill template using Box AI
234
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
235
- # Tooltip text explaining that by clicking button user can autofill template using Box AI
236
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Autofill with Box AI
237
239
  # Header with Custom Metadata template name
238
240
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
239
241
  # Aria label for the edit button