passbolt-styleguide
Version:
Passbolt styleguide contains common styling assets used by the different sites, plugin, etc.
34 lines (32 loc) • 1.31 kB
JavaScript
/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 4.1.0
*/
export const uiActions = {
FOLDERS_USE: "Folders.use",
RESOURCES_IMPORT: "Resources.import",
RESOURCES_EXPORT: "Resources.export",
RESOURCES_SEE_ACTIVITIES: "Resources.seeActivities",
RESOURCES_SEE_COMMENTS: "Resources.seeComments",
SECRETS_PREVIEW: "Secrets.preview",
SECRETS_COPY: "Secrets.copy",
SHARE_VIEW_LIST: "Share.viewList",
TAGS_USE: "Tags.use",
USERS_VIEW_WORKSPACE: "Users.viewWorkspace",
MOBILE_TRANSFER: "Mobile.transfer",
DESKTOP_TRANSFER: "Desktop.transfer",
PROFIL_ACCOUNT_RECOVERY: "Profil.accountRecovery",
ADMINSTRATION_VIEW_WORKSPACE: "Administration.viewWorkspace",
DUO_CONFIGURATION: "Duo.configuration",
AVATAR_UPLOAD: "Avatar.upload",
SHARE_FOLDER: "Folders.share",
};