mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Add task-actions util class * Add methods for candidate task * Move methods from form-fields.page to form-fields.ts * Create task-form PO * Improve selector * export new PO * update selectors and e2e App * Add negative methods - this will speed up the running time of the test
31 lines
1.1 KiB
TypeScript
31 lines
1.1 KiB
TypeScript
/*!
|
|
* @license
|
|
* Copyright 2019 Alfresco Software, Ltd.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
export * from './form-fields.page';
|
|
export * from './filters.page';
|
|
export * from './process-filters.page';
|
|
export * from './process-list.page';
|
|
export * from './task-list.page';
|
|
export * from './task-filters.page';
|
|
export * from './task-header.page';
|
|
export * from './process-instance-tasks.page';
|
|
export * from './process-instance-header.page';
|
|
export * from './start-process.page';
|
|
export * from './select-apps-dialog.page';
|
|
export * from './external-node-selector-dialog.page';
|
|
export * from './task-form.page';
|