mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ADF-2432] permission display component - phase 1 * [ADF-2432] display permission table for node - phase 2 * [ADF-2432] fixed layout for display permissions * [ADF-2432] added test and documentation for permission display * [ADF-2432] fixed wrong rebase changes * [ADF-2432] created directive for add/remove inherited permissions * [ADF-2432] renamed folder and added inheriting directive * [ADF-2432] removed old documentation * [ADF-2432] added async to tests
ADF Content Services
Contains components related to Content Services. See the library's README file for more information about installing and using the source code.
Components
Name | Description | Source link |
---|---|---|
Breadcrumb component | Indicates the current position within a navigation hierarchy. | Source |
Dropdown breadcrumb component | Indicates the current position within a navigation hierarchy using a dropdown menu. | Source |
Content metadata component | Allows a user to display and edit metadata related to a node. | Source |
Content node selector panel component | Opens a Content Node Selector in its own dialog window. | Source |
Content node selector component | Allows a user to select items from a Content Services repository. | Source |
Content action component | Adds options to a Document List actions menu for a particular content type. | Source |
Document list component | Displays the documents from a repository. | Source |
Search control component | Displays a input text which shows find-as-you-type suggestions. | Source |
Search component | Searches items for supplied search terms. | Source |
Sites dropdown component | Displays a dropdown menu to show and interact with the sites of the current user. | Source |
Like component | Allows a user to add "likes" to an item. | Source |
Rating component | Allows a user to add ratings to an item. | Source |
Tag actions component | Shows available actions for tags. | Source |
Tag list component | Shows tags for an item. | Source |
Tag node list component | Shows tags for a node. | Source |
File uploading dialog component | Shows a dialog listing all the files uploaded with the Upload Button or Drag Area components. | Source |
Upload button component | Activates a file upload. | Source |
Upload drag area component | Adds a drag and drop area to upload files to Alfresco. | Source |
Version list component ![]() |
Displays the version history of a node in a Version Manager component | Source |
Version manager component ![]() |
Displays the version history of a node with the ability to upload a new version. | Source |
Webscript component | Provides access to Webscript features. | Source |
Upload version button component | Not currently documented | Source |
Directives
Name | Description | Source link |
---|---|---|
Node download directive | Allows folders and/or files to be downloaded. Multiple nodes are packed as a '.ZIP' archive. | Source |
Node share directive | Create and manage public shared links for files | Source |
Folder create directive | Allows folders to be created. | Source |
Folder edit directive | Allows folders to be edited. | Source |
File draggable directive | Provide drag-and-drop features for an element such as a div . |
Source |
Models
Name | Description | Source link |
---|---|---|
Document library model | Defines classes for use with the Content Services node API. | Source |
Permissions style model | Sets custom CSS styles for rows of a Document List according to the item's permissions. | Source |
Services
Name | Description | Source link |
---|---|---|
Content node dialog service | Displays and manages dialogs for selecting content to open, copy or upload. | Source |
Document actions service | Implements the document menu actions for the Document List component. | Source |
Document list service | Implements node operations used by the Document List component. | Source |
Folder actions service | Implements the folder menu actions for the Document List component. | Source |
Rating service | Manages ratings for items in Content Services. | Source |
Tag service | Manages tags in Content Services. | Source |