box-ui-elements 23.4.0-beta.32 → 23.4.0-beta.34

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 (70) hide show
  1. package/dist/explorer.js +1 -1
  2. package/dist/preview.js +1 -1
  3. package/dist/sidebar.js +1 -1
  4. package/es/elements/common/types/SidebarNavigation.js +4 -2
  5. package/es/elements/common/types/SidebarNavigation.js.flow +7 -4
  6. package/es/elements/common/types/SidebarNavigation.js.map +1 -1
  7. package/es/elements/content-preview/PreviewNavigation.js +65 -2
  8. package/es/elements/content-preview/PreviewNavigation.js.flow +86 -2
  9. package/es/elements/content-preview/PreviewNavigation.js.map +1 -1
  10. package/es/elements/content-sidebar/ActivitySidebar.js +39 -7
  11. package/es/elements/content-sidebar/ActivitySidebar.js.flow +42 -6
  12. package/es/elements/content-sidebar/ActivitySidebar.js.map +1 -1
  13. package/es/src/elements/common/types/SidebarNavigation.d.ts +10 -4
  14. package/i18n/bn-IN.js +2 -2
  15. package/i18n/bn-IN.properties +8 -0
  16. package/i18n/da-DK.js +2 -2
  17. package/i18n/da-DK.properties +8 -0
  18. package/i18n/de-DE.js +2 -2
  19. package/i18n/de-DE.properties +8 -0
  20. package/i18n/en-AU.properties +8 -0
  21. package/i18n/en-CA.properties +8 -0
  22. package/i18n/en-GB.properties +8 -0
  23. package/i18n/en-x-pseudo.js +1020 -1020
  24. package/i18n/en-x-pseudo.properties +1024 -1016
  25. package/i18n/es-419.js +2 -2
  26. package/i18n/es-419.properties +8 -0
  27. package/i18n/es-ES.js +2 -2
  28. package/i18n/es-ES.properties +8 -0
  29. package/i18n/fi-FI.js +2 -2
  30. package/i18n/fi-FI.properties +8 -0
  31. package/i18n/fr-CA.js +2 -2
  32. package/i18n/fr-CA.properties +8 -0
  33. package/i18n/fr-FR.js +2 -2
  34. package/i18n/fr-FR.properties +8 -0
  35. package/i18n/hi-IN.js +2 -2
  36. package/i18n/hi-IN.properties +8 -0
  37. package/i18n/it-IT.js +2 -2
  38. package/i18n/it-IT.properties +8 -0
  39. package/i18n/ja-JP.properties +8 -0
  40. package/i18n/ko-KR.js +2 -2
  41. package/i18n/ko-KR.properties +8 -0
  42. package/i18n/nb-NO.js +2 -2
  43. package/i18n/nb-NO.properties +8 -0
  44. package/i18n/nl-NL.js +2 -2
  45. package/i18n/nl-NL.properties +8 -0
  46. package/i18n/pl-PL.js +2 -2
  47. package/i18n/pl-PL.properties +8 -0
  48. package/i18n/pt-BR.js +2 -2
  49. package/i18n/pt-BR.properties +8 -0
  50. package/i18n/ru-RU.js +2 -2
  51. package/i18n/ru-RU.properties +8 -0
  52. package/i18n/sv-SE.js +2 -2
  53. package/i18n/sv-SE.properties +8 -0
  54. package/i18n/tr-TR.js +2 -2
  55. package/i18n/tr-TR.properties +8 -0
  56. package/i18n/zh-CN.js +2 -2
  57. package/i18n/zh-CN.properties +8 -0
  58. package/i18n/zh-TW.js +2 -2
  59. package/i18n/zh-TW.properties +8 -0
  60. package/package.json +1 -1
  61. package/src/elements/common/types/SidebarNavigation.js.flow +7 -4
  62. package/src/elements/common/types/SidebarNavigation.ts +11 -3
  63. package/src/elements/content-preview/PreviewNavigation.js +86 -2
  64. package/src/elements/content-preview/__tests__/PreviewNavigation.test.js +202 -62
  65. package/src/elements/content-sidebar/ActivitySidebar.js +42 -6
  66. package/src/elements/content-sidebar/__tests__/ActivitySidebar.rtl.test.js +521 -0
  67. package/src/elements/content-sidebar/__tests__/ActivitySidebar.test.js +1 -123
  68. package/src/elements/content-sidebar/__tests__/AddTaskButton.test.js +6 -5
  69. package/src/elements/content-sidebar/versions/__tests__/StaticVersionSidebar.test.js +3 -5
  70. package/src/elements/content-preview/__tests__/__snapshots__/PreviewNavigation.test.js.snap +0 -361
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Cascade policy canno
1224
1224
  boxui.metadataInstanceEditor.cascadePolicyLearnMore = Learn more
