mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2149] Update ng-packagr to 2.0.0 (#2935)
* ng-packagr version 2.0.0 core fixes * fix content services jsdoc * fix process service jsdoc * last update new build 2.0.0 * fix comment jsdoc
This commit is contained in:
@@ -16,11 +16,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* This object represent of the Form.
|
||||
*
|
||||
*
|
||||
* @returns {Form} .
|
||||
*/
|
||||
export class Form {
|
||||
|
||||
|
@@ -16,11 +16,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* This object represent of the StartTaskModel.
|
||||
*
|
||||
*
|
||||
* @returns {StartTaskModel} .
|
||||
*/
|
||||
import { UserProcessModel } from '@alfresco/adf-core';
|
||||
|
||||
|
@@ -16,11 +16,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* This object represent the details of a task.
|
||||
*
|
||||
*
|
||||
* @returns {TaskDetailsModel} .
|
||||
*/
|
||||
import { UserProcessModel } from '@alfresco/adf-core';
|
||||
import { TaskRepresentation } from 'alfresco-js-api';
|
||||
|
@@ -16,11 +16,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* This object represent the User Event.
|
||||
*
|
||||
*
|
||||
* @returns {UserEventModel} .
|
||||
*/
|
||||
export class UserEventModel {
|
||||
type: string = '';
|
||||
|
Reference in New Issue
Block a user