mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update 1.7.0 versions (#2158)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Install](#install)
|
||||
- [Toolbar Component](#toolbar-component)
|
||||
* [Basic example](#basic-example)
|
||||
- [Upload Directive](#upload-directive)
|
||||
* [Basic usage](#basic-usage)
|
||||
* [Modes](#modes)
|
||||
@@ -22,11 +24,11 @@
|
||||
- [Notification Service](#notification-service)
|
||||
- [Context Menu directive](#context-menu-directive)
|
||||
- [Accordion Component](#accordion-component)
|
||||
* [Properties](#properties-1)
|
||||
* [Properties](#properties)
|
||||
- [Authentication Service](#authentication-service)
|
||||
* [Events](#events-1)
|
||||
- [ADF Card View](#adf-card-view)
|
||||
* [Properties](#properties-2)
|
||||
* [Properties](#properties-1)
|
||||
* [Editing](#editing)
|
||||
* [Defining properties](#defining-properties)
|
||||
* [Card Text Item](#card-text-item)
|
||||
@@ -65,9 +67,28 @@ npm install ng2-alfresco-core
|
||||
|
||||
Available features
|
||||
|
||||
| Feature | Notes | Docs |
|
||||
| --- | --- | --- |
|
||||
| toolbar | --- | [Docs](src/components/toolbar/toolbar.md) |
|
||||
## Toolbar Component
|
||||
|
||||
<adf-toolbar> is an easy container for headers, titles, actions, breadcrumbs.
|
||||
|
||||
### Basic example
|
||||
|
||||
```html
|
||||
<adf-toolbar title="Toolbar">
|
||||
<button md-icon-button>
|
||||
<md-icon>create_new_folder</md-icon>
|
||||
</button>
|
||||
<button md-icon-button>
|
||||
<md-icon>delete</md-icon>
|
||||
</button>
|
||||
</adf-toolbar>
|
||||
```
|
||||
|
||||
You should see result similar to the following one:
|
||||
|
||||

|
||||
|
||||
For more details about the [toolbar](src/components/toolbar/toolbar.md).
|
||||
|
||||
## Upload Directive
|
||||
|
||||
|
10156
ng2-components/ng2-alfresco-core/package-lock.json
generated
10156
ng2-components/ng2-alfresco-core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ng2-alfresco-core",
|
||||
"description": "Alfresco Angular 2 Components core",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist node_modules typings bundles coverage .npmrc",
|
||||
@@ -55,7 +55,7 @@
|
||||
"@angular/platform-browser-dynamic": "4.2.5",
|
||||
"@angular/router": "4.2.5",
|
||||
"@ngx-translate/core": "7.0.0",
|
||||
"alfresco-js-api": "~1.6.1",
|
||||
"alfresco-js-api": "1.7.0",
|
||||
"core-js": "2.4.1",
|
||||
"hammerjs": "2.0.8",
|
||||
"material-design-icons": "2.2.3",
|
||||
|
Reference in New Issue
Block a user