mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
parent
93c63ba0c8
commit
eb1183946d
@ -328,7 +328,7 @@ for more information about installing and using the source code.
|
|||||||
|
|
||||||
| Name | Description | Source link |
|
| Name | Description | Source link |
|
||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [Search widget interface](content-services/interfaces/search-widget.interface.md) | Specifies required properties for Search filter component widgets. | [Source](../lib/content-services/src/lib/search/search-widget.interface.ts) |
|
| [Search widget interface](content-services/interfaces/search-widget.interface.md) | Specifies required properties for Search filter component widgets. | [Source](../lib/content-services/src/lib/search/models/search-widget.interface.ts) |
|
||||||
|
|
||||||
### Models
|
### Models
|
||||||
|
|
||||||
@ -357,8 +357,8 @@ for more information about installing and using the source code.
|
|||||||
| [Node permission dialog service](content-services/services/node-permission-dialog.service.md) | Displays dialogs to let the user set node permissions. | [Source](../lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.ts) |
|
| [Node permission dialog service](content-services/services/node-permission-dialog.service.md) | Displays dialogs to let the user set node permissions. | [Source](../lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.ts) |
|
||||||
| [Node Permission service](content-services/services/node-permission.service.md) | Manages role permissions for content nodes. | [Source](../lib/content-services/src/lib/permission-manager/services/node-permission.service.ts) |
|
| [Node Permission service](content-services/services/node-permission.service.md) | Manages role permissions for content nodes. | [Source](../lib/content-services/src/lib/permission-manager/services/node-permission.service.ts) |
|
||||||
| [Rating service](content-services/services/rating.service.md) | Manages ratings for items in Content Services. | [Source](../lib/content-services/src/lib/social/services/rating.service.ts) |
|
| [Rating service](content-services/services/rating.service.md) | Manages ratings for items in Content Services. | [Source](../lib/content-services/src/lib/social/services/rating.service.ts) |
|
||||||
| [Search filter service](content-services/services/search-filter.service.md) | Registers widgets for use with the Search Filter component. | [Source](../lib/content-services/src/lib/search/components/search-filter/search-filter.service.ts) |
|
| [Search filter service](content-services/services/search-filter.service.md) | Registers widgets for use with the Search Filter component. | [Source](../lib/content-services/src/lib/search/services/search-filter.service.ts) |
|
||||||
| [Search Query Builder service](content-services/services/search-query-builder.service.md) | Stores information from all the custom search and faceted search widgets, compiles and runs the final search query. | [Source](../lib/content-services/src/lib/search/search-query-builder.service.ts) |
|
| [Search Query Builder service](content-services/services/search-query-builder.service.md) | Stores information from all the custom search and faceted search widgets, compiles and runs the final search query. | [Source](../lib/content-services/src/lib/search/services/search-query-builder.service.ts) |
|
||||||
| [Tag service](content-services/services/tag.service.md) | Manages tags in Content Services. | [Source](../lib/content-services/src/lib/tag/services/tag.service.ts) |
|
| [Tag service](content-services/services/tag.service.md) | Manages tags in Content Services. | [Source](../lib/content-services/src/lib/tag/services/tag.service.ts) |
|
||||||
|
|
||||||
<!--content-services end-->
|
<!--content-services end-->
|
||||||
@ -454,7 +454,10 @@ for more information about installing and using the source code.
|
|||||||
| [Form cloud component](process-services-cloud/components/form-cloud.component.md) | Shows a form from Process Services. | [Source](../lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts) |
|
| [Form cloud component](process-services-cloud/components/form-cloud.component.md) | Shows a form from Process Services. | [Source](../lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts) |
|
||||||
| [Form Definition Selector Cloud](process-services-cloud/components/form-definition-selector-cloud.component.md) | Allows one form to be selected from a dropdown list. For forms to be displayed in this component they will need to be compatible with standAlone tasks. | [Source](../lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts) |
|
| [Form Definition Selector Cloud](process-services-cloud/components/form-definition-selector-cloud.component.md) | Allows one form to be selected from a dropdown list. For forms to be displayed in this component they will need to be compatible with standAlone tasks. | [Source](../lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts) |
|
||||||
| [Group Cloud component](process-services-cloud/components/group-cloud.component.md)  | Searches Groups. | [Source](../lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts) |
|
| [Group Cloud component](process-services-cloud/components/group-cloud.component.md)  | Searches Groups. | [Source](../lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts) |
|
||||||
| [People Cloud Component](process-services-cloud/components/people-cloud.component.md)  | Added: v3.0.0 | [Source](<>) |
|
| [](process-services-cloud/components/people-cloud.component.md) | Title: People Cloud Component | |
|
||||||
|
|
||||||
|
Added: v3.0.0
|
||||||
|
Status: Experimental | [Source](<>) |
|
||||||
| [Process Filters Cloud Component](process-services-cloud/components/process-filters-cloud.component.md)  | Lists all available process filters and allows to select a filter. | [Source](../lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts) |
|
| [Process Filters Cloud Component](process-services-cloud/components/process-filters-cloud.component.md)  | Lists all available process filters and allows to select a filter. | [Source](../lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts) |
|
||||||
| [Process Header Cloud Component](process-services-cloud/components/process-header-cloud.component.md)  | Shows all the information related to a process instance. | [Source](../lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.ts) |
|
| [Process Header Cloud Component](process-services-cloud/components/process-header-cloud.component.md)  | Shows all the information related to a process instance. | [Source](../lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.ts) |
|
||||||
| [Process Instance List Cloud component](process-services-cloud/components/process-list-cloud.component.md)  | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts) |
|
| [Process Instance List Cloud component](process-services-cloud/components/process-list-cloud.component.md)  | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts) |
|
||||||
@ -499,6 +502,12 @@ for more information about installing and using the source code.
|
|||||||
| [Task List Cloud Service](process-services-cloud/services/task-list-cloud.service.md)  | Searches tasks. | [Source](../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
|
| [Task List Cloud Service](process-services-cloud/services/task-list-cloud.service.md)  | Searches tasks. | [Source](../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
|
||||||
| [User Preference Cloud Service](process-services-cloud/services/user-preference-cloud.service.md)  | Manages user preferences. | [Source](../lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts) |
|
| [User Preference Cloud Service](process-services-cloud/services/user-preference-cloud.service.md)  | Manages user preferences. | [Source](../lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts) |
|
||||||
|
|
||||||
|
### Widgets
|
||||||
|
|
||||||
|
| Name | Description | Source link |
|
||||||
|
| ---- | ----------- | ----------- |
|
||||||
|
| [APA Properties Viewer Widget](process-services-cloud/widgets/properties-viewer.widget.md) | It makes use of the content-metadata-card to display the properties of the selected file in an attach widget in a form. | [Source](../lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts) |
|
||||||
|
|
||||||
<!--process-services-cloud end-->
|
<!--process-services-cloud end-->
|
||||||
|
|
||||||
### Widgets
|
### Widgets
|
||||||
@ -507,7 +516,6 @@ for more information about installing and using the source code.
|
|||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [APA Properties Viewer Widget](process-services-cloud/widgets/properties-viewer.widget.md) | Display the metadata of the file selected in the linked attach widget. | [Source](../lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts) |
|
| [APA Properties Viewer Widget](process-services-cloud/widgets/properties-viewer.widget.md) | Display the metadata of the file selected in the linked attach widget. | [Source](../lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts) |
|
||||||
|
|
||||||
|
|
||||||
[(Back to Contents)](#contents)
|
[(Back to Contents)](#contents)
|
||||||
|
|
||||||
## Extensions API
|
## Extensions API
|
||||||
|
@ -25,4 +25,4 @@ Appends a counter to an element.
|
|||||||
|
|
||||||
| Name | Type | Default value | Description |
|
| Name | Type | Default value | Description |
|
||||||
| ---- | ---- | ------------- | ----------- |
|
| ---- | ---- | ------------- | ----------- |
|
||||||
| counter | `number` | | Number of nodes selected. |
|
| counter | `number` | | Number to display in the counter badge |
|
||||||
|
@ -26,8 +26,6 @@ See it live: [Viewer Quickstart](https://embed.plnkr.co/iTuG1lFIXfsP95l6bDW6/)
|
|||||||
- [Content Renditions](#content-renditions)
|
- [Content Renditions](#content-renditions)
|
||||||
- [Configuring PDF.js library](#configuring-pdfjs-library)
|
- [Configuring PDF.js library](#configuring-pdfjs-library)
|
||||||
- [Extending the Viewer](#extending-the-viewer)
|
- [Extending the Viewer](#extending-the-viewer)
|
||||||
- [Internal extension mechanism](#internal-extension-mechanism)
|
|
||||||
- [Code extension mechanism](#code-extension-mechanism)
|
|
||||||
- [Custom layout](#custom-layout)
|
- [Custom layout](#custom-layout)
|
||||||
- [Printing](#printing)
|
- [Printing](#printing)
|
||||||
- [See also](#see-also)
|
- [See also](#see-also)
|
||||||
@ -269,9 +267,11 @@ The [Viewer component](viewer.component.md) should now be able to display PDF fi
|
|||||||
### Extending the Viewer
|
### Extending the Viewer
|
||||||
|
|
||||||
#### Internal extension mechanism
|
#### Internal extension mechanism
|
||||||
|
|
||||||
The Viewer supports dynamically-loaded viewer preview extensions, to know more about it [Preview Extension component](../../extensions/components/preview-extension.component.md). This
|
The Viewer supports dynamically-loaded viewer preview extensions, to know more about it [Preview Extension component](../../extensions/components/preview-extension.component.md). This
|
||||||
|
|
||||||
#### Code extension mechanism]
|
#### Code extension mechanism]
|
||||||
|
|
||||||
You can define your own custom handler to handle other file formats that are not yet supported by
|
You can define your own custom handler to handle other file formats that are not yet supported by
|
||||||
the [Viewer component](viewer.component.md). Below is an example that shows how to use the `adf-viewer-extension`
|
the [Viewer component](viewer.component.md). Below is an example that shows how to use the `adf-viewer-extension`
|
||||||
to handle 3D data files:
|
to handle 3D data files:
|
||||||
|
@ -63,10 +63,9 @@ Provides authentication to ACS and APS.
|
|||||||
- **isEcmLoggedIn**(): `boolean`<br/>
|
- **isEcmLoggedIn**(): `boolean`<br/>
|
||||||
Checks if the user is logged in on an ECM provider.
|
Checks if the user is logged in on an ECM provider.
|
||||||
- **Returns** `boolean` - True if logged in, false otherwise
|
- **Returns** `boolean` - True if logged in, false otherwise
|
||||||
- **isKerberosConfigured**(): `boolean`<br/>
|
- **isKerberosEnabled**(): `boolean`<br/>
|
||||||
|
Does kerberos enabled?
|
||||||
- **Returns** `boolean` -
|
- **Returns** `boolean` - True if enabled, false otherwise
|
||||||
|
|
||||||
- **isLoggedIn**(): `boolean`<br/>
|
- **isLoggedIn**(): `boolean`<br/>
|
||||||
Checks if the user logged in.
|
Checks if the user logged in.
|
||||||
- **Returns** `boolean` - True if logged in, false otherwise
|
- **Returns** `boolean` - True if logged in, false otherwise
|
||||||
|
@ -24,3 +24,4 @@ The pages linked below contain the licenses for all third party dependencies of
|
|||||||
- [ADF 4.4.0](license-info-4.4.0.md)
|
- [ADF 4.4.0](license-info-4.4.0.md)
|
||||||
- [ADF 4.5.0](license-info-4.5.0.md)
|
- [ADF 4.5.0](license-info-4.5.0.md)
|
||||||
- [ADF 4.6.0](license-info-4.6.0.md)
|
- [ADF 4.6.0](license-info-4.6.0.md)
|
||||||
|
- [ADF 4.7.0](license-info-4.7.0.md)
|
||||||
|
180
docs/license-info/license-info-4.7.0.md
Normal file
180
docs/license-info/license-info-4.7.0.md
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
---
|
||||||
|
Title: License info, alfresco-ng2-components 4.7.0
|
||||||
|
---
|
||||||
|
|
||||||
|
# License information for alfresco-ng2-components 4.7.0
|
||||||
|
|
||||||
|
This page lists all third party libraries the project depends on.
|
||||||
|
|
||||||
|
## Libraries
|
||||||
|
|
||||||
|
| Name | Version | License |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| [@alfresco/js-api](https://github.com/Alfresco/alfresco-js-api) | 4.7.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [@angular/animations](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/cdk](https://github.com/angular/components) | 10.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/common](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/compiler](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/compiler](https://github.com/angular/angular) | 9.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/core](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/core](https://github.com/angular/angular) | 9.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/flex-layout](https://github.com/angular/flex-layout) | 10.0.0-beta.32 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/forms](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/material-moment-adapter](https://github.com/angular/components) | 10.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/material](https://github.com/angular/components) | 10.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/platform-browser](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@angular/router](https://github.com/angular/angular) | 10.0.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@apollo/client](https://github.com/apollographql/apollo-client) | 3.4.5 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@babel/code-frame](https://github.com/babel/babel) | 7.10.4 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@babel/helper-validator-identifier](https://github.com/babel/babel) | 7.10.4 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@babel/highlight](https://github.com/babel/babel) | 7.10.4 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@graphql-typed-document-node/core](https://github.com/dotansimha/graphql-typed-document-node) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@mat-datetimepicker/core](https://github.com/kuhnroyal/mat-datetimepicker) | 5.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@mat-datetimepicker/moment](https://github.com/kuhnroyal/mat-datetimepicker) | 5.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@ngx-translate/core](https://github.com/ngx-translate/core) | 13.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped) | 2.9.24 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@types/zen-observable](https://github.com/DefinitelyTyped/DefinitelyTyped) | 0.8.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@wry/context](https://github.com/benjamn/wryware) | 0.6.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@wry/equality](https://github.com/benjamn/wryware) | 0.5.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [@wry/trie](https://github.com/benjamn/wryware) | 0.3.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [adf-tslint-rules](https://github.com/Alfresco/alfresco-ng2-components) | 0.0.7 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [alfresco-ng2-components](https://github.com/Alfresco/alfresco-ng2-components) | 4.7.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [ansi-styles](https://github.com/chalk/ansi-styles) | 3.2.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [apollo-angular](https://github.com/kamilkisiela/apollo-angular) | 2.6.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [app-root-path](https://github.com/inxilpro/node-app-root-path) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [app-root-path](https://github.com/inxilpro/node-app-root-path) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [argparse](https://github.com/nodeca/argparse) | 1.0.10 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [aria-query](https://github.com/A11yance/aria-query) | 3.0.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [ast-types-flow](https://github.com/kyldvs/ast-types-flow) | 0.0.7 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [asynckit](https://github.com/alexindigo/asynckit) | 0.4.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [axobject-query](https://github.com/A11yance/axobject-query) | 2.0.2 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [backo2](https://github.com/mokesmokes/backo) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [balanced-match](https://github.com/juliangruber/balanced-match) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | 1.1.11 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [builtin-modules](https://github.com/sindresorhus/builtin-modules) | 1.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [call-bind](https://github.com/ljharb/call-bind) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [chalk](https://github.com/chalk/chalk) | 2.4.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [chart.js](https://github.com/chartjs/Chart.js) | 2.9.4 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [chartjs-color-string](https://github.com/chartjs/chartjs-color-string) | 0.6.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [chartjs-color](https://github.com/chartjs/chartjs-color) | 2.4.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [classlist.js](https://github.com/eligrey/classList.js) | 1.1.20150312 | Public Domain |
|
||||||
|
| [codelyzer](https://github.com/mgechev/codelyzer) | 6.0.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [color-convert](https://github.com/Qix-/color-convert) | 1.9.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [color-name](https://github.com/dfcreative/color-name) | 1.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [color-name](https://github.com/colorjs/color-name) | 1.1.4 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [combined-stream](https://github.com/felixge/node-combined-stream) | 1.0.8 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [commander](https://github.com/tj/commander.js) | 2.20.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [component-emitter](https://github.com/component/emitter) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [concat-map](https://github.com/substack/node-concat-map) | 0.0.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [cookiejar](https://github.com/bmeck/node-cookiejar) | 2.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [cropperjs](https://github.com/fengyuanchen/cropperjs) | 1.5.12 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [css-selector-tokenizer](https://github.com/css-modules/css-selector-tokenizer) | 0.7.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [css-selector-tokenizer](https://github.com/css-modules/css-selector-tokenizer) | 0.7.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [cssauron](https://github.com/chrisdickinson/cssauron) | 1.4.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [cssesc](https://github.com/mathiasbynens/cssesc) | 0.1.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [cssesc](https://github.com/mathiasbynens/cssesc) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [custom-event-polyfill](https://github.com/kumarharsh/custom-event-polyfill) | 1.0.7 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [d](https://github.com/medikoo/d) | 1.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [damerau-levenshtein](https://github.com/tad-lispy/node-damerau-levenshtein) | 1.0.6 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) |
|
||||||
|
| [debug](https://github.com/visionmedia/debug) | 4.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [delayed-stream](https://github.com/felixge/node-delayed-stream) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [diff](https://github.com/kpdecker/jsdiff) | 4.0.2 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| dotenv-expand | 5.1.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) |
|
||||||
|
| [es5-ext](https://github.com/medikoo/es5-ext) | 0.10.53 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [es6-iterator](https://github.com/medikoo/es6-iterator) | 2.0.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [es6-symbol](https://github.com/medikoo/es6-symbol) | 3.1.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | 1.0.5 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [esprima](https://github.com/jquery/esprima) | 4.0.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) |
|
||||||
|
| [eve-raphael](https://github.com/tomasAlabes/eve) | 0.5.0 | [Apache](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [event-emitter](https://github.com/medikoo/event-emitter) | 0.3.5 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [eventemitter3](https://github.com/primus/eventemitter3) | 3.1.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [ext](https://github.com/medikoo/es5-ext/tree/ext) | 1.4.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [extract-files](https://github.com/jaydenseric/extract-files) | 9.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [fastparse](https://github.com/webpack/fastparse) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [form-data](https://github.com/form-data/form-data) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [formidable](https://github.com/node-formidable/formidable) | 1.2.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [fs.realpath](https://github.com/isaacs/fs.realpath) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [function-bind](https://github.com/Raynos/function-bind) | 1.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [get-intrinsic](https://github.com/ljharb/get-intrinsic) | 1.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [glob](https://github.com/isaacs/node-glob) | 7.1.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [graphql-tag](https://github.com/apollographql/graphql-tag) | 2.12.5 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [graphql](https://github.com/graphql/graphql-js) | 15.5.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [has-flag](https://github.com/sindresorhus/has-flag) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [has-symbols](https://github.com/inspect-js/has-symbols) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [has](https://github.com/tarruda/has) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics) | 3.3.2 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| [inflight](https://github.com/npm/inflight) | 1.0.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [inherits](https://github.com/isaacs/inherits) | 2.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [iterall](https://github.com/leebyron/iterall) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [js-tokens](https://github.com/lydell/js-tokens) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [js-yaml](https://github.com/nodeca/js-yaml) | 3.14.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [jsesc](https://github.com/mathiasbynens/jsesc) | 0.5.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [lodash-es](https://github.com/lodash/lodash) | 4.17.15 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [loose-envify](https://github.com/zertosh/loose-envify) | 1.4.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [methods](https://github.com/jshttp/methods) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [mime-db](https://github.com/jshttp/mime-db) | 1.44.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [mime-types](https://github.com/jshttp/mime-types) | 2.1.27 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [mime](https://github.com/broofa/mime) | 2.4.6 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [minimatch-browser](https://github.com/isaacs/minimatch) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [minimatch](https://github.com/isaacs/minimatch) | 3.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [minimist](https://github.com/substack/minimist) | 1.2.5 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [mkdirp](https://github.com/substack/node-mkdirp) | 0.5.5 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [moment-es6](https://github.com/Agamnentzar/moment-es6) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [moment](https://github.com/moment/moment) | 2.29.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [ms](https://github.com/zeit/ms) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [next-tick](https://github.com/medikoo/next-tick) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [ng2-charts](https://github.com/valor-software/ng2-charts) | 2.4.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [ngx-monaco-editor](https://github.com/atularen/ngx-monaco-editor) | 8.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [object-assign](https://github.com/sindresorhus/object-assign) | 4.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [object-inspect](https://github.com/inspect-js/object-inspect) | 1.10.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [once](https://github.com/isaacs/once) | 1.4.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [optimism](https://github.com/benjamn/optimism) | 0.16.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [parse5](https://github.com/inikulin/parse5) | 5.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [path-is-absolute](https://github.com/sindresorhus/path-is-absolute) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [path-parse](https://github.com/jbgutierrez/path-parse) | 1.0.7 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) | 2.5.207 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [prop-types](https://github.com/facebook/prop-types) | 15.7.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [qs](https://github.com/ljharb/qs) | 6.10.1 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| [raphael](https://github.com/DmitryBaranovskiy/raphael) | 2.3.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [react-is](https://github.com/facebook/react) | 16.13.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [react](https://github.com/facebook/react) | 16.14.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [readable-stream](https://github.com/nodejs/readable-stream) | 3.6.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [regenerate](https://github.com/mathiasbynens/regenerate) | 1.4.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [regexpu-core](https://github.com/mathiasbynens/regexpu-core) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [regjsgen](https://github.com/d10/regjsgen) | 0.2.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [regjsparser](https://github.com/jviereck/regjsparser) | 0.1.5 | [BSD](http://www.opensource.org/licenses/BSD-2-Clause) |
|
||||||
|
| [resolve](https://github.com/browserify/resolve) | 1.17.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [rxjs](https://github.com/reactivex/rxjs) | 6.6.3 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [safe-buffer](https://github.com/feross/safe-buffer) | 5.2.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [semver-dsl](https://github.com/mgechev/semver-dsl) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [semver](https://github.com/npm/node-semver) | 5.7.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [semver](https://github.com/npm/node-semver) | 7.3.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [side-channel](https://github.com/ljharb/side-channel) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [source-map](https://github.com/mozilla/source-map) | 0.5.6 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| [source-map](https://github.com/mozilla/source-map) | 0.5.7 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| [sprintf-js](https://github.com/alexei/sprintf.js) | 1.0.3 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| [sprintf-js](https://github.com/alexei/sprintf.js) | 1.1.2 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
|
||||||
|
| [string_decoder](https://github.com/nodejs/string_decoder) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [subscriptions-transport-ws](https://github.com/apollostack/subscriptions-transport-ws) | 0.9.19 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [superagent](https://github.com/visionmedia/superagent) | 6.1.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [supports-color](https://github.com/chalk/supports-color) | 5.5.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [symbol-observable](https://github.com/blesh/symbol-observable) | 1.2.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [symbol-observable](https://github.com/blesh/symbol-observable) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [through](https://github.com/dominictarr/through) | 2.3.8 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [ts-invariant](https://github.com/apollographql/invariant-packages) | 0.9.1 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [tslib](https://github.com/Microsoft/tslib) | 1.13.0 | [0BSD](http://landley.net/toybox/license.html) |
|
||||||
|
| [tslib](https://github.com/Microsoft/tslib) | 2.3.0 | [0BSD](http://landley.net/toybox/license.html) |
|
||||||
|
| [tslint](https://github.com/palantir/tslint) | 6.1.3 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [tsutils](https://github.com/ajafff/tsutils) | 2.29.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [type](https://github.com/medikoo/type) | 1.2.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [type](https://github.com/medikoo/type) | 2.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [typescript](https://github.com/Microsoft/TypeScript) | 3.9.8 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
|
||||||
|
| [util-deprecate](https://github.com/TooTallNate/util-deprecate) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [wrappy](https://github.com/npm/wrappy) | 1.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
|
||||||
|
| [ws](https://github.com/websockets/ws) | 7.4.6 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [zen-observable-ts](https://github.com/apollographql/zen-observable-ts) | 1.1.0 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [zen-observable](https://github.com/zenparsing/zen-observable) | 0.8.15 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
| [zone.js](https://github.com/angular/angular) | 0.10.3 | [MIT](http://www.opensource.org/licenses/MIT) |
|
||||||
|
|
@ -6,16 +6,16 @@ Status: Active
|
|||||||
|
|
||||||
# [APA Properties Viewer Widget](../../../lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts "Defined in properties-viewer.widget.ts")
|
# [APA Properties Viewer Widget](../../../lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts "Defined in properties-viewer.widget.ts")
|
||||||
|
|
||||||
It makes use of the [content metadata card](../../content-services/components/content-metadata-card.component.md "content-metadata-card") to display the properties of the selected file in an attach widget in a form.
|
It makes use of the [content metadata card](../../content-services/components/content-metadata-card.component.md "content-metadata-card") to display the properties of the selected file in an attach [widget](../../../lib/testing/src/lib/core/pages/form/widgets/widget.ts) in a form.
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
This a form widget so it receives the [`FormFieldModel`](../../core/models/form-field.model.md) form the form renderer with the following meanings:
|
This a form [widget](../../../lib/testing/src/lib/core/pages/form/widgets/widget.ts) so it receives the [`FormFieldModel`](../../core/models/form-field.model.md) form the form renderer with the following meanings:
|
||||||
|
|
||||||
| Accessor | Type | Description |
|
| Accessor | Type | Description |
|
||||||
| -------- | ---- | ----------- |
|
| -------- | ---- | ----------- |
|
||||||
|`field.value`| `string` | The nodeId of the node which properties are going to be displayed |
|
| `field.value` | `string` | The nodeId of the node which properties are going to be displayed |
|
||||||
|`field.params.propertiesViewerOptions` | `object` | An object containing all the [properties of the content metadata card](../../content-services/components/content-metadata-card.component.md#properties "content-metadata-card properties") |
|
| `field.params.propertiesViewerOptions` | `object` | An object containing all the [properties of the content metadata card](../../content-services/components/content-metadata-card.component.md#properties "content-metadata-card properties") |
|
||||||
|
|
||||||
## Class members
|
## Class members
|
||||||
|
|
||||||
@ -23,11 +23,11 @@ This a form widget so it receives the [`FormFieldModel`](../../core/models/form-
|
|||||||
|
|
||||||
| Name | Type | Default value | Description |
|
| Name | Type | Default value | Description |
|
||||||
| ---- | ---- | ------------- | ----------- |
|
| ---- | ---- | ------------- | ----------- |
|
||||||
| field | `FormFieldModel` | | The field information |
|
| field | [`FormFieldModel`](../../core/models/form-field.model.md) | | The field information |
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | ---- | ----------- |
|
| ---- | ---- | ----------- |
|
||||||
| nodeContentLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Node>` | Emitted when the properties to be displayed are retrieved from the content service. |
|
| nodeContentLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Node>` | Emitted when the properties to be displayed are retrieved from the [content service](../../core/services/content.service.md). |
|
||||||
| fieldChanged | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<string>` | Emitted when the field changes |
|
| fieldChanged | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<string>` | Emitted when the field changes |
|
||||||
|
@ -9,6 +9,7 @@ The first **General available** release was v2.0.0.
|
|||||||
|
|
||||||
## General available
|
## General available
|
||||||
|
|
||||||
|
- [4.7.0](RelNote470.md)
|
||||||
- [4.6.0](RelNote460.md)
|
- [4.6.0](RelNote460.md)
|
||||||
- [4.5.0](RelNote450.md)
|
- [4.5.0](RelNote450.md)
|
||||||
- [4.4.0](RelNote440.md)
|
- [4.4.0](RelNote440.md)
|
||||||
|
102
docs/release-notes/RelNote470.md
Normal file
102
docs/release-notes/RelNote470.md
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
---
|
||||||
|
Title: Release notes v4.7.0
|
||||||
|
---
|
||||||
|
|
||||||
|
# Alfresco Application Development Framework (ADF) version 4.7.0 Release Note
|
||||||
|
|
||||||
|
These release notes provide information about the **4.7.0 release** of the Alfresco Application Development Framework.
|
||||||
|
|
||||||
|
This is the latest **General Available** release of the Application Development Framework, which contains the Angular components to build a Web Application on top of the Alfresco Platform.
|
||||||
|
|
||||||
|
The release can be found on GitHub at [this location](https://github.com/Alfresco/alfresco-ng2-components/releases/tag/4.7.0).
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
|
||||||
|
- [New package versions](#new-package-versions)
|
||||||
|
- [Goals for this release](#goals-for-this-release)
|
||||||
|
- [Custom type and aspect management](#custom-type-and-aspect-management)
|
||||||
|
- [Localisation](#localisation)
|
||||||
|
- [References](#references)
|
||||||
|
- [PR merged](#pr-merged)
|
||||||
|
|
||||||
|
## New package versions
|
||||||
|
|
||||||
|
"@alfresco/adf-content-services" : "4.7.0"
|
||||||
|
"@alfresco/adf-process-services" : "4.7.0"
|
||||||
|
"@alfresco/adf-core" : "4.7.0"
|
||||||
|
"@alfresco/adf-insights" : "4.7.0",
|
||||||
|
"@alfresco/adf-extensions": "4.7.0"
|
||||||
|
"@alfresco/adf-testing": "4.7.0"
|
||||||
|
"@alfresco/adf-cli": "4.7.0"
|
||||||
|
|
||||||
|
## Goals for this release
|
||||||
|
|
||||||
|
This is a minor release of the Alfresco Application Development Framework, developed to receive the latest and greatest benefits of the bugfixes, and the enhancements planned since the release of the previous version.
|
||||||
|
|
||||||
|
Please report issues with this release in the [issue tracker](https://github.com/Alfresco/alfresco-ng2-components/issues/new). You can collaborate on this release or share feedback by using the discussion tools on [Gitter](http://gitter.im/Alfresco/alfresco-ng2-components).
|
||||||
|
|
||||||
|
## PR merged
|
||||||
|
# Changelog
|
||||||
|
- [94d909c3a](https://github.com/Alfresco/alfresco-ng2-components/commit/94d909c3a) [ci:force][auto-commit] Update JS-API to 4.7.0-3949 for branch: update-js-api originated from JS-API PR: 3956 (#7339)
|
||||||
|
- [79d54ea4e](https://github.com/Alfresco/alfresco-ng2-components/commit/79d54ea4e) [AAE-6025] - Resolve linked dropdowns during runtime (#7289)
|
||||||
|
- [f14d33328](https://github.com/Alfresco/alfresco-ng2-components/commit/f14d33328) [AAE-6165] Add capability in the Attach File of displaying metadata fields in addition to file name (#7324)
|
||||||
|
- [1467b6de2](https://github.com/Alfresco/alfresco-ng2-components/commit/1467b6de2) [ADF-5173] - removed takeUntil as it was pointless and preventing the… (#7333)
|
||||||
|
- [622383acf](https://github.com/Alfresco/alfresco-ng2-components/commit/622383acf) [ACA-3847] - fixed download for external source file (#7254)
|
||||||
|
- [748100146](https://github.com/Alfresco/alfresco-ng2-components/commit/748100146) [AAE-6093] - fixed rest option for cloud widget (#7304)
|
||||||
|
- [c596a06ed](https://github.com/Alfresco/alfresco-ng2-components/commit/c596a06ed) [AAE-6209] Remove default dropdown value (#7331)
|
||||||
|
- [b3140b626](https://github.com/Alfresco/alfresco-ng2-components/commit/b3140b626) [AAE-6057] Customize text color in the header (#7325)
|
||||||
|
- [08b9cd144](https://github.com/Alfresco/alfresco-ng2-components/commit/08b9cd144) [AAE-6150] User info disappears in every click (#7328)
|
||||||
|
- [6c4650785](https://github.com/Alfresco/alfresco-ng2-components/commit/6c4650785) [AAE-5961] Storybook stories for GroupCloud component (#7326)
|
||||||
|
- [27812c618](https://github.com/Alfresco/alfresco-ng2-components/commit/27812c618) [AAE-6269] Storybook stories for Like component (#7329)
|
||||||
|
- [400c2a456](https://github.com/Alfresco/alfresco-ng2-components/commit/400c2a456) [ci:force][auto-commit] Update JS-API to 4.7.0-3949 for branch: update-js-api originated from JS-API PR: 3950 (#7323)
|
||||||
|
- [b9997be4a](https://github.com/Alfresco/alfresco-ng2-components/commit/b9997be4a) [AAE-5971] [Form] Support for multi select drop down (#7321)
|
||||||
|
- [35ab83e92](https://github.com/Alfresco/alfresco-ng2-components/commit/35ab83e92) [AAE-6207] Storybook stories for Toolbar (#7322)
|
||||||
|
- [ff956461c](https://github.com/Alfresco/alfresco-ng2-components/commit/ff956461c) [AAE-6170] Improving e2e tests relating to admin-ee. Tests which are flaky or long time execution (#7315)
|
||||||
|
- [9f08d4a3e](https://github.com/Alfresco/alfresco-ng2-components/commit/9f08d4a3e) [MNT-22606] Support preset config as input in content-metadata component (#7311)
|
||||||
|
- [6861e5320](https://github.com/Alfresco/alfresco-ng2-components/commit/6861e5320) [AAE-6162][AAE-6163] Add the storybook target to core and content (#7303)
|
||||||
|
- [d3f99a74b](https://github.com/Alfresco/alfresco-ng2-components/commit/d3f99a74b) [AAE-5960] Storybook stories for PeopleCloud component (#7313)
|
||||||
|
- [a31f86f57](https://github.com/Alfresco/alfresco-ng2-components/commit/a31f86f57) [AAE-6202] Create a stories lib to make all the adf stories available (#7314)
|
||||||
|
- [0270608bb](https://github.com/Alfresco/alfresco-ng2-components/commit/0270608bb) [ADF-5405] Resolved process-filters action buttons disabling/enabling… (#7140)
|
||||||
|
- [e4949b6cf](https://github.com/Alfresco/alfresco-ng2-components/commit/e4949b6cf) [ACS-437] Content Version Service (#7312)
|
||||||
|
- [5226f919f](https://github.com/Alfresco/alfresco-ng2-components/commit/5226f919f) [AAE-5953] Storybook stories for task-form-cloud component (#7299)
|
||||||
|
- [ffd97511a](https://github.com/Alfresco/alfresco-ng2-components/commit/ffd97511a) fix i18n issue with process services cloud (#7310)
|
||||||
|
- [85c60ad1a](https://github.com/Alfresco/alfresco-ng2-components/commit/85c60ad1a) [AAE-6050] Avoid to distort logo when show in application (#7301)
|
||||||
|
- [941028999](https://github.com/Alfresco/alfresco-ng2-components/commit/941028999) [MNT-22641] Upload versioning improvements (#7300)
|
||||||
|
- [a3dc44170](https://github.com/Alfresco/alfresco-ng2-components/commit/a3dc44170) [AAE-6096] Broken CSS for modeler app (#7302)
|
||||||
|
- [40377e040](https://github.com/Alfresco/alfresco-ng2-components/commit/40377e040) fix missing translation permission (#7297)
|
||||||
|
- [3eb74384a](https://github.com/Alfresco/alfresco-ng2-components/commit/3eb74384a) [AAE-5872] - Viewer responds as we type in the form fields. Apply the… (#7298)
|
||||||
|
- [33dbfbe94](https://github.com/Alfresco/alfresco-ng2-components/commit/33dbfbe94) Rollback change on sh
|
||||||
|
- [70476da76](https://github.com/Alfresco/alfresco-ng2-components/commit/70476da76) Check if args is array or string
|
||||||
|
- [033ac9eba](https://github.com/Alfresco/alfresco-ng2-components/commit/033ac9eba) [AAE-5952] Storybook stories for task-header-cloud component (#7287)
|
||||||
|
- [38449a80f](https://github.com/Alfresco/alfresco-ng2-components/commit/38449a80f) Update branch for JS-API PR#3918 (#7295)
|
||||||
|
- [254a6cd9d](https://github.com/Alfresco/alfresco-ng2-components/commit/254a6cd9d) [MNT-22613] Viewer extensibility fixes (#7294)
|
||||||
|
- [567ca1854](https://github.com/Alfresco/alfresco-ng2-components/commit/567ca1854) [AAE-6118] make builder args a variadic options (#7296)
|
||||||
|
- [1e62b4606](https://github.com/Alfresco/alfresco-ng2-components/commit/1e62b4606) [ADF-5463] Rework Protractor tests - changes related to element/element… (#7284)
|
||||||
|
- [db6a638a2](https://github.com/Alfresco/alfresco-ng2-components/commit/db6a638a2) [AAE-6099] Storybook deploy image on quay.io (#7288)
|
||||||
|
- [3bcc106a0](https://github.com/Alfresco/alfresco-ng2-components/commit/3bcc106a0) Enable the storybook for process-services-clod (#7286)
|
||||||
|
- [8e9bf9cc9](https://github.com/Alfresco/alfresco-ng2-components/commit/8e9bf9cc9) [AAE-6087] Update base card view item with optional hint parameter (#7285)
|
||||||
|
- [09a2aab42](https://github.com/Alfresco/alfresco-ng2-components/commit/09a2aab42) Since the ccs variable fix only adf-core has the theming.scss
|
||||||
|
- [e1dbcdf7b](https://github.com/Alfresco/alfresco-ng2-components/commit/e1dbcdf7b) Use the local built cli and not the one from npm
|
||||||
|
- [5a2d27393](https://github.com/Alfresco/alfresco-ng2-components/commit/5a2d27393) [MNT-22606] Add properties viewer as form widget (#7278)
|
||||||
|
- [dc133643c](https://github.com/Alfresco/alfresco-ng2-components/commit/dc133643c) Fetch the appName context from window instead of fetching it from env variable (#6631)
|
||||||
|
- [9bf19256f](https://github.com/Alfresco/alfresco-ng2-components/commit/9bf19256f) [AAE-3942] Resolved: FE - Document list is being pushed (shrink) when applying a filter (#7242)
|
||||||
|
- [1b46a22be](https://github.com/Alfresco/alfresco-ng2-components/commit/1b46a22be) Update npm-publish.ts (#7282)
|
||||||
|
- [a5c48ba71](https://github.com/Alfresco/alfresco-ng2-components/commit/a5c48ba71) Update branch for JS-API PR#3889 (#7271)
|
||||||
|
- [2bb7586f9](https://github.com/Alfresco/alfresco-ng2-components/commit/2bb7586f9) [MNT-22613] Viewer wildcard extension (#7280)
|
||||||
|
- [2ff3298a8](https://github.com/Alfresco/alfresco-ng2-components/commit/2ff3298a8) [AAE-5834] Additions to EditProcessFilterCloudComponentPage to facili… (#7256)
|
||||||
|
- [e34247c01](https://github.com/Alfresco/alfresco-ng2-components/commit/e34247c01) [AAE-5674] Library for tooling in adf-cli (#7270)
|
||||||
|
- [dbc014d07](https://github.com/Alfresco/alfresco-ng2-components/commit/dbc014d07) Update .travis.yml (#7277)
|
||||||
|
- [8a3c49ebf](https://github.com/Alfresco/alfresco-ng2-components/commit/8a3c49ebf) [ADF-5465] Not being redirected to login page when Kerberos is enabled (#7272)
|
||||||
|
- [6f968f7e4](https://github.com/Alfresco/alfresco-ng2-components/commit/6f968f7e4) [AAE-5637] Remove SCSS mixins and use CSS variables (#7250)
|
||||||
|
- [8113b9b10](https://github.com/Alfresco/alfresco-ng2-components/commit/8113b9b10) [AAE-5872] - Prevent form keydown events from triggerring viewer actions (#7252)
|
||||||
|
- [ccb17bb1a](https://github.com/Alfresco/alfresco-ng2-components/commit/ccb17bb1a) [ADF-5464] [form]Mandatory field validations are not applied once content removed (#7255)
|
||||||
|
- [e73d3c321](https://github.com/Alfresco/alfresco-ng2-components/commit/e73d3c321) [AAE-5612] FE - [ADF] Destination picker it's not displaying my files folder if the destination Folder path type of string/folder variable is set to a folder part of trash (#7224)
|
||||||
|
- [f963c6d15](https://github.com/Alfresco/alfresco-ng2-components/commit/f963c6d15) [ADF-5173] - improved fix for closing pdfjs worker error (#7225)
|
||||||
|
- [df08e36d2](https://github.com/Alfresco/alfresco-ng2-components/commit/df08e36d2) [AAE-5843] - Add e2e method to check the visibility of the upload fro… (#7262)
|
||||||
|
Collapse
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components).
|
||||||
|
|
||||||
|
Thanks to the whole application team and the amazing Alfresco community for the hard work.
|
@ -6,6 +6,7 @@ Title: Upgrade guides
|
|||||||
|
|
||||||
Below are links to the upgrade guides notes for all released versions of ADF back to v2.6.0
|
Below are links to the upgrade guides notes for all released versions of ADF back to v2.6.0
|
||||||
|
|
||||||
|
- [Upgrading from ADF v4.6 to v4.7](upgrade46-47.md)
|
||||||
- [Upgrading from ADF v4.5 to v4.6](upgrade45-46.md)
|
- [Upgrading from ADF v4.5 to v4.6](upgrade45-46.md)
|
||||||
- [Upgrading from ADF v4.4 to v4.5](upgrade44-45.md)
|
- [Upgrading from ADF v4.4 to v4.5](upgrade44-45.md)
|
||||||
- [Upgrading from ADF v4.3 to v4.4](upgrade43-44.md)
|
- [Upgrading from ADF v4.3 to v4.4](upgrade43-44.md)
|
||||||
|
89
docs/upgrade-guide/upgrade46-47.md
Normal file
89
docs/upgrade-guide/upgrade46-47.md
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
---
|
||||||
|
Title: Upgrading from ADF v4.6 to v4.7
|
||||||
|
---
|
||||||
|
|
||||||
|
# Upgrading from ADF v4.6 to v4.7
|
||||||
|
|
||||||
|
This guide explains how to upgrade your ADF v4.6 project to work with v4.7.
|
||||||
|
|
||||||
|
Do not skip this task, if you want your application to be updated to a most recent version of ADF.
|
||||||
|
Upgrades of multiple versions of ADF cannot be done in one step only, but should follow the chain of sequential updates.
|
||||||
|
|
||||||
|
**Note:** the steps described below might involve making changes
|
||||||
|
to your code. If you are working with a versioning system then you should
|
||||||
|
commit any changes you are currently working on. If you aren't using versioning
|
||||||
|
then be sure to make a backup copy of your project before going ahead with the
|
||||||
|
upgrade.
|
||||||
|
|
||||||
|
This guide explains how to upgrade your ADF v4.6 project to work with v4.7.
|
||||||
|
|
||||||
|
Do not skip this task, if you want your application to be updated to a most recent version of ADF. Upgrades of multiple versions of ADF cannot be done in one step only, but should follow the chain of sequential updates.
|
||||||
|
|
||||||
|
**Note:** the steps described below might involve making changes
|
||||||
|
to your code. If you are working with a versioning system then you should
|
||||||
|
commit any changes you are currently working on. If you aren't using versioning
|
||||||
|
then be sure to make a backup copy of your project before going ahead with the
|
||||||
|
upgrade.
|
||||||
|
|
||||||
|
## Library updates
|
||||||
|
|
||||||
|
### Automatic update using the Yeoman Generator
|
||||||
|
|
||||||
|
If your application has few changes from the original app created by the
|
||||||
|
[Yeoman generator](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
then you may be able to update your project with the following steps:
|
||||||
|
|
||||||
|
1. Update the Yeoman generator to the latest version. Note that
|
||||||
|
you might need to run these commands with `sudo` on Linux or MacOS:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm uninstall -g generator-alfresco-adf-app
|
||||||
|
npm install -g generator-alfresco-adf-app
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Run the new yeoman app generator:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yo alfresco-adf-app
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Clean your old distribution and dependencies by deleting the `node_modules` folder
|
||||||
|
and the `package-lock.json` file.
|
||||||
|
|
||||||
|
4. Install the dependencies:
|
||||||
|
```sh
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
At this point, the generator might have overwritten some of your code where it differs from
|
||||||
|
the original generated app. Be sure to check for any differences from your project code
|
||||||
|
(using a versioning system might make this easier) and if there are any differences,
|
||||||
|
retrofit your changes. When you have done this, you should be able to start the application
|
||||||
|
as usual:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run start
|
||||||
|
```
|
||||||
|
|
||||||
|
After starting the app, if everything is working fine, that's all and you don't need to do anything else. However, if things don't work as they should then recover the original version of the project and try the manual approach.
|
||||||
|
|
||||||
|
### Manual update
|
||||||
|
|
||||||
|
1. Update the `package.json` file with the latest library versions:
|
||||||
|
```json
|
||||||
|
"dependencies": {
|
||||||
|
...
|
||||||
|
"@alfresco/adf-core": "4.7.0",
|
||||||
|
"@alfresco/adf-content-services": "4.7.0",
|
||||||
|
"@alfresco/adf-process-services-cloud": "4.7.0",
|
||||||
|
"@alfresco/adf-insights": "4.7.0",
|
||||||
|
"@alfresco/js-api": "4.7.0",
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Clean your old distribution and dependencies by deleting `node_modules` and `package-lock.json`.
|
||||||
|
|
||||||
|
3. Reinstall your dependencies
|
||||||
|
```sh
|
||||||
|
npm install
|
||||||
|
```
|
@ -12,6 +12,8 @@ backend services have been tested with each released version of ADF.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
- [v4.7.0](#v470)
|
||||||
|
- [v4.6.0](#v460)
|
||||||
- [v4.5.0](#v450)
|
- [v4.5.0](#v450)
|
||||||
- [v4.4.0](#v440)
|
- [v4.4.0](#v440)
|
||||||
- [v4.3.0](#v430)
|
- [v4.3.0](#v430)
|
||||||
@ -37,6 +39,20 @@ backend services have been tested with each released version of ADF.
|
|||||||
- [v2.1.0](#v210)
|
- [v2.1.0](#v210)
|
||||||
- [v2.0.0](#v200)
|
- [v2.0.0](#v200)
|
||||||
|
|
||||||
|
## v4.7.0
|
||||||
|
|
||||||
|
<!--v470 start-->
|
||||||
|
|
||||||
|
- [Properties viewer widget](process-services-cloud/widgets/properties-viewer.widget.md)
|
||||||
|
|
||||||
|
<!--v470 end-->
|
||||||
|
|
||||||
|
## v4.6.0
|
||||||
|
|
||||||
|
<!--v460 start-->
|
||||||
|
|
||||||
|
<!--v460 end-->
|
||||||
|
|
||||||
## v4.5.0
|
## v4.5.0
|
||||||
|
|
||||||
<!--v450 start-->
|
<!--v450 start-->
|
||||||
|
@ -21,3 +21,4 @@ The pages linked below contain the audit for all third party dependencies of ADF
|
|||||||
- [ADF 4.4.0](audit-info-4.4.0.md)
|
- [ADF 4.4.0](audit-info-4.4.0.md)
|
||||||
- [ADF 4.5.0](audit-info-4.5.0.md)
|
- [ADF 4.5.0](audit-info-4.5.0.md)
|
||||||
- [ADF 4.6.0](audit-info-4.6.0.md)
|
- [ADF 4.6.0](audit-info-4.6.0.md)
|
||||||
|
- [ADF 4.7.0](audit-info-4.7.0.md)
|
||||||
|
22
docs/vulnerability/audit-info-4.7.0.md
Normal file
22
docs/vulnerability/audit-info-4.7.0.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
Title: Audit info, alfresco-ng2-components 4.7.0
|
||||||
|
---
|
||||||
|
|
||||||
|
# Audit information for alfresco-ng2-components 4.7.0
|
||||||
|
|
||||||
|
This page lists the security audit of the dependencies this project depends on.
|
||||||
|
|
||||||
|
## Risks
|
||||||
|
|
||||||
|
- Critical risk: 0
|
||||||
|
- High risk: 0
|
||||||
|
- Moderate risk: 0
|
||||||
|
- Low risk: 0
|
||||||
|
|
||||||
|
Dependencies analyzed:
|
||||||
|
|
||||||
|
## Libraries
|
||||||
|
|
||||||
|
| Severity | Module | Vulnerable versions |
|
||||||
|
| --- | --- | --- |
|
||||||
|
|
@ -21,6 +21,8 @@ import { Directive, Input, Component, OnInit, OnChanges, ComponentFactoryResolve
|
|||||||
selector: '[adf-node-counter]'
|
selector: '[adf-node-counter]'
|
||||||
})
|
})
|
||||||
export class NodeCounterDirective implements OnInit, OnChanges {
|
export class NodeCounterDirective implements OnInit, OnChanges {
|
||||||
|
|
||||||
|
/** Number to display in the counter badge */
|
||||||
@Input('adf-node-counter')
|
@Input('adf-node-counter')
|
||||||
counter: number;
|
counter: number;
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ import { SEARCH_QUERY_SERVICE_TOKEN } from '../../search-query-service.token';
|
|||||||
encapsulation: ViewEncapsulation.None
|
encapsulation: ViewEncapsulation.None
|
||||||
})
|
})
|
||||||
export class SearchFormComponent {
|
export class SearchFormComponent {
|
||||||
|
|
||||||
|
/** Emitted when the form change */
|
||||||
@Output()
|
@Output()
|
||||||
formChange: EventEmitter<SearchForm> = new EventEmitter<SearchForm>();
|
formChange: EventEmitter<SearchForm> = new EventEmitter<SearchForm>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user