mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3401] refactoring - different way to call the facet parsers * [ADF-3401] fix duplicate search call * [ADF-3401] add new fields and buckets from the response - If a facet is already displayed, just update the bucket count, else add the new facet to the responseFields - this way any existing filters are preserved, the collapsed state is preserved, facet selection is preserved * [ADF-3401] reset & clear all selections buttons * [ADF-3401] delete facets that are not in the response - for better UX, prevent deletion of items from the category where there is a selected item - clean-up reset buttons * [ADF-3401] apply filters to the newly created items * [ADF-3401] update tests * [ADF-3401] fix after rebase * [ADF-3401] Code refactoring * [ADF-3401] show count value inside tooltip * [ADF-3401] translatable strings * [ADF-3401] move 'Clear all selections' button to search-chip-list * [ADF-3401] option to configure having a reset button for filters * [ADF-3401] code cleanup and improvements after review * Update lib/content-services/search/components/search-filter/search-filter.component.ts Co-Authored-By: suzanadirla <dirla.silvia.suzana@gmail.com> * [ADF-3401] Better namings * fix failing e2e tests on search radio * [ADF-3401] add documentation for search resetButton
Title, Github only
Title | Github only |
---|---|
Content Services API | true |
Content Services API
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 | Displays and edits metadata related to a node. | Source |
Content metadata card component | Displays and edits 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 |
Add permission dialog component | Displays a dialog to search for people or groups to add to the current node permissions. | Source |
Add permission panel component | Searches for people or groups to add to the current node permissions. | Source |
Add permission component | Searches for people or groups to add to the current node permissions. | Source |
Permission list component | Shows node permissions as a table. | Source |
Search check list component | Implements a checklist widget for the Search Filter component. | Source |
Search chip list component | Displays search criteria as a set of "chips". | Source |
Search control component | Displays a input text that shows find-as-you-type suggestions. | Source |
Search date range component | Implements a date range widget for the Search Filter component. | Source |
Search filter component | Represents a main container component for custom search and faceted search settings. | Source |
Search number range component | Implements a number range widget for the Search Filter component. | Source |
Search radio component | Implements a radio button list widget for the Search Filter component. | Source |
Search slider component | Implements a numeric slider widget for the Search Filter component. | Source |
Search sorting picker component | Provides an ability to select one of the predefined sorting definitions for search results: | Source |
Search text component | Implements a text input widget for the Search Filter component. | 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 |
Tree view component | Shows the folder and subfolders of a node as a tree view. | 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 ACS. | Source |
Upload version button component ![]() |
Activates a file version upload. | 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 |
Dialogs
Name | Description | Source link |
---|---|---|
Confirm dialog | Requests a yes/no choice from the user. | Source |
Library dialog | Creates a new Content Services document library/site. | Source |
Directives
Name | Description | Source link |
---|---|---|
Content node share directive | Creates and manages public shared links for files. | Source |
Node lock directive | Locks or unlocks a node. | Source |
Folder create directive | Creates folders. | Source |
Folder edit directive | Allows folders to be edited. | Source |
Inherited button directive | Update the current node by adding/removing the inherited permissions. | Source |
File draggable directive | Provides drag-and-drop features for an element such as a div . |
Source |
Models
Name | Description | Source link |
---|---|---|
Image resolver model | Defines the Image Resolver function used by the Document List Component. | Source |
Row filter model | Defines the Row Filter function used by the Document List Component. | Source |
Permissions style model | Sets custom CSS styles for rows of a Document List according to the item's permissions. | Source |
Pipes
Name | Description | Source link |
---|---|---|
File upload error pipe | Converts an upload error code to an error message. | Source |
Services
Name | Description | Source link |
---|---|---|
Content node dialog service | Displays and manages dialogs for selecting content to open, copy or upload. | Source |
Custom resources service | Manages Document List information that is specific to a user. | 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 |
Node permission dialog service | Displays dialogs to let the user set node permissions. | Source |
Node permission service | Manages role permissions for content nodes. | Source |
Search filter service | Registers widgets for use with the Search Filter component. | Source |
Search query builder service | Stores information from all the custom search and faceted search widgets, compiles and runs the final search query. | Source |
Rating service | Manages ratings for items in Content Services. | Source |
Tag service | Manages tags in Content Services. | Source |
Other classes and interfaces
Name | Description | Source link |
---|---|---|
Search Widget interface | Specifies required properties for Search filter component widgets. | Source |