1225
1225
  # Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
1226
1226
  boxui.metadataInstanceEditor.cascadePolicyModeQuestion = In the case of conflicts when applying this template and its values to existing items, what would you like to do? This is a one time action.
1227
+ # Notice that explains that the cascade policy cannot be edited
1228
+ boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = This cascade policy cannot be edited. To modify it, deactivate the current policy and then re-enable it to set up a new one.
1229
+ # Aria label for the disabled cascade options information icon
1230
+ boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Disabled cascade options information
1227
1231
  # Label for radio button that selects overwrite mode for cascading policy
1228
1232
  boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Overwrite all existing template values
1229
1233
  # Label for radio button that selects skip mode for cascading policy
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Edit Metadata
1258
1262
  boxui.metadataInstanceEditor.enableAIAutofill = Box AI Autofill
1259
1263
  # Label for enable cascade policy toggle switch
1260
1264
  boxui.metadataInstanceEditor.enableCascadePolicy = Enable Cascade Policy
1265
+ # Name of the enhanced AI agent
1266
+ boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
1261
1267
  # Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
1262
1268
  boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Are you sure you want to delete this custom metadata and all of its values from this file?
1263
1269
  # Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Click 'Add' in the top righ
1284
1290
  boxui.metadataInstanceEditor.operationNotImmediate = This operation is not immediate and may take some time.
1285
1291
  # Label to remove a template
1286
1292
  boxui.metadataInstanceEditor.removeTemplate = Remove
1293
+ # Name of the standard AI agent
1294
+ boxui.metadataInstanceEditor.standardAgentName = Standard
1287
1295
  # Label to add a template
1288
1296
  boxui.metadataInstanceEditor.templateAdd = Add
1289
1297
  # Placeholder to search for all templates
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Cascade policy canno
1224
1224
  boxui.metadataInstanceEditor.cascadePolicyLearnMore = Learn more
1225
1225
  # Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
1226
1226
  boxui.metadataInstanceEditor.cascadePolicyModeQuestion = In the event of conflicts when applying this template and its values to existing items, what would you prefer to do? This is a one-time action.
1227
+ # Notice that explains that the cascade policy cannot be edited
1228
+ boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = This cascade policy cannot be edited. To modify it, deactivate the current policy and then re-enable it to set up a new one.
1229
+ # Aria label for the disabled cascade options information icon
1230
+ boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Disabled cascade options information
1227
1231
  # Label for radio button that selects overwrite mode for cascading policy
1228
1232
  boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Overwrite all existing template values
1229
1233
  # Label for radio button that selects skip mode for cascading policy
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Edit metadata
1258
1262
  boxui.metadataInstanceEditor.enableAIAutofill = Box AI Autofill
1259
1263
  # Label for enable cascade policy toggle switch
1260
1264
  boxui.metadataInstanceEditor.enableCascadePolicy = Enable Cascade Policy
1265
+ # Name of the enhanced AI agent
1266
+ boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
1261
1267
  # Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
1262
1268
  boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Are you sure you want to delete this custom metadata and all of its values from this file?
1263
1269
  # Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Click 'Add' in the top righ
1284
1290
  boxui.metadataInstanceEditor.operationNotImmediate = This operation is not immediate and may take some time.
1285
1291
  # Label to remove a template
1286
1292
  boxui.metadataInstanceEditor.removeTemplate = Remove
1293
+ # Name of the standard AI agent
1294
+ boxui.metadataInstanceEditor.standardAgentName = Standard
1287
1295
  # Label to add a template
1288
1296
  boxui.metadataInstanceEditor.templateAdd = Add
1289
1297
  # Placeholder to search for all templates