@box/unified-share-modal 0.45.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/LICENSE +379 -0
- package/README.md +57 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/lib/components/index.js +8 -0
- package/dist/esm/lib/components/remove-shared-link-modal/index.js +4 -0
- package/dist/esm/lib/components/remove-shared-link-modal/messages.js +30 -0
- package/dist/esm/lib/components/remove-shared-link-modal/remove-shared-link-modal.js +59 -0
- package/dist/esm/lib/components/shared-link-settings-modal/index.js +4 -0
- package/dist/esm/lib/components/shared-link-settings-modal/messages.js +106 -0
- package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +181 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +108 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +90 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/text-area-container.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.js +65 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +64 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +85 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/messages.js +38 -0
- package/dist/esm/lib/components/unified-share-form-modal/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/messages.js +50 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +98 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +86 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +19 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +144 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form-modal.js +72 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form.js +29 -0
- package/dist/esm/lib/constants.js +25 -0
- package/dist/esm/lib/contexts/index.js +9 -0
- package/dist/esm/lib/contexts/unified-share-form-context.js +40 -0
- package/dist/esm/lib/contexts/unified-share-modal-context.js +11 -0
- package/dist/esm/lib/hooks/index.js +12 -0
- package/dist/esm/lib/hooks/use-access-levels.js +51 -0
- package/dist/esm/lib/hooks/use-collaboration-form.js +70 -0
- package/dist/esm/lib/hooks/use-form-validation.js +31 -0
- package/dist/esm/lib/hooks/use-link-settings-form.js +60 -0
- package/dist/esm/lib/hooks/use-sharing-action.js +71 -0
- package/dist/esm/lib/messages.js +70 -0
- package/dist/esm/lib/store.js +30 -0
- package/dist/esm/lib/unified-share-modal.js +65 -0
- package/dist/esm/lib/utils/collaborator.js +26 -0
- package/dist/esm/lib/utils/date.js +14 -0
- package/dist/esm/lib/utils/event.js +14 -0
- package/dist/esm/lib/utils/index.js +19 -0
- package/dist/esm/lib/utils/permission.js +14 -0
- package/dist/esm/lib/utils/validation.js +5 -0
- package/dist/i18n/bn-IN.js +157 -0
- package/dist/i18n/bn-IN.properties +290 -0
- package/dist/i18n/da-DK.js +157 -0
- package/dist/i18n/da-DK.properties +290 -0
- package/dist/i18n/de-DE.js +157 -0
- package/dist/i18n/de-DE.properties +290 -0
- package/dist/i18n/en-AU.js +157 -0
- package/dist/i18n/en-AU.properties +290 -0
- package/dist/i18n/en-CA.js +157 -0
- package/dist/i18n/en-CA.properties +290 -0
- package/dist/i18n/en-GB.js +157 -0
- package/dist/i18n/en-GB.properties +290 -0
- package/dist/i18n/en-US.js +111 -0
- package/dist/i18n/en-US.properties +218 -0
- package/dist/i18n/en-x-pseudo.js +157 -0
- package/dist/i18n/en-x-pseudo.properties +290 -0
- package/dist/i18n/es-419.js +157 -0
- package/dist/i18n/es-419.properties +290 -0
- package/dist/i18n/es-ES.js +157 -0
- package/dist/i18n/es-ES.properties +290 -0
- package/dist/i18n/fi-FI.js +157 -0
- package/dist/i18n/fi-FI.properties +290 -0
- package/dist/i18n/fr-CA.js +157 -0
- package/dist/i18n/fr-CA.properties +290 -0
- package/dist/i18n/fr-FR.js +157 -0
- package/dist/i18n/fr-FR.properties +290 -0
- package/dist/i18n/hi-IN.js +157 -0
- package/dist/i18n/hi-IN.properties +290 -0
- package/dist/i18n/it-IT.js +157 -0
- package/dist/i18n/it-IT.properties +290 -0
- package/dist/i18n/ja-JP.js +157 -0
- package/dist/i18n/ja-JP.properties +290 -0
- package/dist/i18n/json/src/lib/components/remove-shared-link-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborators-view/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/messages.json +1 -0
- package/dist/i18n/ko-KR.js +157 -0
- package/dist/i18n/ko-KR.properties +290 -0
- package/dist/i18n/nb-NO.js +157 -0
- package/dist/i18n/nb-NO.properties +290 -0
- package/dist/i18n/nl-NL.js +157 -0
- package/dist/i18n/nl-NL.properties +290 -0
- package/dist/i18n/pl-PL.js +157 -0
- package/dist/i18n/pl-PL.properties +290 -0
- package/dist/i18n/pt-BR.js +157 -0
- package/dist/i18n/pt-BR.properties +290 -0
- package/dist/i18n/ru-RU.js +157 -0
- package/dist/i18n/ru-RU.properties +290 -0
- package/dist/i18n/sv-SE.js +157 -0
- package/dist/i18n/sv-SE.properties +290 -0
- package/dist/i18n/tr-TR.js +157 -0
- package/dist/i18n/tr-TR.properties +290 -0
- package/dist/i18n/zh-CN.js +157 -0
- package/dist/i18n/zh-CN.properties +290 -0
- package/dist/i18n/zh-TW.js +157 -0
- package/dist/i18n/zh-TW.properties +290 -0
- package/dist/styles/collaboration-role.css +1 -0
- package/dist/styles/collaboration-section.css +1 -0
- package/dist/styles/collaborator-avatar.css +1 -0
- package/dist/styles/collaborator-list-item.css +1 -0
- package/dist/styles/collaborators-view.css +1 -0
- package/dist/styles/remove-shared-link-modal.css +1 -0
- package/dist/styles/shared-link-access.css +1 -0
- package/dist/styles/shared-link-permission.css +1 -0
- package/dist/styles/shared-link-section.css +1 -0
- package/dist/styles/shared-link-settings-modal.css +1 -0
- package/dist/styles/shared-with-avatars.css +1 -0
- package/dist/styles/text-area-container.css +1 -0
- package/dist/styles/unified-share-form-modal.css +1 -0
- package/dist/styles/unified-share-form.css +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/lib/components/index.d.ts +3 -0
- package/dist/types/lib/components/remove-shared-link-modal/index.d.ts +1 -0
- package/dist/types/lib/components/remove-shared-link-modal/messages.d.ts +33 -0
- package/dist/types/lib/components/remove-shared-link-modal/remove-shared-link-modal.d.ts +5 -0
- package/dist/types/lib/components/remove-shared-link-modal/stories/shared.d.ts +3 -0
- package/dist/types/lib/components/shared-link-settings-modal/index.d.ts +1 -0
- package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +123 -0
- package/dist/types/lib/components/shared-link-settings-modal/shared-link-settings-modal.d.ts +5 -0
- package/dist/types/lib/components/shared-link-settings-modal/stories/shared.d.ts +36 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +108 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/text-area-container.d.ts +3 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.d.ts +8 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +5 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/messages.d.ts +43 -0
- package/dist/types/lib/components/unified-share-form-modal/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/messages.d.ts +58 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +118 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/stories/shared.d.ts +15 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form-modal.d.ts +9 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +7 -0
- package/dist/types/lib/contexts/index.d.ts +2 -0
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +25 -0
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +16 -0
- package/dist/types/lib/hooks/index.d.ts +5 -0
- package/dist/types/lib/hooks/use-access-levels.d.ts +6 -0
- package/dist/types/lib/hooks/use-collaboration-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-form-validation.d.ts +18 -0
- package/dist/types/lib/hooks/use-link-settings-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-sharing-action.d.ts +7 -0
- package/dist/types/lib/messages.d.ts +83 -0
- package/dist/types/lib/store.d.ts +21 -0
- package/dist/types/lib/stories/shared.d.ts +22 -0
- package/dist/types/lib/types.d.ts +387 -0
- package/dist/types/lib/unified-share-modal.d.ts +20 -0
- package/dist/types/lib/utils/collaborator.d.ts +8 -0
- package/dist/types/lib/utils/date.d.ts +3 -0
- package/dist/types/lib/utils/event.d.ts +13 -0
- package/dist/types/lib/utils/index.d.ts +5 -0
- package/dist/types/lib/utils/permission.d.ts +3 -0
- package/dist/types/lib/utils/validation.d.ts +2 -0
- package/package.json +54 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# Notification text when copying the shared link fails
|
|
2
|
+
groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
|
|
3
|
+
# Notification text when the shared link is successfully copied to clipboard when link is created
|
|
4
|
+
groupSharedFeatures.usm.autoCopySuccessNoticeText = 共用的連結已建立並複製到剪貼簿。
|
|
5
|
+
# Notification text when the shared link failed to be created
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = 無法建立共用連結。 請稍後再試一次。
|
|
7
|
+
# Notification text when the shared link is successfully created
|
|
8
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = 共用連結已建立
|
|
9
|
+
# Default error notification text rendered when API fails
|
|
10
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
|
|
11
|
+
# Notification text when the shared link failed to be removed
|
|
12
|
+
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = 無法移除共用連結。 請稍後再試一次。
|
|
13
|
+
# Notification text when the shared link is successfully removed
|
|
14
|
+
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = 已成功移除「{itemName}」的共用連結。
|
|
15
|
+
# Error message for the email field when email is not provided
|
|
16
|
+
groupSharedFeatures.usm.emailRequiredErrorMessage = 請輸入至少一個有效的電子郵件
|
|
17
|
+
# Icon label for the error notifications
|
|
18
|
+
groupSharedFeatures.usm.errorNoticeIcon = 錯誤
|
|
19
|
+
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
|
|
21
|
+
# Error message for the expiration date field when expiration date is not provided
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = 請選取日期
|
|
23
|
+
# Error message for the email field when email is invalid
|
|
24
|
+
groupSharedFeatures.usm.invalidEmailErrorMessage = 無效的電子郵件地址
|
|
25
|
+
# Close button aria label for the notifications
|
|
26
|
+
groupSharedFeatures.usm.noticeCloseLabel = 關閉
|
|
27
|
+
# Body text of the Remove Shared Link modal
|
|
28
|
+
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?
|
|
29
|
+
# Button text to cancel removing a shared link
|
|
30
|
+
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = 取消
|
|
31
|
+
# Aria label for the button to close the Remove Shared Link modal
|
|
32
|
+
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = 關閉
|
|
33
|
+
# Button aria label when the shared link is being removed
|
|
34
|
+
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = 載入中
|
|
35
|
+
# Button text to confirm removing a shared link
|
|
36
|
+
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = 好的
|
|
37
|
+
# Title of the Remove Shared Link modal
|
|
38
|
+
groupSharedFeatures.usm.removeSharedLinkModal.title = 移除共用的連結
|
|
39
|
+
# Button text to cancel updating the shared link settings
|
|
40
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = 取消
|
|
41
|
+
# Aria label for the button to close the Shared Link Settings modal
|
|
42
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = 關閉
|
|
43
|
+
# Label for the download settings toggle
|
|
44
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 允許擁有共用連結的使用者下載此項目
|
|
45
|
+
# Link to learn more about shared link settings
|
|
46
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = 深入瞭解共用的連結設定。
|
|
47
|
+
# Aria label for the calendar in the link expiration settings
|
|
48
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = 選取您的共用連結到期日期
|
|
49
|
+
# Aria label for the clear date picker button in the link expiration settings
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = 清除日期選擇工具
|
|
51
|
+
# Label for the date picker in the link expiration settings
|
|
52
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = 選取日期
|
|
53
|
+
# Aria label for the next month button in the link expiration settings
|
|
54
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = 切換至下個月
|
|
55
|
+
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = 開啟日曆
|
|
57
|
+
# Aria label for the previous month button in the link expiration settings
|
|
58
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = 切換至上個月
|
|
59
|
+
# Label for the link expiration toggle
|
|
60
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = 連結失效
|
|
61
|
+
# Button aria label when the shared link settings are being updated
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = 載入中
|
|
63
|
+
# Button text to confirm saving the shared link settings
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = 儲存
|
|
65
|
+
# subtitle of the Shared Link settings modal
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = 此內容可供您公司中任何有此連結的人使用,且可檢視或下載。{learnSharedLinkSettingsLink}
|
|
67
|
+
# Title of the Shared Link Settings modal
|
|
68
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.title = 共用的連結設定
|
|
69
|
+
# Text for the vanity domain settings warning
|
|
70
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = 在共用機密內容時不應使用自訂 URL。
|
|
71
|
+
# Label for the vanity name input
|
|
72
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = 自訂路徑
|
|
73
|
+
# Placeholder text for the vanity name input
|
|
74
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = 輸入自訂路徑 (12 或更多個字元)
|
|
75
|
+
# Text for the vanity name invalid error
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = 自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。
|
|
77
|
+
# Label for the vanity name toggle
|
|
78
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = 以自訂非私人 URL 廣泛發佈內容
|
|
79
|
+
# Label for the warning notification icon
|
|
80
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = 警告
|
|
81
|
+
# Icon label for the success notifications
|
|
82
|
+
groupSharedFeatures.usm.successNoticeIcon = 成功
|
|
83
|
+
# Aria label for the button to close the Unified Share Modal
|
|
84
|
+
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = 關閉
|
|
85
|
+
# Label for the role of a collaborator who co-owns the item
|
|
86
|
+
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = Co-owner
|
|
87
|
+
# Button text to cancel inviting collaborators to the file / folder
|
|
88
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = 取消
|
|
89
|
+
# Aria label for the button to clear the input field for selecting users
|
|
90
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = 清除
|
|
91
|
+
# Aria label for the button to close the Unified Share Modal
|
|
92
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = 關閉
|
|
93
|
+
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
94
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = 管理安全性、上傳、下載、預覽、共用、編輯和刪除
|
|
95
|
+
# Description for the collaboration role with "Editor" permissions to the item
|
|
96
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = 上傳、下載、預覽、共用和編輯
|
|
97
|
+
# Description for the collaboration role with "Editor" permissions to the folder
|
|
98
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = 上傳、下載、預覽、共用、編輯和刪除
|
|
99
|
+
# Label for the field to select users to email the shared link of the item
|
|
100
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = 透過電子郵件傳送共用的連結
|
|
101
|
+
# Label for the button to select the collaboration role of the new collaborator
|
|
102
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = 受邀身分為 {role}
|
|
103
|
+
# Label for the field to select users to collaborate with on an item
|
|
104
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = 邀請人員
|
|
105
|
+
# Placeholder for the field to select users to collaborate with on an item
|
|
106
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = 新增名稱或電子郵件地址
|
|
107
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
108
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = 載入中
|
|
109
|
+
# Description for the collaboration role with "Previewer" permissions to the item
|
|
110
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = Preview-only
|
|
111
|
+
# Description for the collaboration role with "Previewer Uploader" permissions to the item
|
|
112
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = 上傳和預覽
|
|
113
|
+
# Button text to invite collaborators to the file / folder
|
|
114
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = 傳送
|
|
115
|
+
# Aria label for the text field to include a message when sharing an item
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = 剩餘 {count} 個字元
|
|
117
|
+
# Label for the text field to include a message when sharing an item
|
|
118
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = 訊息 (非必填)
|
|
119
|
+
# Placeholder for the text field to include a message when sharing an item
|
|
120
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = 新增訊息
|
|
121
|
+
# Label for the button to view the list of collaborators shared with on the item
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = 與共用
|
|
123
|
+
# Description for the collaboration role with "Uploader" permissions to the item
|
|
124
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = Upload-only
|
|
125
|
+
# Description for the collaboration role with "Viewer" permissions to the item
|
|
126
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = 下載、預覽和共用
|
|
127
|
+
# Description for the collaboration role with "Viewer Uploader" permissions to the item
|
|
128
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = 上傳、下載、預覽、共用和編輯
|
|
129
|
+
# Aria label for the button to close the Unified Share Modal
|
|
130
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton = 關閉
|
|
131
|
+
# Button text to exit the view of collaborators shared with on the item
|
|
132
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton = 完成
|
|
133
|
+
# Label for the badge on the avatar of a collaborator who will lose access to the item
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge = 存取權限將於 {date}到期
|
|
135
|
+
# Aria label for the list of collaborators shared with on the item
|
|
136
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel = 共同作業者
|
|
137
|
+
# Link text to open the page to view and manage the full list of collaborators
|
|
138
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink = 管理全部
|
|
139
|
+
# Label for the column in the collaborators list for the name of the collaborator
|
|
140
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名稱
|
|
141
|
+
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
142
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 待確認
|
|
143
|
+
# Label for the column in the collaborators list for the role of the collaborator
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 角色
|
|
145
|
+
# Label for the role of a collaborator who can edit and delete the item
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = 編輯者
|
|
147
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = 載入中
|
|
149
|
+
# Label for the role of a collaborator who owns the item
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = 擁有者
|
|
151
|
+
# Label for the role of a collaborator who can preview the item
|
|
152
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = 預覽者
|
|
153
|
+
# Label for the role of a collaborator who can preview and upload to the item
|
|
154
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = 具預覽權限的上傳者
|
|
155
|
+
# Text inserted in the access level descriptions when the type of the item is a file
|
|
156
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = 檔案
|
|
157
|
+
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = 資料夾
|
|
159
|
+
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = 中樞
|
|
161
|
+
# Description for the access level where only invited users can access the item
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = 只有受邀的人員才能存取此 {item}
|
|
163
|
+
# Label for the access level where only invited users can access the item
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = 僅限受邀的人員
|
|
165
|
+
# Description for the access level where users in the company can access the item
|
|
166
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = 您公司中任何有此連結的任何人,或受邀共用此 {item} 的人員,都可以存取
|
|
167
|
+
# Label for the access level where users in the company can access the item
|
|
168
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = 公司人員
|
|
169
|
+
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = 基於安全原則,無法使用此選項
|
|
171
|
+
# Description for the access level where users in the enterprise can access the item
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = {enterprise} 有連結的任何人,或受邀共用此 {item} 的人員,都可以存取
|
|
173
|
+
# Label for the access level where users in the enterprise can access the item
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = {enterprise} 的人員
|
|
175
|
+
# Label for the icon button to indicate the shared link has an expiration date
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = 有效期限
|
|
177
|
+
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
178
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = 此連結將在 {expirationDate} 到期且無法存取
|
|
179
|
+
# Description for the access level where anyone with the URL can access the item
|
|
180
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = 公開供人員存取,不需要登入
|
|
181
|
+
# Label for the access level where anyone with the URL can access the item
|
|
182
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = 擁有連結的人員
|
|
183
|
+
# Label for the section to manage the shared link of the file / folder
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 共用連結
|
|
185
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = 共用的連結已建立並複製到剪貼簿。
|
|
187
|
+
# Aria label and tooltip for the icon button to email the shared link
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 傳送共用的連結
|
|
189
|
+
# Label for the button link to open the Shared Link Settings modal
|
|
190
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = 連結設定
|
|
191
|
+
# Label for the toggle to create and delete the shared link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = 共用的連結
|
|
193
|
+
# Tooltip on the disabled toggle to create a new shared link
|
|
194
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = 建立與複製連結
|
|
195
|
+
# Label for the text field of the URL for sharing the file / folder
|
|
196
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = 共用連結的 URL
|
|
197
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
198
|
+
groupSharedFeatures.usm.unifiedShareFormModal.title = 共用『{itemName}』
|
|
199
|
+
# Label for the role of a collaborator who can upload to the item
|
|
200
|
+
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = 上傳者
|
|
201
|
+
# Label for the role of a collaborator who can view the item
|
|
202
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = 檢視者
|
|
203
|
+
# Label for the role of a collaborator who can view and upload to the item
|
|
204
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = 具檢視權限的上傳者
|
|
205
|
+
# Notification text when the shared link settings are successfully saved
|
|
206
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 您的設定已成功儲存。
|
|
207
|
+
# Text for the vanity name invalid error
|
|
208
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = 自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。
|
|
209
|
+
# Error message for the vanity name field when custom URL is not provided
|
|
210
|
+
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = 請輸入自訂 URL
|
|
211
|
+
# Text displayed when email input is empty
|
|
212
|
+
groupSharedFeatures.usmV1.atLeastOneEmailRequired = 請輸入至少一個有效的電子郵件
|
|
213
|
+
# Cancel button text
|
|
214
|
+
groupSharedFeatures.usmV1.cancel = 取消
|
|
215
|
+
# Close button text to close the modal
|
|
216
|
+
groupSharedFeatures.usmV1.close = 關閉
|
|
217
|
+
# Label for the download settings toggle
|
|
218
|
+
groupSharedFeatures.usmV1.downloadSettingsToggleText = 允許擁有共用連結的使用者下載此項目
|
|
219
|
+
# Aria label for the email shared link button
|
|
220
|
+
groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = 電子郵件共用連結
|
|
221
|
+
# Label for the error notification type
|
|
222
|
+
groupSharedFeatures.usmV1.errorNoticeAriaLabel = 錯誤
|
|
223
|
+
# Text displayed when email input is invalid
|
|
224
|
+
groupSharedFeatures.usmV1.invalidEmail = 無效的電子郵件地址
|
|
225
|
+
# Label of the field where a user designates who to invite to collaborate on an item
|
|
226
|
+
groupSharedFeatures.usmV1.inviteFieldLabel = 邀請人員
|
|
227
|
+
# Placeholder text for the invite people combobox
|
|
228
|
+
groupSharedFeatures.usmV1.invitePeoplePlaceholder = 新增名稱或電子郵件地址
|
|
229
|
+
# Link to the learn more about shared link settings
|
|
230
|
+
groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = 深入瞭解共用的連結設定。
|
|
231
|
+
# Label for the link expiration toggle
|
|
232
|
+
groupSharedFeatures.usmV1.linkExpirationToggleText = 連結失效
|
|
233
|
+
# Text for the link settings button
|
|
234
|
+
groupSharedFeatures.usmV1.linkSettingsButtonText = 連結設定
|
|
235
|
+
# Aria label for loading state
|
|
236
|
+
groupSharedFeatures.usmV1.loadingAriaLabel = 正在載入
|
|
237
|
+
# Label for "Message" text box to email the shared Link
|
|
238
|
+
groupSharedFeatures.usmV1.message = 訊息 (非必填)
|
|
239
|
+
# Placeholder text for message section
|
|
240
|
+
groupSharedFeatures.usmV1.messageSelectorPlaceholder = 新增訊息
|
|
241
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
242
|
+
groupSharedFeatures.usmV1.modalTitle = 共用『{itemName}』
|
|
243
|
+
# Label for the close button in the notification
|
|
244
|
+
groupSharedFeatures.usmV1.noticeCloseAriaLabel = 關閉
|
|
245
|
+
# Okay button text
|
|
246
|
+
groupSharedFeatures.usmV1.okay = 好的
|
|
247
|
+
# Text for the notification when shared link removal fails
|
|
248
|
+
groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = 無法移除共用連結。 請稍後再試一次。
|
|
249
|
+
# Body text of the Remove Shared Link modal
|
|
250
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = 這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?
|
|
251
|
+
# Title of the Remove Shared Link modal
|
|
252
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalTitle = 移除共用的連結
|
|
253
|
+
# Text for the notification when shared link is removed
|
|
254
|
+
groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = 已成功移除「{itemName}」的共用連結。
|
|
255
|
+
# Send button text
|
|
256
|
+
groupSharedFeatures.usmV1.send = 傳送
|
|
257
|
+
# Aria label for send button when sending invites
|
|
258
|
+
groupSharedFeatures.usmV1.sendingInvites = 正在傳送邀請
|
|
259
|
+
# Subtitle of the Shared Link settings modal
|
|
260
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = 此內容可供您公司中任何有此連結的人使用,且可檢視或下載。{learnSharedLinkSettingsLink}
|
|
261
|
+
# Title of the Shared Link settings modal
|
|
262
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = 共用的連結設定
|
|
263
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
264
|
+
groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = 共用的連結已建立並複製到剪貼簿。
|
|
265
|
+
# Label for the copy input field
|
|
266
|
+
groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = 複製共享連結至剪貼簿
|
|
267
|
+
# Text for the notification when shared link is created
|
|
268
|
+
groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = 共用連結已建立
|
|
269
|
+
# Text for the notification when shared link creation fails
|
|
270
|
+
groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = 無法建立共用連結。 請稍後再試一次。
|
|
271
|
+
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
272
|
+
groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = 建立與複製連結
|
|
273
|
+
# Label for share link toggle
|
|
274
|
+
groupSharedFeatures.usmV1.sharedLinkToggleLabel = 共用連結
|
|
275
|
+
# Label for share link toggle
|
|
276
|
+
groupSharedFeatures.usmV1.sharedLinkToggleText = 共用的連結
|
|
277
|
+
# Label for the success notification type
|
|
278
|
+
groupSharedFeatures.usmV1.successNoticeAriaLabel = 成功
|
|
279
|
+
# Text for the vanity domain settings warning
|
|
280
|
+
groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = 在共用機密內容時不應使用自訂 URL。
|
|
281
|
+
# Label for the vanity name input
|
|
282
|
+
groupSharedFeatures.usmV1.vanityNameInputLabel = 虛名輸入
|
|
283
|
+
# Placeholder text for the vanity name input
|
|
284
|
+
groupSharedFeatures.usmV1.vanityNameInputPlaceholder = 輸入自訂路徑 (12 或更多個字元)
|
|
285
|
+
# Text for the vanity name invalid error
|
|
286
|
+
groupSharedFeatures.usmV1.vanityNameInvalidError = 自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。
|
|
287
|
+
# Label for the vanity name toggle
|
|
288
|
+
groupSharedFeatures.usmV1.vanityNameToggleText = 以自訂非私人 URL 廣泛發佈內容
|
|
289
|
+
# Label for the warning notification icon
|
|
290
|
+
groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = 警告圖示標籤
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_19dff_1{align-self:flex-start;margin-top:var(--space-3)}._container_19dff_1._overrides_19dff_5{min-height:unset;font-weight:var(--body-default-font-weight)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_19jv3_1{display:flex;flex-direction:column;gap:var(--space-4)}._label_19jv3_7{font-weight:var(--body-default-bold-font-weight);font-size:var(--body-default-bold-font-size);font-family:var(--body-default-bold-font-family);line-height:var(--body-default-bold-line-height);letter-spacing:var(--body-default-bold-letter-spacing);text-transform:var(--body-default-bold-text-case);text-decoration:var(--body-default-bold-text-decoration);display:block;margin-block-end:var(--space-2);padding:var(--space-1) 0;color:var(--text-text-on-light);overflow-wrap:break-word}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._avatar_1jpa6_1{flex-shrink:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._nameCell_1qrwh_1{display:flex;gap:var(--space-3);align-items:center}._nameDetails_1qrwh_7{display:flex;flex-direction:column;justify-content:space-evenly;height:var(--size-10)}._roleCell_1qrwh_14{text-align:right}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._manage_jjd85_1{display:flex;flex-direction:row-reverse;padding:var(--space-3) .625rem}._list_jjd85_7{position:relative}._list_jjd85_7:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;border:var(--border-1) solid var(--border-divider-border);border-radius:var(--radius-4);box-shadow:var(--innershadow-1);content:"";pointer-events:none}._scroll_jjd85_24{height:240px;overflow-y:auto;border-radius:var(--radius-4)}._header_jjd85_30{visibility:collapse}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._body_1eb8k_1._body_1eb8k_1{padding-top:0;padding-bottom:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_xhq4z_1._overrides_xhq4z_1{min-height:unset;font-weight:var(--body-default-font-weight)}._content_xhq4z_6{z-index:2147483646}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_1l4s8_1._overrides_1l4s8_1{min-height:unset;font-weight:var(--body-default-font-weight)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_cabqc_1{display:flex;flex-direction:column;gap:var(--space-3)}._toggle_cabqc_7{display:flex;gap:var(--space-2);align-items:center}._settings_cabqc_13{margin-left:auto;cursor:pointer}._copy_cabqc_18{display:flex;gap:var(--space-2)}._copy_cabqc_18>div:first-child{flex-grow:1}._access_cabqc_26{display:flex;flex-wrap:wrap;gap:var(--space-6)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._content_1wiic_1._content_1wiic_1{max-width:480px}._body_1wiic_5._body_1wiic_5{display:flex;flex-direction:column;gap:var(--space-4);padding-top:0;padding-bottom:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_ixnh3_1{display:flex;gap:var(--space-2);align-items:center;float:right;border-radius:var(--radius-2);outline:none;cursor:pointer}._container_ixnh3_1[aria-disabled=true]{opacity:.3;pointer-events:none}._container_ixnh3_1:focus-visible{box-shadow:0 0 0 var(--border-1, 1px) var(--background-background),0 0 0 var(--border-3) var(--outline-focus-on-light)}._avatars_ixnh3_18{display:flex;gap:var(--space-1);align-items:center}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._textArea_v76md_1 label{padding:var(--space-1) 0}._textCount_v76md_5{display:flex;justify-content:flex-end;margin-top:var(--space-1);padding:var(--space-1)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._body_1udrf_1._body_1udrf_1{position:relative;max-width:432px;padding-top:0;padding-bottom:var(--space-8)}._body_1udrf_1._body_1udrf_1:before{display:block;width:100vw;content:""}._body_1udrf_1._body_1udrf_1._hasFooter_1udrf_12{padding-bottom:0}._loading_1udrf_16{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;padding-bottom:var(--space-8);background-color:var(--gray-white)}@media (width > 374px){._content_1udrf_38{overflow:auto}}@media (width > 459px){div:has(>._content_1udrf_38){display:flex;padding:var(--space-8);overflow:auto}._content_1udrf_38{max-height:none;margin:auto}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_14pjb_1{display:flex;flex-direction:column}._container_14pjb_1 ._divider_14pjb_5{margin:var(--space-4) 0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/unified-share-modal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './remove-shared-link-modal';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const messages: {
|
|
2
|
+
title: {
|
|
3
|
+
defaultMessage: string;
|
|
4
|
+
description: string;
|
|
5
|
+
id: string;
|
|
6
|
+
};
|
|
7
|
+
bodyText: {
|
|
8
|
+
defaultMessage: string;
|
|
9
|
+
description: string;
|
|
10
|
+
id: string;
|
|
11
|
+
};
|
|
12
|
+
cancelButton: {
|
|
13
|
+
defaultMessage: string;
|
|
14
|
+
description: string;
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
closeButton: {
|
|
18
|
+
defaultMessage: string;
|
|
19
|
+
description: string;
|
|
20
|
+
id: string;
|
|
21
|
+
};
|
|
22
|
+
loadingLabel: {
|
|
23
|
+
defaultMessage: string;
|
|
24
|
+
description: string;
|
|
25
|
+
id: string;
|
|
26
|
+
};
|
|
27
|
+
okayButton: {
|
|
28
|
+
defaultMessage: string;
|
|
29
|
+
description: string;
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export default messages;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './shared-link-settings-modal';
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
declare const messages: {
|
|
2
|
+
title: {
|
|
3
|
+
defaultMessage: string;
|
|
4
|
+
description: string;
|
|
5
|
+
id: string;
|
|
6
|
+
};
|
|
7
|
+
subtitle: {
|
|
8
|
+
defaultMessage: string;
|
|
9
|
+
description: string;
|
|
10
|
+
id: string;
|
|
11
|
+
};
|
|
12
|
+
cancelButton: {
|
|
13
|
+
defaultMessage: string;
|
|
14
|
+
description: string;
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
closeButton: {
|
|
18
|
+
defaultMessage: string;
|
|
19
|
+
description: string;
|
|
20
|
+
id: string;
|
|
21
|
+
};
|
|
22
|
+
loadingLabel: {
|
|
23
|
+
defaultMessage: string;
|
|
24
|
+
description: string;
|
|
25
|
+
id: string;
|
|
26
|
+
};
|
|
27
|
+
saveButton: {
|
|
28
|
+
defaultMessage: string;
|
|
29
|
+
description: string;
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
learnSharedLinkSettingsLink: {
|
|
33
|
+
defaultMessage: string;
|
|
34
|
+
description: string;
|
|
35
|
+
id: string;
|
|
36
|
+
};
|
|
37
|
+
linkExpirationCalendarAriaLabel: {
|
|
38
|
+
defaultMessage: string;
|
|
39
|
+
description: string;
|
|
40
|
+
id: string;
|
|
41
|
+
};
|
|
42
|
+
linkExpirationClearDatePickerAriaLabel: {
|
|
43
|
+
defaultMessage: string;
|
|
44
|
+
description: string;
|
|
45
|
+
id: string;
|
|
46
|
+
};
|
|
47
|
+
linkExpirationNextMonthAriaLabel: {
|
|
48
|
+
defaultMessage: string;
|
|
49
|
+
description: string;
|
|
50
|
+
id: string;
|
|
51
|
+
};
|
|
52
|
+
linkExpirationOpenCalendarDropdownAriaLabel: {
|
|
53
|
+
defaultMessage: string;
|
|
54
|
+
description: string;
|
|
55
|
+
id: string;
|
|
56
|
+
};
|
|
57
|
+
linkExpirationPreviousMonthAriaLabel: {
|
|
58
|
+
defaultMessage: string;
|
|
59
|
+
description: string;
|
|
60
|
+
id: string;
|
|
61
|
+
};
|
|
62
|
+
linkExpirationDatePickerLabel: {
|
|
63
|
+
defaultMessage: string;
|
|
64
|
+
description: string;
|
|
65
|
+
id: string;
|
|
66
|
+
};
|
|
67
|
+
linkExpirationToggleText: {
|
|
68
|
+
defaultMessage: string;
|
|
69
|
+
description: string;
|
|
70
|
+
id: string;
|
|
71
|
+
};
|
|
72
|
+
vanityNameInvalidError: {
|
|
73
|
+
defaultMessage: string;
|
|
74
|
+
description: string;
|
|
75
|
+
id: string;
|
|
76
|
+
};
|
|
77
|
+
vanityNameToggleText: {
|
|
78
|
+
defaultMessage: string;
|
|
79
|
+
description: string;
|
|
80
|
+
id: string;
|
|
81
|
+
};
|
|
82
|
+
warningNoticeIconAriaLabel: {
|
|
83
|
+
defaultMessage: string;
|
|
84
|
+
description: string;
|
|
85
|
+
id: string;
|
|
86
|
+
};
|
|
87
|
+
vanityDomainSettingsWarningText: {
|
|
88
|
+
defaultMessage: string;
|
|
89
|
+
description: string;
|
|
90
|
+
id: string;
|
|
91
|
+
};
|
|
92
|
+
vanityNameInputLabel: {
|
|
93
|
+
defaultMessage: string;
|
|
94
|
+
description: string;
|
|
95
|
+
id: string;
|
|
96
|
+
};
|
|
97
|
+
vanityNameInputPlaceholder: {
|
|
98
|
+
defaultMessage: string;
|
|
99
|
+
description: string;
|
|
100
|
+
id: string;
|
|
101
|
+
};
|
|
102
|
+
downloadSettingsToggleText: {
|
|
103
|
+
defaultMessage: string;
|
|
104
|
+
description: string;
|
|
105
|
+
id: string;
|
|
106
|
+
};
|
|
107
|
+
passwordToggleText: {
|
|
108
|
+
defaultMessage: string;
|
|
109
|
+
description: string;
|
|
110
|
+
id: string;
|
|
111
|
+
};
|
|
112
|
+
passwordInputPlaceholder: {
|
|
113
|
+
defaultMessage: string;
|
|
114
|
+
description: string;
|
|
115
|
+
id: string;
|
|
116
|
+
};
|
|
117
|
+
passwordWarningText: {
|
|
118
|
+
defaultMessage: string;
|
|
119
|
+
description: string;
|
|
120
|
+
id: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export default messages;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { UnifiedShareModalContextValue } from '../../../contexts';
|
|
2
|
+
export declare const defaultContext: {
|
|
3
|
+
config: {
|
|
4
|
+
sharedLinkSettings: boolean;
|
|
5
|
+
collaboration?: boolean;
|
|
6
|
+
collaborationLimit?: number;
|
|
7
|
+
collaborationMessage?: boolean;
|
|
8
|
+
collaborationNotices?: import('react').ReactElement | import('react').ReactElement[];
|
|
9
|
+
collaborationRole?: boolean;
|
|
10
|
+
collaborators?: boolean;
|
|
11
|
+
collaboratorsLimit?: number;
|
|
12
|
+
collaboratorsManagement?: boolean;
|
|
13
|
+
notifications?: import('../../../types').NotificationType[];
|
|
14
|
+
sharedLink?: boolean;
|
|
15
|
+
sharedLinkAccess?: boolean;
|
|
16
|
+
sharedLinkAutoCopy?: boolean;
|
|
17
|
+
sharedLinkAutoCreate?: boolean;
|
|
18
|
+
sharedLinkEmail?: boolean;
|
|
19
|
+
sharedLinkPermission?: boolean;
|
|
20
|
+
};
|
|
21
|
+
sharedLink: import('../../../types').SharedLink;
|
|
22
|
+
children?: import('react').ReactElement;
|
|
23
|
+
collaborationRoles?: import('../../../types').CollaborationRole[];
|
|
24
|
+
collaborators?: import('../../../types').Collaborator[];
|
|
25
|
+
contactService?: import('../../../types').ContactService;
|
|
26
|
+
currentUser?: import('../../../types').User;
|
|
27
|
+
eventService?: import('../../../types').EventService;
|
|
28
|
+
isFetching?: boolean;
|
|
29
|
+
isOpen?: boolean;
|
|
30
|
+
isSubmitting?: boolean;
|
|
31
|
+
item: import('../../../types').Item;
|
|
32
|
+
onLoad?: () => Promise<void>;
|
|
33
|
+
onOpenChange?: (open: boolean) => void;
|
|
34
|
+
sharingService?: import('../../../types').SharingService;
|
|
35
|
+
};
|
|
36
|
+
export declare const SharedLinkSettingsModalTemplate: (props: UnifiedShareModalContextValue) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CollaborationRole(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CollaborationSection(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './collaboration-section';
|