diff --git a/.gitignore b/.gitignore index b3eccaf018..a0c75b4c49 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,6 @@ e2e-output/ /demo-shell/dist-dev-temp/ /lib/export-new.json /lib/config/exportCheck.js -/lib/config/export-check/export-new.json -/lib/config/export-check/exportCheck.js /docs/sourceinfo /docs/docs.json /protractorFailuresReport diff --git a/docs/README.md b/docs/README.md index 942c8b91e9..336d01fb5e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,9 @@ for more information about installing and using the source code. | Name | Description | Source link | | ---- | ----------- | ----------- | -| [About Component](core/components/about.component.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Shows a general version and status overview of the installed ADF library. | [Source](../lib/core/about/about.component.ts) | +| [About Application Modules Component](core/components/about-application.component.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Shows which ADF libraries and plugins an application is using. | [Source](../lib/core/about/about-application-modules/about-application-modules.component.ts) | +| [About GitHub Link Component](core/components/about-github-link.component.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Shows which version of the application is running based on the latest GitHub commit, as well as the server settings for the application. | [Source](../lib/core/about/about-github-link/about-github-link.component.ts) | +| [About Product Version Component](core/components/about-product-version.component.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Shows which version of Process Services (BPM) and Content Services (ECM) an application is running. It also shows the relevant license information, application status and Alfresco modules running in an application. | [Source](../lib/core/about/about-product-version/about-product-version.component.ts) | | [Buttons Menu Component](core/components/buttons-menu.component.md) | Displays buttons on a responsive menu. | [Source](../lib/core/buttons-menu/buttons-menu.component.ts) | | [Card View component](core/components/card-view.component.md) | Displays a configurable property list renderer. | [Source](../lib/core/card-view/components/card-view/card-view.component.ts) | | [Comment list component](core/components/comment-list.component.md) | Shows a list of comments. | [Source](../lib/core/comments/comment-list.component.ts) | @@ -135,6 +137,12 @@ for more information about installing and using the source code. | [Node Restore directive](core/directives/node-restore.directive.md) | Restores deleted nodes to their original location. | [Source](../lib/core/directives/node-restore.directive.ts) | | [Upload Directive](core/directives/upload.directive.md) | Uploads content in response to file drag and drop. | [Source](../lib/core/directives/upload.directive.ts) | +### Dialogs + +| Name | Description | Source link | +| ---- | ----------- | ----------- | +| [Edit JSON Dialog](core/dialogs/edit-json.dialog.md) | Allows a user to preview or edit a JSON content in a dialog. | [Source](../../../../) | + ### Interfaces | Name | Description | Source link | @@ -200,6 +208,7 @@ for more information about installing and using the source code. | [Form Rendering service](core/services/form-rendering.service.md) | Maps a form field type string onto the corresponding form widget component type. | [Source](../lib/core/form/services/form-rendering.service.ts) | | [Form service](core/services/form.service.md) | Implements Process Services form methods | [Source](../lib/core/form/services/form.service.ts) | | [Highlight Transform service](core/services/highlight-transform.service.md) | Adds HTML to a string to highlight chosen sections. | [Source](../lib/core/services/highlight-transform.service.ts) | +| [Identity Group service](core/services/identity-group.service.md) | Performs CRUD operations on identity groups. | [Source](../lib/core/userinfo/services/identity-group.service.ts) | | [Identity user service](core/services/identity-user.service.md) | Gets OAuth2 personal details and roles for users and performs CRUD operations on identity users. | [Source](../lib/core/userinfo/services/identity-user.service.ts) | | [JWT helper service](core/services/jwt-helper.service.md) | Decodes a JSON Web Token (JWT) to a JavaScript object. | [Source](../lib/core/services/jwt-helper.service.ts) | | [Log Service](core/services/log.service.md) | Provides log functionality. | [Source](../lib/core/services/log.service.ts) | @@ -292,7 +301,7 @@ for more information about installing and using the source code. | [Folder Edit directive](content-services/directives/folder-edit.directive.md) | Allows folders to be edited. | [Source](../lib/content-services/folder-directive/folder-edit.directive.ts) | | [Inherit Permission directive](content-services/directives/inherited-button.directive.md) | Update the current node by adding/removing the inherited permissions. | [Source](../lib/content-services/permission-manager/components/inherited-button.directive.ts) | | [Node Lock directive](content-services/directives/node-lock.directive.md) | Locks or unlocks a node. | [Source](../lib/content-services/directives/node-lock.directive.ts) | -| [Toggle Icon directive](content-services/directives/toggle-icon.directive.md) | Toggle icon on mouse and keyboard event. | [Source](../lib/content-services/upload/directives/toggle-icon.directive.ts) | +| [Toggle Icon directive](content-services/directives/toggle-icon.directive.md) | Toggle icon on mouse or keyboard event for a selectable element. | [Source](../lib/content-services/upload/directives/toggle-icon.directive.ts) | ### Dialogs @@ -354,47 +363,47 @@ for more information about installing and using the source code. | Name | Description | Source link | | ---- | ----------- | ----------- | -| [Apps List Component](process-services/components/apps-list.component.md) | Shows all available apps. | [Source](../lib/process-services/app-list/apps-list.component.ts) | +| [Apps List Component](process-services/components/apps-list.component.md) | Shows all available apps. | [Source](../lib/process-services/src/lib/app-list/apps-list.component.ts) | | [Attach Form component](process-services/components/attach-form.component.md) | This component can be used when there is no form attached to a task and you want to add one. | [Source](../lib/process-services/src/lib/task-list/components/attach-form.component.ts) | | [Checklist Component](process-services/components/checklist.component.md) | Shows the checklist task functionality. | [Source](../lib/process-services/src/lib/task-list/components/checklist.component.ts) | -| [Create Process Attachment component](process-services/components/create-process-attachment.component.md) | Displays an Upload Component (Drag and Click) to upload the attachment to a specified process instance. | [Source](../lib/process-services/attachment/create-process-attachment.component.ts) | -| [Create Task Attachment Component](process-services/components/create-task-attachment.component.md) | Displays an Upload Component (Drag and Click) to upload the attachment to a specified task. | [Source](../lib/process-services/attachment/create-task-attachment.component.ts) | -| [Form component](process-services/components/form.component.md) | Shows a Form from APS | [Source](../lib/process-services/form/form.component.ts) | -| [People list component](process-services/components/people-list.component.md) | Shows a list of users (people). | [Source](../lib/process-services/people/components/people-list/people-list.component.ts) | -| [People Search component](process-services/components/people-search.component.md) | Searches users/people. | [Source](../lib/process-services/people/components/people-search/people-search.component.ts) | -| [People Component](process-services/components/people.component.md) | Displays users involved with a specified task | [Source](../lib/process-services/people/components/people/people.component.ts) | -| [Process Attachment List component](process-services/components/process-attachment-list.component.md) | Displays documents attached to a specified process instance. | [Source](../lib/process-services/attachment/process-attachment-list.component.ts) | -| [Process Instance Comments component](process-services/components/process-comments.component.md) | Displays comments associated with a particular process instance and allows the user to add new comments. | [Source](../lib/process-services/process-comments/process-comments.component.ts) | -| [Process Filters Component](process-services/components/process-filters.component.md) | Collection of criteria used to filter process instances, which may be customized by users. | [Source](../lib/process-services/process-list/components/process-filters.component.ts) | -| [Process Details component](process-services/components/process-instance-details.component.md) | Displays detailed information about a specified process instance | [Source](../lib/process-services/process-list/components/process-instance-details.component.ts) | -| [Process Instance Details Header component](process-services/components/process-instance-header.component.md) | Sub-component of the process details component, which renders some general information about the selected process. | [Source](../lib/process-services/process-list/components/process-instance-header.component.ts) | -| [Process Instance Tasks component](process-services/components/process-instance-tasks.component.md) | Lists both the active and completed tasks associated with a particular process instance | [Source](../lib/process-services/process-list/components/process-instance-tasks.component.ts) | -| [Process Instance List](process-services/components/process-list.component.md) | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services/process-list/components/process-list.component.ts) | -| [Select App Component](process-services/components/select-apps-dialog.component.md) | Shows all available apps and returns the selected app. | [Source](../lib/process-services/app-list/select-apps-dialog-component.ts) | -| [Start Process component](process-services/components/start-process.component.md) | Starts a process. | [Source](../lib/process-services/process-list/components/start-process.component.ts) | -| [Start Task Component](process-services/components/start-task.component.md) | Creates/Starts a new task for the specified app. | [Source](../lib/process-services/task-list/components/start-task.component.ts) | -| [Task Attachment List Component](process-services/components/task-attachment-list.component.md) | Displays documents attached to a specified task. | [Source](../lib/process-services/attachment/task-attachment-list.component.ts) | -| [Task Details component](process-services/components/task-details.component.md) | Shows the details of the task ID passed in as input. | [Source](../lib/process-services/task-list/components/task-details.component.ts) | -| [Task Filters component](process-services/components/task-filters.component.md) | Shows all available filters. | [Source](../lib/process-services/task-list/components/task-filters.component.ts) | -| [Task Header component](process-services/components/task-header.component.md) | Shows all the information related to a task. | [Source](../lib/process-services/task-list/components/task-header.component.ts) | -| [Task List component](process-services/components/task-list.component.md) | Renders a list containing all the tasks matched by the parameters specified. | [Source](../lib/process-services/task-list/components/task-list.component.ts) | -| [Task Standalone component](process-services/components/task-standalone.component.md) | This component can be used when the task doesn't belong to any processes. | [Source](../lib/process-services/task-list/components/task-standalone.component.ts) | +| [Create Process Attachment component](process-services/components/create-process-attachment.component.md) | Displays an Upload Component (Drag and Click) to upload the attachment to a specified process instance. | [Source](../lib/process-services/src/lib/attachment/create-process-attachment.component.ts) | +| [Create Task Attachment Component](process-services/components/create-task-attachment.component.md) | Displays an Upload Component (Drag and Click) to upload the attachment to a specified task. | [Source](../lib/process-services/src/lib/attachment/create-task-attachment.component.ts) | +| [Form component](process-services/components/form.component.md) | Shows a Form from APS | [Source](../lib/process-services/src/lib/form/form.component.ts) | +| [People list component](process-services/components/people-list.component.md) | Shows a list of users (people). | [Source](../lib/process-services/src/lib/people/components/people-list/people-list.component.ts) | +| [People Search component](process-services/components/people-search.component.md) | Searches users/people. | [Source](../lib/process-services/src/lib/people/components/people-search/people-search.component.ts) | +| [People Component](process-services/components/people.component.md) | Displays users involved with a specified task | [Source](../lib/process-services/src/lib/people/components/people/people.component.ts) | +| [Process Attachment List component](process-services/components/process-attachment-list.component.md) | Displays documents attached to a specified process instance. | [Source](../lib/process-services/src/lib/attachment/process-attachment-list.component.ts) | +| [Process Instance Comments component](process-services/components/process-comments.component.md) | Displays comments associated with a particular process instance and allows the user to add new comments. | [Source](../lib/process-services/src/lib/process-comments/process-comments.component.ts) | +| [Process Filters Component](process-services/components/process-filters.component.md) | Collection of criteria used to filter process instances, which may be customized by users. | [Source](../lib/process-services/src/lib/process-list/components/process-filters.component.ts) | +| [Process Details component](process-services/components/process-instance-details.component.md) | Displays detailed information about a specified process instance | [Source](../lib/process-services/src/lib/process-list/components/process-instance-details.component.ts) | +| [Process Instance Details Header component](process-services/components/process-instance-header.component.md) | Sub-component of the process details component, which renders some general information about the selected process. | [Source](../lib/process-services/src/lib/process-list/components/process-instance-header.component.ts) | +| [Process Instance Tasks component](process-services/components/process-instance-tasks.component.md) | Lists both the active and completed tasks associated with a particular process instance | [Source](../lib/process-services/src/lib/process-list/components/process-instance-tasks.component.ts) | +| [Process Instance List](process-services/components/process-list.component.md) | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services/src/lib/process-list/components/process-list.component.ts) | +| [Select App Component](process-services/components/select-apps-dialog.component.md) | Shows all available apps and returns the selected app. | [Source](../lib/process-services/src/lib/app-list/select-apps-dialog-component.ts) | +| [Start Process component](process-services/components/start-process.component.md) | Starts a process. | [Source](../lib/process-services/src/lib/process-list/components/start-process.component.ts) | +| [Start Task Component](process-services/components/start-task.component.md) | Creates/Starts a new task for the specified app. | [Source](../lib/process-services/src/lib/task-list/components/start-task.component.ts) | +| [Task Attachment List Component](process-services/components/task-attachment-list.component.md) | Displays documents attached to a specified task. | [Source](../lib/process-services/src/lib/attachment/task-attachment-list.component.ts) | +| [Task Details component](process-services/components/task-details.component.md) | Shows the details of the task ID passed in as input. | [Source](../lib/process-services/src/lib/task-list/components/task-details.component.ts) | +| [Task Filters component](process-services/components/task-filters.component.md) | Shows all available filters. | [Source](../lib/process-services/src/lib/task-list/components/task-filters.component.ts) | +| [Task Header component](process-services/components/task-header.component.md) | Shows all the information related to a task. | [Source](../lib/process-services/src/lib/task-list/components/task-header.component.ts) | +| [Task List component](process-services/components/task-list.component.md) | Renders a list containing all the tasks matched by the parameters specified. | [Source](../lib/process-services/src/lib/task-list/components/task-list.component.ts) | +| [Task Standalone component](process-services/components/task-standalone.component.md) | This component can be used when the task doesn't belong to any processes. | [Source](../lib/process-services/src/lib/task-list/components/task-standalone.component.ts) | ### Directives | Name | Description | Source link | | ---- | ----------- | ----------- | -| [Process Audit Directive](process-services/directives/process-audit.directive.md) | Fetches the Process Audit information in PDF or JSON format. | [Source](../lib/process-services/process-list/components/process-audit.directive.ts) | -| [Task Audit Directive](process-services/directives/task-audit.directive.md) | Fetches the Task Audit information in PDF or JSON format. | [Source](../lib/process-services/task-list/components/task-audit.directive.ts) | +| [Process Audit Directive](process-services/directives/process-audit.directive.md) | Fetches the Process Audit information in PDF or JSON format. | [Source](../lib/process-services/src/lib/process-list/components/process-audit.directive.ts) | +| [Task Audit Directive](process-services/directives/task-audit.directive.md) | Fetches the Task Audit information in PDF or JSON format. | [Source](../lib/process-services/src/lib/task-list/components/task-audit.directive.ts) | ### Services | Name | Description | Source link | | ---- | ----------- | ----------- | -| [Process Filter Service](process-services/services/process-filter.service.md) | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services/process-list/services/process-filter.service.ts) | -| [Process Service](process-services/services/process.service.md) | Manages process instances, process variables, and process audit Log. | [Source](../lib/process-services/process-list/services/process.service.ts) | -| [Task Filter Service](process-services/services/task-filter.service.md) | Manage Task Filters, which are pre-configured Task Instance queries. | [Source](../lib/process-services/task-list/services/task-filter.service.ts) | -| [Tasklist Service](process-services/services/tasklist.service.md) | Manages Task Instances. | [Source](../lib/process-services/task-list/services/tasklist.service.ts) | +| [Process Filter Service](process-services/services/process-filter.service.md) | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services/src/lib/process-list/services/process-filter.service.ts) | +| [Process Service](process-services/services/process.service.md) | Manages process instances, process variables, and process audit Log. | [Source](../lib/process-services/src/lib/process-list/services/process.service.ts) | +| [Task Filter Service](process-services/services/task-filter.service.md) | Manage Task Filters, which are pre-configured Task Instance queries. | [Source](../lib/process-services/src/lib/task-list/services/task-filter.service.ts) | +| [Tasklist Service](process-services/services/tasklist.service.md) | Manages Task Instances. | [Source](../lib/process-services/src/lib/task-list/services/tasklist.service.ts) | @@ -452,6 +461,7 @@ for more information about installing and using the source code. | [Apps Process Cloud Service](process-services-cloud/services/apps-process-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Gets details of deployed apps for the current user. | [Source](../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts) | | [Form cloud service](process-services-cloud/services/form-cloud.service.md) | Implements Process Services form methods | [Source](../lib/process-services-cloud/src/lib/form/services/form-cloud.service.ts) | | [Group Cloud Service](process-services-cloud/services/group-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Searches and gets information for groups. | [Source](../lib/process-services-cloud/src/lib/group/services/group-cloud.service.ts) | +| [Local Preference Cloud Service](process-services-cloud/services/local-preference-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Manages Local Storage preferences. | [Source](../lib/process-services-cloud/src/lib/services/local-preference-cloud.service.ts) | | [Process Filter Cloud Service](process-services-cloud/services/process-filter-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts) | | [Process Header Cloud Service](process-services-cloud/services/process-header-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Manages cloud process instances. | [Source](../lib/process-services-cloud/src/lib/process/process-header/services/process-header-cloud.service.ts) | | [Process List Cloud Service](process-services-cloud/services/process-list-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Searches processes. | [Source](../lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts) | @@ -460,6 +470,7 @@ for more information about installing and using the source code. | [Task Cloud Service](process-services-cloud/services/task-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Manages task cloud. | [Source](../lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts) | | [Task Filter Cloud Service](process-services-cloud/services/task-filter-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | Manages task filters. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) | | [Task List Cloud Service](process-services-cloud/services/task-list-cloud.service.md) ![Experimental](docassets/images/ExperimentalIcon.png) | 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) ![Experimental](docassets/images/ExperimentalIcon.png) | Manages user preferences. | [Source](../lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts) | diff --git a/docs/breaking-changes/breaking-change-2.6.0-3.0.0.md b/docs/breaking-changes/breaking-change-2.6.0-3.0.0.md index 441b1ae1d6..0ebf586b82 100644 --- a/docs/breaking-changes/breaking-change-2.6.0-3.0.0.md +++ b/docs/breaking-changes/breaking-change-2.6.0-3.0.0.md @@ -25,7 +25,7 @@ This document lists all the deprecated ADF v2.x components that were removed for classes without the **adf-** prefix, you will now need to update them. For example, `.card-view` is now `.adf-card-view`. -- [PR ADF-1443](https://github.com/Alfresco/alfresco-ng2-components/pull/4028): [`DownloadZipDialogComponent`](../../lib/core/dialogs/download-zip.dialog.ts) +- [PR ADF-1443](https://github.com/Alfresco/alfresco-ng2-components/pull/4028): [`DownloadZipDialogComponent`](../../lib/core/dialogs/download-zip/download-zip.dialog.ts) and [`NodeDownloadDirective`](../core/directives/node-download.directive.md) have been moved from the Content Services module to the Core module. This modification has enabled us to remove some code duplication between the two modules. diff --git a/docs/content-services/components/content-action.component.md b/docs/content-services/components/content-action.component.md index ec5ca0e865..5b44465156 100644 --- a/docs/content-services/components/content-action.component.md +++ b/docs/content-services/components/content-action.component.md @@ -97,10 +97,10 @@ export class MyView { | Name | Type | Description | | ---- | ---- | ----------- | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs during the action. Applies to copy and move actions. | -| execute | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the user selects the action from the menu. | -| permissionEvent | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a permission error occurs | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the action succeeds with the success string message. Applies to copy, move and delete actions. | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when an error occurs during the action. Applies to copy and move actions. | +| execute | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the user selects the action from the menu. | +| permissionEvent | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when a permission error occurs | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the action succeeds with the success string message. Applies to copy, move and delete actions. | ## Details diff --git a/docs/content-services/components/like.component.md b/docs/content-services/components/like.component.md index 05b1e8ca64..58c5ea8e84 100644 --- a/docs/content-services/components/like.component.md +++ b/docs/content-services/components/like.component.md @@ -29,7 +29,7 @@ Allows a user to add "likes" to an item. | Name | Type | Description | | ---- | ---- | ----------- | -| changeVote | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the "vote" gets changed. | +| changeVote | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the "vote" gets changed. | ## See also diff --git a/docs/content-services/components/rating.component.md b/docs/content-services/components/rating.component.md index 86dfa9233c..2bcaadbae8 100644 --- a/docs/content-services/components/rating.component.md +++ b/docs/content-services/components/rating.component.md @@ -40,7 +40,7 @@ If the average is decimal number it will be rounded. | Name | Type | Description | | ---- | ---- | ----------- | -| changeVote | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the "vote" gets changed. | +| changeVote | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the "vote" gets changed. | ## See also diff --git a/docs/content-services/components/tag-actions.component.md b/docs/content-services/components/tag-actions.component.md index a49364c06b..0252743b46 100644 --- a/docs/content-services/components/tag-actions.component.md +++ b/docs/content-services/components/tag-actions.component.md @@ -32,5 +32,5 @@ Shows available actions for tags. | Name | Type | Description | | ---- | ---- | ----------- | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. | -| result | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an action is chosen. | +| result | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when an action is chosen. | | successAdd | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a tag is added successfully. | diff --git a/docs/content-services/components/tag-list.component.md b/docs/content-services/components/tag-list.component.md index 74cee2593d..6135d0c93e 100644 --- a/docs/content-services/components/tag-list.component.md +++ b/docs/content-services/components/tag-list.component.md @@ -17,7 +17,7 @@ Shows tags for an item. | Name | Type | Description | | ---- | ---- | ----------- | -| result | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a tag is selected. | +| result | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when a tag is selected. | ## See Also diff --git a/docs/content-services/components/tag-node-list.component.md b/docs/content-services/components/tag-node-list.component.md index 9459ffd737..f74bd5741d 100644 --- a/docs/content-services/components/tag-node-list.component.md +++ b/docs/content-services/components/tag-node-list.component.md @@ -32,4 +32,4 @@ Shows tags for a node. | Name | Type | Description | | ---- | ---- | ----------- | -| results | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a tag is selected. | +| results | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when a tag is selected. | diff --git a/docs/content-services/components/upload-button.component.md b/docs/content-services/components/upload-button.component.md index 6924c28168..3b2942f95f 100644 --- a/docs/content-services/components/upload-button.component.md +++ b/docs/content-services/components/upload-button.component.md @@ -47,9 +47,9 @@ Activates a file upload. | Name | Type | Description | | ---- | ---- | ----------- | | beginUpload | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`UploadFilesEvent`](../../../lib/content-services/upload/components/upload-files.event.ts)`>` | Emitted when the upload begins. | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when an error occurs. | | permissionEvent | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`PermissionModel`](../../../lib/content-services/document-list/models/permissions.model.ts)`>` | Emitted when create permission is missing. | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the file is uploaded successfully. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the file is uploaded successfully. | ## Details diff --git a/docs/content-services/components/upload-drag-area.component.md b/docs/content-services/components/upload-drag-area.component.md index 1357f4f173..625bcdf8e6 100644 --- a/docs/content-services/components/upload-drag-area.component.md +++ b/docs/content-services/components/upload-drag-area.component.md @@ -75,8 +75,8 @@ as the drag/drop target: | Name | Type | Description | | ---- | ---- | ----------- | | beginUpload | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`UploadFilesEvent`](../../../lib/content-services/upload/components/upload-files.event.ts)`>` | Emitted when the upload begins. | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the file is uploaded successfully. | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when an error occurs. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the file is uploaded successfully. | ## Details diff --git a/docs/content-services/components/upload-version-button.component.md b/docs/content-services/components/upload-version-button.component.md index bb8df4dcf0..07e542f77a 100644 --- a/docs/content-services/components/upload-version-button.component.md +++ b/docs/content-services/components/upload-version-button.component.md @@ -50,9 +50,9 @@ to enrich the features and decrease the restrictions currently applied to node v | Name | Type | Description | | ---- | ---- | ----------- | | beginUpload | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`UploadFilesEvent`](../../../lib/content-services/upload/components/upload-files.event.ts)`>` | Emitted when the upload begins. | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when an error occurs. | | permissionEvent | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`PermissionModel`](../../../lib/content-services/document-list/models/permissions.model.ts)`>` | Emitted when create permission is missing. | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the file is uploaded successfully. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the file is uploaded successfully. | ## Details diff --git a/docs/content-services/components/webscript.component.md b/docs/content-services/components/webscript.component.md index 6209a69b4e..3c4c2d0727 100644 --- a/docs/content-services/components/webscript.component.md +++ b/docs/content-services/components/webscript.component.md @@ -75,7 +75,7 @@ export class AppComponent { | Name | Type | Description | | ---- | ---- | ----------- | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the operation succeeds. You can get the plain data from the webscript through the **success** event parameter and use it as you need in your application. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the operation succeeds. You can get the plain data from the webscript through the **success** event parameter and use it as you need in your application. | ## Details diff --git a/docs/content-services/directives/toggle-icon.directive.md b/docs/content-services/directives/toggle-icon.directive.md index 847d8f5737..608ea20a25 100644 --- a/docs/content-services/directives/toggle-icon.directive.md +++ b/docs/content-services/directives/toggle-icon.directive.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2019-04-09 --- -# [Toggle Icon directive](../../../lib/content-services/upload/directives/toggle-icon.directive.ts 'Defined in toggle-icon.directive.ts') +# [Toggle Icon directive](../../../lib/content-services/upload/directives/toggle-icon.directive.ts "Defined in toggle-icon.directive.ts") Toggle icon on mouse or keyboard event for a selectable element. @@ -25,10 +25,3 @@ Toggle icon on mouse or keyboard event for a selectable element. ``` ## Class members - -### Properties - -| Name | Type | Default value | Description | -| --------- | --------- | ------------- | ----------------------------------------------- | -| isToggled | `boolean` | false | Is element active by mouseenter or focus event? | -| isFocused | `boolean` | false | Is element focused by keyboard navigation? | diff --git a/docs/core/components/about-application-modules.md b/docs/core/components/about-application.component.md similarity index 98% rename from docs/core/components/about-application-modules.md rename to docs/core/components/about-application.component.md index 3eb60cb504..02fe50153e 100644 --- a/docs/core/components/about-application-modules.md +++ b/docs/core/components/about-application.component.md @@ -1,6 +1,6 @@ --- Title: About Application Modules Component -Added: v1.0.0 +Added: v3.5.0 Status: Experimental Last reviewed: 2019-09-09 --- diff --git a/docs/core/components/about-github-link.md b/docs/core/components/about-github-link.component.md similarity index 98% rename from docs/core/components/about-github-link.md rename to docs/core/components/about-github-link.component.md index d55ad0e661..9be1a2f0ca 100644 --- a/docs/core/components/about-github-link.md +++ b/docs/core/components/about-github-link.component.md @@ -1,6 +1,6 @@ --- Title: About GitHub Link Component -Added: v1.0.0 +Added: v3.5.0 Status: Experimental Last reviewed: 2019-09-09 --- diff --git a/docs/core/components/about-product-version.component.md b/docs/core/components/about-product-version.component.md index 08cf9275b1..776e150cf2 100644 --- a/docs/core/components/about-product-version.component.md +++ b/docs/core/components/about-product-version.component.md @@ -1,6 +1,6 @@ --- Title: About Product Version Component -Added: v1.0.0 +Added: v3.5.0 Status: Experimental Last reviewed: 2019-09-09 --- diff --git a/docs/core/components/data-column.component.md b/docs/core/components/data-column.component.md index 8fe26473cf..d6286889af 100644 --- a/docs/core/components/data-column.component.md +++ b/docs/core/components/data-column.component.md @@ -45,23 +45,14 @@ Defines column properties for DataTable, Tasklist, Document List and other compo | ---- | ---- | ------------- | ----------- | | copyContent | `boolean` | | Enables/disables a [Clipboard directive](../../core/directives/clipboard.directive.md) to allow copying of cell contents. | | cssClass | `string` | | Additional CSS class to be applied to column (header and cells). | +| editable | `boolean` | false | | | format | `string` | | Value format (if supported by the parent component), for example format of the date. | | formatTooltip | `Function` | | Custom tooltip formatter function. | | key | `string` | | Data source key. Can be either a column/property key like `title` or a property path like `createdBy.name`. | | sortable | `boolean` | true | Toggles ability to sort by this column, for example by clicking the column header. | | srTitle | `string` | | Title to be used for screen readers. | | title | `string` | "" | Display title of the column, typically used for column headers. You can use the i18n resource key to get it translated automatically. | -| type | `string` | "text" | Value type for the column. | - -Supported `type` values: - -- text -- image -- date -- icon -- fileSize -- location -- json (v3.4.0+) +| type | `string` | "text" | Value type for the column. Possible settings are 'text', 'image', 'date', 'fileSize', 'location', and 'json'. | ## Details diff --git a/docs/core/components/form-field.component.md b/docs/core/components/form-field.component.md index 8c20bf1870..2c6e14d4b0 100644 --- a/docs/core/components/form-field.component.md +++ b/docs/core/components/form-field.component.md @@ -39,7 +39,7 @@ uses `` components to render the form fields. Forms defined in APS have the following default mappings for the form fields: | _APS [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) Designer_ Widget | Field Type | Component Type | -| -------------------------------------------------------------------------------------------- | ---------- | -------------- | +| ---------------------------------------------------------------------------------------------------- | ---------- | -------------- | | Text | text | [`TextWidgetComponent`](../../../lib/core/form/components/widgets/text/text.widget.ts) | | Multi-line text | multi-line-text | [`MultilineTextWidgetComponentComponent`](../../../lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts) | | Number | integer | [`NumberWidgetComponent`](../../../lib/core/form/components/widgets/number/number.widget.ts) | diff --git a/docs/core/components/json-cell.component.md b/docs/core/components/json-cell.component.md index 803685a6c7..b1874f0ef0 100644 --- a/docs/core/components/json-cell.component.md +++ b/docs/core/components/json-cell.component.md @@ -44,6 +44,7 @@ You can specify the cell inside the `app.config.json` file: | column | [`DataColumn`](../../../lib/core/datatable/data/data-column.model.ts) | | Data that defines the column. | | copyContent | `boolean` | | Enables/disables a [Clipboard directive](../../core/directives/clipboard.directive.md) to allow copying of the cell's content. | | data | [`DataTableAdapter`](../../../lib/core/datatable/data/datatable-adapter.ts) | | Data table adapter instance. | +| editable | `boolean` | false | Editable JSON. | | row | [`DataRow`](../../../lib/core/datatable/data/data-row.model.ts) | | Data that defines the row. | | tooltip | `string` | | Text for the cell's tooltip. | diff --git a/docs/core/components/viewer.component.md b/docs/core/components/viewer.component.md index 3d917e4c7c..5c43d2e5b3 100644 --- a/docs/core/components/viewer.component.md +++ b/docs/core/components/viewer.component.md @@ -89,7 +89,7 @@ See the [Custom layout](#custom-layout) section for full details of all availabl | canNavigateNext | `boolean` | true | Toggles the next (">") button. Requires `allowNavigate` to be enabled. | | displayName | `string` | | Specifies the name of the file when it is not available from the URL. | | fileName | `string` | | Content filename. | -| maxRetries | `number` | 10 | Number of times the Viewer will retry fetching content Rendition. There is a delay of at least one second between attempts. | +| maxRetries | `number` | 30 | Number of times the Viewer will retry fetching content Rendition. There is a delay of at least one second between attempts. | | mimeType | `string` | | MIME type of the file content (when not determined by the filename extension). | | nodeId | `string` | null | [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Id of the file to load. | | overlayMode | `boolean` | false | If `true` then show the Viewer as a full page over the current content. Otherwise fit inside the parent div. | @@ -110,9 +110,9 @@ See the [Custom layout](#custom-layout) section for full details of all availabl | ---- | ---- | ----------- | | extensionChange | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the filename extension changes. | | goBack | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`BaseEvent`](../../../lib/core/events/base.event.ts)`>` | Emitted when user clicks the 'Back' button. | -| invalidSharedLink | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the shared link used is not valid. | -| navigateBefore | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when user clicks 'Navigate Before' ("<") button. | -| navigateNext | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when user clicks 'Navigate Next' (">") button. | +| invalidSharedLink | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the shared link used is not valid. | +| navigateBefore | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when user clicks 'Navigate Before' ("<") button. | +| navigateNext | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when user clicks 'Navigate Next' (">") button. | | print | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`BaseEvent`](../../../lib/core/events/base.event.ts)`>` | Emitted when user clicks the 'Print' button. | | showViewerChange | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the viewer is shown or hidden. | diff --git a/docs/core/dialogs/edit-json.dialog.md b/docs/core/dialogs/edit-json.dialog.md index fb3af4ad0c..f4d61ca234 100644 --- a/docs/core/dialogs/edit-json.dialog.md +++ b/docs/core/dialogs/edit-json.dialog.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2019-09-17 --- -# Edit JSON Dialog +# [Edit JSON Dialog](../../../ "Defined in ") Allows a user to preview or edit a JSON content in a dialog. diff --git a/docs/core/services/form.service.md b/docs/core/services/form.service.md index 0415effc31..ba93f4859e 100644 --- a/docs/core/services/form.service.md +++ b/docs/core/services/form.service.md @@ -95,11 +95,11 @@ class MyComponent { - `formValues` - [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) Values - `outcome` - (Optional) [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) Outcome - `getTaskForm(taskId: string):`[`Observable`](http://reactivex.io/documentation/observable.html)`` - Get [`Form`](../../../lib/process-services/task-list/models/form.model.ts) related to a taskId + Get [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) related to a taskId - `taskId` - Task Id - `getFormDefinitionById(formId: string):`[`Observable`](http://reactivex.io/documentation/observable.html)`` - Get [`Form`](../../../lib/process-services/task-list/models/form.model.ts) Definition - - `formId` - [`Form`](../../../lib/process-services/task-list/models/form.model.ts) Id + Get [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) Definition + - `formId` - [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) Id - `getFormDefinitionByName(name: string):`[`Observable`](http://reactivex.io/documentation/observable.html)`` Returns form definition with a given name. - `name` - The form name @@ -137,7 +137,7 @@ class MyComponent { Gets a list of workflow users. - `filter` - Filter to select specific users - `groupId` - (Optional) Group ID for the search -- [`getWorkflowGroups(filter: string, groupId?: string): Observable`](../../../lib/process-services-cloud/src/lib/group/models/group.model.ts) +- [`getWorkflowGroups(filter: string, groupId?: string): Observable`](../../../lib/core/form/components/widgets/core/group.model.ts) Gets a list of groups in a workflow. - `filter` - Filter to select specific groups - `groupId` - (Optional) Group ID for the search diff --git a/docs/core/services/identity-group.service.md b/docs/core/services/identity-group.service.md index 29e7622a26..2c13202652 100644 --- a/docs/core/services/identity-group.service.md +++ b/docs/core/services/identity-group.service.md @@ -42,17 +42,17 @@ Performs CRUD operations on identity groups. - _searchParams:_ [`IdentityGroupSearchParam`](../../../lib/core/userinfo/models/identity-group.model.ts) - Object containing the name filter string - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - List of group information - **getClientIdByApplicationName**(applicationName: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)``
- Gets the client ID using the app name. + Gets the client Id using the app name. - _applicationName:_ `string` - Name of the app - - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - client ID string + - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - client Id string - **getClientRoles**(groupId: `string`, clientId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityRoleModel`](../../../lib/core/userinfo/models/identity-role.model.ts)`[]>`
Gets client roles. - - _groupId:_ `string` - ID of the target group - - _clientId:_ `string` - ID of the client + - _groupId:_ `string` - Id of the target group + - _clientId:_ `string` - Id of the client - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityRoleModel`](../../../lib/core/userinfo/models/identity-role.model.ts)`[]>` - List of roles - **getGroupRoles**(groupId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityRoleModel`](../../../lib/core/userinfo/models/identity-role.model.ts)`[]>`
Gets details for a specified group. - - _groupId:_ `string` - ID of the target group + - _groupId:_ `string` - Id of the target group - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityRoleModel`](../../../lib/core/userinfo/models/identity-role.model.ts)`[]>` - Group details - **getGroups**(): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityGroupModel`](../../../lib/core/userinfo/models/identity-group.model.ts)`[]>`
Gets all groups. diff --git a/docs/core/services/notification.service.md b/docs/core/services/notification.service.md index c4304e21ba..c8f90ec853 100644 --- a/docs/core/services/notification.service.md +++ b/docs/core/services/notification.service.md @@ -17,12 +17,12 @@ Shows a notification message with optional feedback. - **dismissSnackMessageAction**()
dismiss the notification snackbar -- **openSnackMessage**(message: `string`, config?: `number|MatSnackBarConfig`): [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)``
+- **openSnackMessage**(message: `string`, config?: `number|MatSnackBarConfig`, translationArgs?: `any`): [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)``
Opens a SnackBar notification to show a message. - _message:_ `string` - The message (or resource key) to show. - _config:_ `number|MatSnackBarConfig` - (Optional) Time before notification disappears after being shown or MatSnackBarConfig object - - translationArgs: `any` - The object with the keys for the interpolation of your translation string - - **Returns** [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)`` - Information/control object for the SnackBar + - _translationArgs:_ `any` - (Optional) The interpolation parameters to add for the translation + - **Returns** [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)`` - Information/control object for the SnackBar - **openSnackMessageAction**(message: `string`, action: `string`, config?: `number|MatSnackBarConfig`): [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)``
Opens a SnackBar notification with a message and a response button. - _message:_ `string` - The message (or resource key) to show. @@ -34,10 +34,11 @@ Shows a notification message with optional feedback. - _message:_ `string` - Text message or translation key for the message. - _action:_ `string` - (Optional) Action name - **Returns** [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)`` - -- **showInfo**(message: `string`, action?: `string`): [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)``
+- **showInfo**(message: `string`, action?: `string`, interpolateArgs?: `any`): [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)``
Rase info message - _message:_ `string` - Text message or translation key for the message. - _action:_ `string` - (Optional) Action name + - _interpolateArgs:_ `any` - (Optional) - **Returns** [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)`` - - **showWarning**(message: `string`, action?: `string`): [`MatSnackBarRef`](https://material.angular.io/components/snack-bar/overview)``
Rase warning message diff --git a/docs/core/widgets/content.widget.md b/docs/core/widgets/content.widget.md index b437d00252..142a634450 100644 --- a/docs/core/widgets/content.widget.md +++ b/docs/core/widgets/content.widget.md @@ -29,7 +29,7 @@ Shows the content preview. | Name | Type | Description | | ---- | ---- | ----------- | -| contentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the content is clicked. | +| contentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the content is clicked. | | contentLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the content has loaded. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. | | thumbnailLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the thumbnail has loaded. | diff --git a/docs/insights/components/analytics-generator.component.md b/docs/insights/components/analytics-generator.component.md index eb2beda143..7b05b473ba 100644 --- a/docs/insights/components/analytics-generator.component.md +++ b/docs/insights/components/analytics-generator.component.md @@ -30,5 +30,5 @@ Generates and shows charts | Name | Type | Description | | ---- | ---- | ----------- | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | diff --git a/docs/insights/components/analytics-report-list.component.md b/docs/insights/components/analytics-report-list.component.md index af90001246..6c8104b726 100644 --- a/docs/insights/components/analytics-report-list.component.md +++ b/docs/insights/components/analytics-report-list.component.md @@ -30,6 +30,6 @@ Shows a list of all available reports | Name | Type | Description | | ---- | ---- | ----------- | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | | reportClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ReportParametersModel`](../../../lib/insights/diagram/models/report/reportParameters.model.ts)`>` | | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | diff --git a/docs/insights/components/analytics.component.md b/docs/insights/components/analytics.component.md index ceb22b8625..2914fc6536 100644 --- a/docs/insights/components/analytics.component.md +++ b/docs/insights/components/analytics.component.md @@ -33,6 +33,6 @@ Shows the charts related to the reportId passed as input | Name | Type | Description | | ---- | ---- | ----------- | -| editReport | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | -| reportDeleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | -| reportSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | +| editReport | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | +| reportDeleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | +| reportSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | diff --git a/docs/insights/components/diagram.component.md b/docs/insights/components/diagram.component.md index cd6f0990cb..495e4f8463 100644 --- a/docs/insights/components/diagram.component.md +++ b/docs/insights/components/diagram.component.md @@ -44,5 +44,5 @@ The below component shows the diagram of a running process instance with the act | Name | Type | Description | | ---- | ---- | ----------- | -| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | +| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | | diff --git a/docs/process-services-cloud/components/edit-process-filter-cloud.component.md b/docs/process-services-cloud/components/edit-process-filter-cloud.component.md index cfb5f121f9..c2366fc328 100644 --- a/docs/process-services-cloud/components/edit-process-filter-cloud.component.md +++ b/docs/process-services-cloud/components/edit-process-filter-cloud.component.md @@ -215,4 +215,3 @@ Users can save a filter if they make any changes to it in an application using t - [Process Filter Cloud Service](../services/process-filter-cloud.service.md) - [Local preference Cloud Service](../services/local-preference-cloud.service.md) - [User preference Cloud Service](../services/user-preference-cloud.service.md) - diff --git a/docs/process-services-cloud/components/edit-task-filter-cloud.component.md b/docs/process-services-cloud/components/edit-task-filter-cloud.component.md index 5ae00fe8bd..c596e2ea48 100644 --- a/docs/process-services-cloud/components/edit-task-filter-cloud.component.md +++ b/docs/process-services-cloud/components/edit-task-filter-cloud.component.md @@ -215,4 +215,3 @@ Users can save a filter if they make any changes to it in an application using t - [Task filters Cloud Service](../services/task-filter-cloud.service.md) - [Local preference Cloud Service](../services/local-preference-cloud.service.md) - [User preference Cloud Service](../services/user-preference-cloud.service.md) - diff --git a/docs/process-services-cloud/components/form-cloud.component.md b/docs/process-services-cloud/components/form-cloud.component.md index ad78e9f96f..017d5c59d4 100644 --- a/docs/process-services-cloud/components/form-cloud.component.md +++ b/docs/process-services-cloud/components/form-cloud.component.md @@ -81,8 +81,8 @@ The template defined inside `empty-form` will be shown when no form definition i | disableCompleteButton | `boolean` | false | If true then the `Complete` outcome button is shown but it will be disabled. | | disableSaveButton | `boolean` | false | If true then the `Save` outcome button is shown but will be disabled. | | disableStartProcessButton | `boolean` | false | If true then the `Start Process` outcome button is shown but it will be disabled. | -| fieldValidators | [`FormFieldValidator`](../../../lib/core/form/components/widgets/core/form-field-validator.ts)`[]` | | Contains a list of form field validator instances. | -| form | [`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts) | | Underlying [form model](../../../lib/core/form/components/widgets/core/form.model.ts) instance. | +| fieldValidators | [`FormFieldValidator`](../../../lib/core/form/components/widgets/core/form-field-validator.ts)`[]` | | [FormFieldValidator](../../../lib/core/form/components/widgets/core/form-field-validator.ts) allow to override the form field validators provided. | +| form | [`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts) | | Underlying [form model](../../../lib/core/form/components/widgets/core/form.model.ts) instance. | | formId | `string` | | Task id to fetch corresponding form and values. | | nameNode | `string` | | Name to assign to the new node where the metadata are stored. | | path | `string` | | Path of the folder where the metadata will be stored. | @@ -101,12 +101,12 @@ The template defined inside `empty-form` will be shown when no form definition i | ---- | ---- | ----------- | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when any error occurs. | | executeOutcome | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormOutcomeEvent`](../../../lib/core/form/components/widgets/core/form-outcome-event.model.ts)`>` | Emitted when any outcome is executed. Default behaviour can be prevented via `event.preventDefault()`. | -| formCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)`>` | Emitted when the form is submitted with the `Complete` outcome. | -| formContentClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | -| formDataRefreshed | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)`>` | Emitted when form values are refreshed due to a data property change. | +| formCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is submitted with the `Complete` outcome. | +| formContentClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when form content is clicked. | +| formDataRefreshed | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)`>` | Emitted when form values are refreshed due to a data property change. | | formError | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormFieldModel`](../../core/models/form-field.model.md)`[]>` | Emitted when the supplied form values have a validation error. | -| formLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)`>` | Emitted when the form is loaded or reloaded. | -| formSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)`>` | Emitted when the form is submitted with the `Save` or custom outcomes. | +| formLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is loaded or reloaded. | +| formSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is submitted with the `Save` or custom outcomes. | ## Details diff --git a/docs/process-services-cloud/components/process-list-cloud.component.md b/docs/process-services-cloud/components/process-list-cloud.component.md index 2ac4f2b4d4..137da3c671 100644 --- a/docs/process-services-cloud/components/process-list-cloud.component.md +++ b/docs/process-services-cloud/components/process-list-cloud.component.md @@ -50,10 +50,8 @@ when the process list is empty: | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | -| appName | `string` | | The name of the application. | -| actions | `boolean` | false | Toggles the data actions column. | | actionsPosition | `string` | "right" | Position of the actions dropdown menu. Can be "left" or "right". | -| contextMenu | `boolean` | false | Toggles custom context menu for the component. | +| appName | `string` | | The name of the application. | | businessKey | `string` | "" | Filter the processes to display only the ones with this businessKey value. | | id | `string` | "" | Filter the processes to display only the ones with this ID. | | initiator | `string` | "" | Name of the initiator of the process. | @@ -65,6 +63,8 @@ when the process list is empty: | processDefinitionId | `string` | "" | Filter the processes to display only the ones with this process definition ID. | | processDefinitionKey | `string` | "" | Filter the processes to display only the ones with this process definition key. | | selectionMode | `string` | "single" | Row selection mode. Can be "none", "single" or "multiple". For multiple mode, you can use Cmd (macOS) or Ctrl (Win) modifier key to toggle selection for multiple rows. | +| showActions | `boolean` | false | Toggles the data actions column. | +| showContextMenu | `boolean` | false | Toggles custom context menu for the component. | | sorting | [`ProcessListCloudSortingModel`](../../../lib/process-services-cloud/src/lib/process/process-list/models/process-list-sorting.model.ts)`[]` | | Array of objects specifying the sort order and direction for the list. The sort parameters are for BE sorting. | | status | `string` | "" | Filter the processes to display only the ones with this status. | | stickyHeader | `boolean` | false | Toggles the sticky header mode. | @@ -74,12 +74,12 @@ when the process list is empty: | Name | Type | Description | | ---- | ---- | ----------- | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs while loading the list of process instances from the server. | +| executeRowAction | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataRowActionEvent`](../../../lib/core/datatable/components/datatable/data-row-action.event.ts)`>` | Emitted when the user executes a row action. | | rowClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a row in the process list is clicked. | | rowsSelected | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when rows are selected/unselected. | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the list of process instances has been loaded successfully from the server. | -| executeRowAction | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataRowActionEvent`](../../../lib/core/datatable/components/datatable/data-row-action.event.ts)`>` | Emitted when the user executes a row action. | | showRowActionsMenu | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataCellEvent`](../../../lib/core/datatable/components/datatable/data-cell.event.ts)`>` | Emitted before the actions menu is displayed for a row. | | showRowContextMenu | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataCellEvent`](../../../lib/core/datatable/components/datatable/data-cell.event.ts)`>` | Emitted before the context menu is displayed for a row. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the list of process instances has been loaded successfully from the server. | ## Details @@ -233,6 +233,7 @@ onShowRowContextMenu(event: DataCellEvent) { ] } ``` + ![](../../docassets/images/context-menu-on-process-list.png) This event is cancellable. You can use `event.preventDefault()` to prevent the default behavior. diff --git a/docs/process-services-cloud/components/task-form-cloud.component.md b/docs/process-services-cloud/components/task-form-cloud.component.md index 84c720406a..4535b089c3 100644 --- a/docs/process-services-cloud/components/task-form-cloud.component.md +++ b/docs/process-services-cloud/components/task-form-cloud.component.md @@ -49,8 +49,9 @@ Save and Complete buttons get disabled when at least one of the form's inputs ar | ---- | ---- | ----------- | | cancelClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the cancel button is clicked. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when any error occurs. | -| formCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)`>` | Emitted when the form is submitted with the `Complete` outcome. | -| formSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)`>` | Emitted when the form is saved. | +| formCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is submitted with the `Complete` outcome. | +| formContentClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ContentLinkModel`](../../../lib/core/form/components/widgets/core/content-link.model.ts)`>` | Emitted when form content is clicked. | +| formSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is saved. | | taskClaimed | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is claimed. | | taskCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is completed. | | taskUnclaimed | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is unclaimed. | diff --git a/docs/process-services-cloud/components/task-list-cloud.component.md b/docs/process-services-cloud/components/task-list-cloud.component.md index 46cbaea41c..37c9e790af 100644 --- a/docs/process-services-cloud/components/task-list-cloud.component.md +++ b/docs/process-services-cloud/components/task-list-cloud.component.md @@ -51,11 +51,9 @@ when the task list is empty: | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | +| actionsPosition | `string` | "right" | Position of the actions dropdown menu. Can be "left" or "right". | | appName | `string` | "" | The name of the application. | | assignee | `string` | "" | The assignee of the process. Possible values are: "assignee" (the current user is the assignee), "candidate" (the current user is a task candidate", "group_x" (the task is assigned to a group where the current user is a member, no value (the current user is involved). | -| actions | `boolean` | false | Toggles the data actions column. | -| actionsPosition | `string` | "right" | Position of the actions dropdown menu. Can be "left" or "right". | -| contextMenu | `boolean` | false | Toggles custom context menu for the component. | | createdDate | `string` | "" | Filter the tasks. Display only tasks created on the supplied date. | | dueDate | `string` | "" | Filter the tasks. Display only tasks with dueDate equal to the supplied date. | | id | `string` | "" | Filter the tasks. Display only tasks with id equal to the supplied value. | @@ -70,6 +68,8 @@ when the task list is empty: | processDefinitionId | `string` | "" | Filter the tasks. Display only tasks with processDefinitionId equal to the supplied value. | | processInstanceId | `string` | "" | Filter the tasks. Display only tasks with processInstanceId equal to the supplied value. | | selectionMode | `string` | "single" | Row selection mode. Can be none, `single` or `multiple`. For `multiple` mode, you can use the Cmd (macOS) or Ctrl (Win) modifier key to toggle selection for multiple rows. | +| showActions | `boolean` | false | Toggles the data actions column. | +| showContextMenu | `boolean` | false | Toggles custom context menu for the component. | | sorting | [`TaskListCloudSortingModel`](../../../lib/process-services-cloud/src/lib/task/task-list/models/task-list-sorting.model.ts)`[]` | | Specifies how the table should be sorted. The parameters are for BE sorting. | | standAlone | `boolean` | false | Filter the tasks. Display only the tasks that belong to a process in case is false or tasks that doesn't belong to a process in case of true. | | status | `string` | "" | Filter the tasks. Display only tasks with status equal to the supplied value. | @@ -80,12 +80,12 @@ when the task list is empty: | Name | Type | Description | | ---- | ---- | ----------- | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. | +| executeRowAction | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataRowActionEvent`](../../../lib/core/datatable/components/datatable/data-row-action.event.ts)`>` | Emitted when the user executes a row action. | | rowClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a task in the list is clicked | | rowsSelected | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when rows are selected/unselected | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task list is loaded | -| executeRowAction | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataRowActionEvent`](../../../lib/core/datatable/components/datatable/data-row-action.event.ts)`>` | Emitted when the user executes a row action. | | showRowActionsMenu | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataCellEvent`](../../../lib/core/datatable/components/datatable/data-cell.event.ts)`>` | Emitted before the actions menu is displayed for a row. | | showRowContextMenu | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`DataCellEvent`](../../../lib/core/datatable/components/datatable/data-cell.event.ts)`>` | Emitted before the context menu is displayed for a row. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task list is loaded | ## Details @@ -225,7 +225,7 @@ You can customize the styling of a column and also add features like tooltips an Emitted before the context menu is displayed for a row. -Note that the TaskListCloudComponent itself does not populate the context menu with items. +Note that the [`TaskListCloudComponent`](../../process-services-cloud/components/task-list-cloud.component.md) itself does not populate the context menu with items. You can provide all necessary content via the handler. ```html @@ -255,11 +255,12 @@ onShowRowContextMenu(event: DataCellEvent) { ] } ``` + ![](../../docassets/images/task-list-cloud-context-menu.png) This event is cancellable. You can use `event.preventDefault()` to prevent the default behavior. -The TaskListCloudComponent will automatically render the supplied menu items. +The [`TaskListCloudComponent`](../../process-services-cloud/components/task-list-cloud.component.md) will automatically render the supplied menu items. See the [ContextMenu](https://www.npmjs.com/package/ng2-alfresco-core) documentation for more details on the format and behavior of context actions. @@ -278,7 +279,7 @@ value: { } ``` -Note that the TaskListCloudComponent itself does not populate the action menu with items. +Note that the [`TaskListCloudComponent`](../../process-services-cloud/components/task-list-cloud.component.md) itself does not populate the action menu with items. You can provide all necessary content via the handler. This event is cancellable. You can use `event.preventDefault()` to prevent the default behavior. @@ -288,7 +289,7 @@ This event is cancellable. You can use `event.preventDefault()` to prevent the d Emitted when the user executes a row action. This usually accompanies a `showRowActionsMenu` event. -The TaskListCloudComponent itself does not execute actions but provides support for external +The [`TaskListCloudComponent`](../../process-services-cloud/components/task-list-cloud.component.md) itself does not execute actions but provides support for external integration. If actions are provided using the `showRowActionsMenu` event then `executeRowAction` will be automatically executed when the user clicks a corresponding menu item. @@ -327,7 +328,7 @@ onExecuteRowAction(event: DataRowActionEvent) { You can use any payloads for row actions. The only requirement for the objects is that they must have a `title` property. -When an action is selected in the dropdown menu, the TaskListCloudComponent invokes the `executeRowAction` event. +When an action is selected in the dropdown menu, the [`TaskListCloudComponent`](../../process-services-cloud/components/task-list-cloud.component.md) invokes the `executeRowAction` event. Use this to handle the response, inspect the action payload (and all custom properties defined earlier), and perform the corresponding actions. diff --git a/docs/process-services-cloud/services/form-cloud.service.md b/docs/process-services-cloud/services/form-cloud.service.md index 35c568fb8f..e159536788 100644 --- a/docs/process-services-cloud/services/form-cloud.service.md +++ b/docs/process-services-cloud/services/form-cloud.service.md @@ -78,12 +78,12 @@ class MyComponent { - _appName:_ `string` - Name of the app - _taskId:_ `string` - ID of the target task - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskVariableCloud`](../../../lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts)`[]>` - Task variables -- **parseForm**(json: `any`, data?: [`TaskVariableCloud`](../../../lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts)`[]`, readOnly: `boolean` = `false`): [`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts)
+- **parseForm**(json: `any`, data?: [`TaskVariableCloud`](../../../lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts)`[]`, readOnly: `boolean` = `false`): [`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts)
Parses JSON data to create a corresponding form. - _json:_ `any` - JSON data to create the form - _data:_ [`TaskVariableCloud`](../../../lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts)`[]` - (Optional) Values for the form's fields - _readOnly:_ `boolean` - Toggles whether or not the form should be read-only - - **Returns** [`FormCloud`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts) - [Form](../../../lib/process-services/src/lib/task-list/models/form.model.ts) created from the JSON specification + - **Returns** [`FormModel`](../../../lib/core/form/components/widgets/core/form.model.ts) - [Form](../../../lib/process-services/src/lib/task-list/models/form.model.ts) created from the JSON specification - **saveTaskForm**(appName: `string`, taskId: `string`, processInstanceId: `string`, formId: `string`, formValues: [`FormValues`](../../../lib/core/form/components/widgets/core/form-values.ts)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`
Saves a task form. - _appName:_ `string` - Name of the app diff --git a/docs/process-services-cloud/services/local-preference-cloud.service.md b/docs/process-services-cloud/services/local-preference-cloud.service.md index 1ca461d0c0..8ee1eb190f 100644 --- a/docs/process-services-cloud/services/local-preference-cloud.service.md +++ b/docs/process-services-cloud/services/local-preference-cloud.service.md @@ -13,35 +13,26 @@ Manages Local Storage preferences. ### Methods -- **createPreference**(appName: `string`, key: `string`, newPreference: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)``
+- **createPreference**(key: `string`, newPreference: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)``
Creates local preference. - - _appName:_ `string` - Name of the target app - _key:_ `string` - Key of the target preference - - _newPreference:_ `any` - + - _newPreference:_ `any` - Details of new local preference - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - Observable of created local preferences - **deletePreference**(key: `string`, preferences: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)``
Deletes local preference by given preference key. - _key:_ `string` - Key of the target preference - _preferences:_ `any` - Details of updated preferences - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - Observable of preferences without deleted preference -- **getPreferenceByKey**(appName: `string`, key: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)``
+- **getPreferenceByKey**(key: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)``
Gets local preference. - - _appName:_ `string` - Name of the target app - _key:_ `string` - Key of the target preference - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - Observable of local preference -- **getPreferences**(appName: `string`, key: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)``
+- **getPreferences**(key: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)``
Gets local preferences - - _appName:_ `string` - Name of the target app - - _key:_ `string` - (Optional) (Optional) (Optional) (Optional) + - _key:_ `string` - (Optional) - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - List of local preferences -- **prepareLocalPreferenceResponse**(key: `string`): `any`
- - - _key:_ `string` - - - **Returns** `any` - - -- **updatePreference**(appName: `string`, key: `string`, updatedPreference: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)``
+- **updatePreference**(key: `string`, updatedPreference: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)``
Updates local preference. - - _appName:_ `string` - Name of the target app - _key:_ `string` - Key of the target preference - _updatedPreference:_ `any` - Details of updated preference - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - Observable of updated local preferences diff --git a/docs/process-services-cloud/services/process-filter-cloud.service.md b/docs/process-services-cloud/services/process-filter-cloud.service.md index b9c38e2c3f..99f4e3bfe7 100644 --- a/docs/process-services-cloud/services/process-filter-cloud.service.md +++ b/docs/process-services-cloud/services/process-filter-cloud.service.md @@ -56,7 +56,6 @@ import { LocalPreferenceCloudService, PROCESS_FILTERS_SERVICE_TOKEN } from '@alf ] }) export class ExampleModule {} - ``` If you would like to inject the [User Preference Cloud Service](../../process-services-cloud/services/user-preference-cloud.service.md), you can inject the service like below shown @@ -74,7 +73,6 @@ import { UserPreferenceCloudService, PROCESS_FILTERS_SERVICE_TOKEN } from '@alfr ] }) export class ExampleModule {} - ``` ## See also diff --git a/docs/process-services-cloud/services/task-filter-cloud.service.md b/docs/process-services-cloud/services/task-filter-cloud.service.md index 2ae43bc229..a26b5ca35e 100644 --- a/docs/process-services-cloud/services/task-filter-cloud.service.md +++ b/docs/process-services-cloud/services/task-filter-cloud.service.md @@ -21,11 +21,11 @@ Manages task filters. Deletes a task filter - _deletedFilter:_ [`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts) - - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts)`[]>` - Observable of task instance filters without deleted filter -- **getTaskFilterById**(appName: `string`, id: `string`): `any`
+- **getTaskFilterById**(appName: `string`, id: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts)`>`
Gets a task filter. - _appName:_ `string` - Name of the target app - _id:_ `string` - ID of the task - - **Returns** `any` - Details of the task filter + - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts)`>` - Details of the task filter - **getTaskListFilters**(appName?: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts)`[]>`
Gets all task filters for a task app. - _appName:_ `string` - (Optional) Name of the target app @@ -74,10 +74,9 @@ import { LocalPreferenceCloudService, TASK_FILTERS_SERVICE_TOKEN } from '@alfres ] }) export class ExampleModule {} - ``` -If you would like to inject the [UserPreferenceCloudService](../../process-services-cloud/services/user-preference-cloud.service.md), you can inject the service like below shown +If you would like to inject the [`UserPreferenceCloudService`](../../process-services-cloud/services/user-preference-cloud.service.md), you can inject the service like below shown ```ts import { NgModule } from '@angular/core'; @@ -92,7 +91,6 @@ import { UserPreferenceCloudService, TASK_FILTERS_SERVICE_TOKEN } from '@alfresc ] }) export class ExampleModule {} - ``` ## See also diff --git a/docs/process-services-cloud/services/user-preference-cloud.service.md b/docs/process-services-cloud/services/user-preference-cloud.service.md index 8f9ae4c8a8..fe379975e3 100644 --- a/docs/process-services-cloud/services/user-preference-cloud.service.md +++ b/docs/process-services-cloud/services/user-preference-cloud.service.md @@ -47,4 +47,4 @@ Manages user preferences. ## See also -- [Local preference Cloud Service](local-preference-cloud.service.md) \ No newline at end of file +- [Local preference Cloud Service](local-preference-cloud.service.md) diff --git a/docs/process-services/components/people-search.component.md b/docs/process-services/components/people-search.component.md index 98621ce4be..70aa49d70d 100644 --- a/docs/process-services/components/people-search.component.md +++ b/docs/process-services/components/people-search.component.md @@ -39,7 +39,7 @@ special sub-components in the body of the `` element: | Name | Type | Description | | ---- | ---- | ----------- | -| closeSearch | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the "close" button is clicked. | +| closeSearch | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the "close" button is clicked. | | searchPeople | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a search is performed with a new keyword. | | success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`UserProcessModel`](../../core/models/user-process.model.md)`>` | Emitted when a user is selected and the action button is clicked. | diff --git a/docs/process-services/components/process-attachment-list.component.md b/docs/process-services/components/process-attachment-list.component.md index f2fe5cb44d..be0192907e 100644 --- a/docs/process-services/components/process-attachment-list.component.md +++ b/docs/process-services/components/process-attachment-list.component.md @@ -67,9 +67,9 @@ A default template will be used if you don't supply a custom one to override it: | Name | Type | Description | | ---- | ---- | ----------- | -| attachmentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the attachment is double-clicked or the view option is selected from the context menu by the user from within the component. Returns a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) representing the object that was clicked. | +| attachmentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the attachment is double-clicked or the view option is selected from the context menu by the user from within the component. Returns a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) representing the object that was clicked. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the attachment list is not able to fetch the attachments (eg, following a network error). | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the attachment list has fetched all the attachments. Returns a list of attachments. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the attachment list has fetched all the attachments. Returns a list of attachments. | ## Details diff --git a/docs/process-services/components/task-attachment-list.component.md b/docs/process-services/components/task-attachment-list.component.md index fbd8b9ac60..3f013db872 100644 --- a/docs/process-services/components/task-attachment-list.component.md +++ b/docs/process-services/components/task-attachment-list.component.md @@ -61,9 +61,9 @@ A default "no content" template is displayed if you don't supply one to override | Name | Type | Description | | ---- | ---- | ----------- | -| attachmentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the attachment is double-clicked or a view option is selected from the context menu by the user from within the component. Returns a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) representing the clicked object. | +| attachmentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the attachment is double-clicked or a view option is selected from the context menu by the user from within the component. Returns a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) representing the clicked object. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs while fetching the attachments. | -| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the attachment list has fetched all the attachments. Returns a list of attachments. | +| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | Emitted when the attachment list has fetched all the attachments. Returns a list of attachments. | ## Details diff --git a/docs/process-services/services/process-filter.service.md b/docs/process-services/services/process-filter.service.md index 6d93eaefbd..323a200793 100644 --- a/docs/process-services/services/process-filter.service.md +++ b/docs/process-services/services/process-filter.service.md @@ -15,7 +15,7 @@ Manage Process Filters, which are pre-configured Process Instance queries. - **addProcessFilter**(filter: [`FilterProcessRepresentationModel`](../../../lib/process-services/src/lib/process-list/models/filter-process.model.ts)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`FilterProcessRepresentationModel`](../../../lib/process-services/src/lib/process-list/models/filter-process.model.ts)`>`
Adds a filter. - - _filter:_ [`FilterProcessRepresentationModel`](../../../lib/process-services/src/lib/src/lib/process-list/models/filter-process.model.ts) - The filter to add + - _filter:_ [`FilterProcessRepresentationModel`](../../../lib/process-services/src/lib/process-list/models/filter-process.model.ts) - The filter to add - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`FilterProcessRepresentationModel`](../../../lib/process-services/src/lib/process-list/models/filter-process.model.ts)`>` - The filter just added - **callApiProcessFilters**(appId?: `number`): [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises)`<`[`ResultListDataRepresentationUserProcessInstanceFilterRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/activiti-rest-api/docs/ResultListDataRepresentation%C2%ABUserProcessInstanceFilterRepresentation%C2%BB.md)`>`
Calls `getUserProcessInstanceFilters` from the Alfresco JS API. diff --git a/docs/process-services/services/tasklist.service.md b/docs/process-services/services/tasklist.service.md index 2069c091ff..d1e021269d 100644 --- a/docs/process-services/services/tasklist.service.md +++ b/docs/process-services/services/tasklist.service.md @@ -62,7 +62,7 @@ Manages Task Instances. - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob)`>` - Binary PDF data - **findAllTaskByState**(requestNode: [`TaskQueryRequestRepresentationModel`](../../../lib/process-services/src/lib/task-list/models/filter.model.ts), state?: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskListModel`](../../../lib/process-services/src/lib/task-list/models/task-list.model.ts)`>`
Gets all tasks matching a query and state value. - - _requestNode:_ [`TaskQueryRequestRepresentationModel`](../../../lib/process-services/src/lib/ask-list/models/filter.model.ts) - Query to search for tasks. + - _requestNode:_ [`TaskQueryRequestRepresentationModel`](../../../lib/process-services/src/lib/task-list/models/filter.model.ts) - Query to search for tasks. - _state:_ `string` - (Optional) Task state. Can be "open" or "completed". - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskListModel`](../../../lib/process-services/src/lib/task-list/models/task-list.model.ts)`>` - List of tasks - **findAllTasksWithoutState**(requestNode: [`TaskQueryRequestRepresentationModel`](../../../lib/process-services/src/lib/task-list/models/filter.model.ts)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskListModel`](../../../lib/process-services/src/lib/task-list/models/task-list.model.ts)`>`
@@ -102,7 +102,7 @@ Manages Task Instances. Checks if a taskId is filtered with the given filter. - _taskId:_ `string` - ID of the target task - _filterModel:_ [`FilterRepresentationModel`](../../../lib/process-services/src/lib/task-list/models/filter.model.ts) - The filter you want to check - - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`FilterRepresentationModel`](../../../lib/process-services/task-list/models/filter.model.ts)`>` - The filter if it is related or null otherwise + - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`FilterRepresentationModel`](../../../lib/process-services/src/lib/task-list/models/filter.model.ts)`>` - The filter if it is related or null otherwise - **unclaimTask**(taskId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsModel`](../../../lib/process-services/src/lib/task-list/models/task-details.model.ts)`>`
Un-claims a task for the current user. - _taskId:_ `string` - ID of the task to unclaim diff --git a/docs/release-notes/RelNote161.md b/docs/release-notes/RelNote161.md index 495e8d9944..dd673bef5b 100644 --- a/docs/release-notes/RelNote161.md +++ b/docs/release-notes/RelNote161.md @@ -57,8 +57,8 @@ Below the most relevant features of this release. - Process and [Task attachment list component](../process-services/components/task-attachment-list.component.md) - Add [people Component](../process-services/components/people.component.md) - Breadcrumb root path personalisation -- [`Form`](../../lib/process-services/task-list/models/form.model.ts) events bus -- [`Form`](../../lib/process-services/task-list/models/form.model.ts) render independent from APS +- [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) events bus +- [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) render independent from APS - Application settings (server-side) - Proxy settings and CORS - Login restyling @@ -255,7 +255,7 @@ for further details. ### 11. Form render independent from APS -The 1.6.1 release lays a foundation for making a [`Form`](../../lib/process-services/task-list/models/form.model.ts) renderer independent from the backend and APS services to allow more granular control of how it works and where takes/stores its data. +The 1.6.1 release lays a foundation for making a [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) renderer independent from the backend and APS services to allow more granular control of how it works and where takes/stores its data. #### Binding "form" definition @@ -279,7 +279,7 @@ And the underlying component controller code can be as follows: #### Parsing form definitions -The [`FormService`](../core/services/form.service.md) got a new API to parse form definitions from JSON into the [`FormModel`](../../lib/core/form/components/widgets/core/form.model.ts) instances without using [`Form`](../../lib/process-services/task-list/models/form.model.ts) Component like it was previously. +The [`FormService`](../core/services/form.service.md) got a new API to parse form definitions from JSON into the [`FormModel`](../../lib/core/form/components/widgets/core/form.model.ts) instances without using [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) Component like it was previously. formService.parseForm(formDefinitionJSON) @@ -374,7 +374,7 @@ Below you can find a detailed list of tickets addressed in the new release. For - \[[ADF-713](https://issues.alfresco.com/jira/browse/ADF-713)] - Process Attachment - Provide a way to attach a new content - \[[ADF-793](https://issues.alfresco.com/jira/browse/ADF-793)] - Convert to PDF the document that the [renditions service](../core/services/renditions.service.md) provide - \[[ADF-804](https://issues.alfresco.com/jira/browse/ADF-804)] - Add proxy configuration in demo shell -- \[[ADF-843](https://issues.alfresco.com/jira/browse/ADF-843)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) events bus +- \[[ADF-843](https://issues.alfresco.com/jira/browse/ADF-843)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) events bus - \[[ADF-845](https://issues.alfresco.com/jira/browse/ADF-845)] - Breadcrumb path personalisation - \[[ADF-847](https://issues.alfresco.com/jira/browse/ADF-847)] - Use application settings file instead of local storage for server URLs diff --git a/docs/release-notes/RelNote170.md b/docs/release-notes/RelNote170.md index 6047536e20..e6f1969f74 100644 --- a/docs/release-notes/RelNote170.md +++ b/docs/release-notes/RelNote170.md @@ -317,7 +317,7 @@ Release Notes - Apps Development Framework - Version 1.7. ### Feature -- \[[ADF-914](https://issues.alfresco.com/jira/browse/ADF-914)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) section in the demo shell +- \[[ADF-914](https://issues.alfresco.com/jira/browse/ADF-914)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) section in the demo shell - \[[ADF-918](https://issues.alfresco.com/jira/browse/ADF-918)] - Activiti Start Task - Refactoring - \[[ADF-920](https://issues.alfresco.com/jira/browse/ADF-920)] - Process Header Component - Use the CardView component - \[[ADF-970](https://issues.alfresco.com/jira/browse/ADF-970)] - Attachment Task/process list - add template for empty list @@ -345,7 +345,7 @@ Release Notes - Apps Development Framework - Version 1.7. - \[[ADF-939](https://issues.alfresco.com/jira/browse/ADF-939)] - [Login] Sign in button does not stay at the bottom - \[[ADF-943](https://issues.alfresco.com/jira/browse/ADF-943)] - APS [`ContentApi`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/content.api.ts) is not present on index.d.ts and [`SitesApi`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/sites.api.ts) is not complete - \[[ADF-945](https://issues.alfresco.com/jira/browse/ADF-945)] - 'Undefined' is displayed in 'attach file' widget after restore. -- \[[ADF-950](https://issues.alfresco.com/jira/browse/ADF-950)] - when the [`Form`](../../lib/process-services/task-list/models/form.model.ts) in readonly mode you can edit the date +- \[[ADF-950](https://issues.alfresco.com/jira/browse/ADF-950)] - when the [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) in readonly mode you can edit the date - \[[ADF-957](https://issues.alfresco.com/jira/browse/ADF-957)] - Duplicate Rest calls are made for fields where Rest end points are given - \[[ADF-966](https://issues.alfresco.com/jira/browse/ADF-966)] - Data table doesn't update on async loading - \[[ADF-978](https://issues.alfresco.com/jira/browse/ADF-978)] - No warning message is displayed to the user when minor changes are made on Settings. @@ -356,7 +356,7 @@ Release Notes - Apps Development Framework - Version 1.7. - \[[ADF-1026](https://issues.alfresco.com/jira/browse/ADF-1026)] - Default "empty" document list view should be translatable. - \[[ADF-1047](https://issues.alfresco.com/jira/browse/ADF-1047)] - AlfrescoSettingsService defaults to 'ALL' on page reload - \[[ADF-1048](https://issues.alfresco.com/jira/browse/ADF-1048)] - Multiple files attached to a task within a form are not displayed -- \[[ADF-1056](https://issues.alfresco.com/jira/browse/ADF-1056)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) List Component does not display the forms of the user +- \[[ADF-1056](https://issues.alfresco.com/jira/browse/ADF-1056)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) List Component does not display the forms of the user - \[[ADF-1068](https://issues.alfresco.com/jira/browse/ADF-1068)] - Files can be uploaded using drag and drop when 'enable file' is unchecked - \[[ADF-1070](https://issues.alfresco.com/jira/browse/ADF-1070)] - [User preferences service](../core/services/user-preferences.service.md) does not restore prefix on page reload. - \[[ADF-1072](https://issues.alfresco.com/jira/browse/ADF-1072)] - Unsupported type of file attached to a task or process can not be converted to pdf @@ -365,16 +365,16 @@ Release Notes - Apps Development Framework - Version 1.7. - \[[ADF-1081](https://issues.alfresco.com/jira/browse/ADF-1081)] - Scroll bar is missing in [comments component](../core/components/comments.component.md) - \[[ADF-1097](https://issues.alfresco.com/jira/browse/ADF-1097)] - File with unaccepted extension is uploaded when 'Format' is set to 'All files' - \[[ADF-1134](https://issues.alfresco.com/jira/browse/ADF-1134)] - [Document List] Selection events not raised for certain scenarios -- \[[ADF-1138](https://issues.alfresco.com/jira/browse/ADF-1138)] - Start Task [`Form`](../../lib/process-services/task-list/models/form.model.ts) Assignee dropdown show null value inside +- \[[ADF-1138](https://issues.alfresco.com/jira/browse/ADF-1138)] - Start Task [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) Assignee dropdown show null value inside - \[[ADF-1140](https://issues.alfresco.com/jira/browse/ADF-1140)] - Task header - Wrong parent name key - \[[ADF-1142](https://issues.alfresco.com/jira/browse/ADF-1142)] - Cannot add comment into a process. - \[[ADF-1143](https://issues.alfresco.com/jira/browse/ADF-1143)] - [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form. -- \[[ADF-1147](https://issues.alfresco.com/jira/browse/ADF-1147)] - [Processes] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) is not rendered properly when starting a new process. +- \[[ADF-1147](https://issues.alfresco.com/jira/browse/ADF-1147)] - [Processes] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) is not rendered properly when starting a new process. - \[[ADF-1148](https://issues.alfresco.com/jira/browse/ADF-1148)] - [TaskList] - 'Description' is not rendered. - \[[ADF-1149](https://issues.alfresco.com/jira/browse/ADF-1149)] - 'Remove' involved people of a task button is displayed behind the dialog - \[[ADF-1151](https://issues.alfresco.com/jira/browse/ADF-1151)] - [Processes] - 'Show Diagram' option is not displayed. - \[[ADF-1155](https://issues.alfresco.com/jira/browse/ADF-1155)] - The Process and Task filters are not displayed properly in ADF for applications created in APS -- \[[ADF-1162](https://issues.alfresco.com/jira/browse/ADF-1162)] - List with forms is not displayed inside [`Form`](../../lib/process-services/task-list/models/form.model.ts) List. +- \[[ADF-1162](https://issues.alfresco.com/jira/browse/ADF-1162)] - List with forms is not displayed inside [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) List. - \[[ADF-1168](https://issues.alfresco.com/jira/browse/ADF-1168)] - Tasks header component and Processes header component have different margins - \[[ADF-1169](https://issues.alfresco.com/jira/browse/ADF-1169)] - [Start Task] - Missing date validation - \[[ADF-1175](https://issues.alfresco.com/jira/browse/ADF-1175)] - Start Process and Start Task Forms don't close when Cancel button is clicked diff --git a/docs/release-notes/RelNote180.md b/docs/release-notes/RelNote180.md index 7c84949697..9776601e0c 100644 --- a/docs/release-notes/RelNote180.md +++ b/docs/release-notes/RelNote180.md @@ -52,10 +52,10 @@ Below the most relevant features of this release: - Theming ADF component - [Info Drawer component](../core/components/info-drawer.component.md) -- [`Form`](../../lib/process-services/task-list/models/form.model.ts) style component enhancements +- [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) style component enhancements - Empty form template - Additional data sources input for Document List -- [`Form`](../../lib/process-services/task-list/models/form.model.ts) validation enhancements +- [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) validation enhancements - FormFieldModel/FormModelimprovements - DataTable\*\* \*\*Accessibility Improvements - Copy and move component enhancements @@ -100,12 +100,12 @@ You can now add an empty template that will be shown if no form definition are p ### 5. Form Validation Enhancements -New events that allow taking control over the [`Form`](../../lib/process-services/task-list/models/form.model.ts) and Field validation: +New events that allow taking control over the [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) and Field validation: validateForm: Subject validateFormField: Subject() -The [validateForm](../core/services/form.service.md) event is raised every time the entire [`Form`](../../lib/process-services/task-list/models/form.model.ts) is re-validated. This happens also every time a field value or some of the properties is changed (for example the "required" property). The [validateFormField](../core/services/form.service.md) event is raised every time a single [`Form`](../../lib/process-services/task-list/models/form.model.ts) Field is re-validated. +The [validateForm](../core/services/form.service.md) event is raised every time the entire [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) is re-validated. This happens also every time a field value or some of the properties is changed (for example the "required" property). The [validateFormField](../core/services/form.service.md) event is raised every time a single [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) Field is re-validated. Both events are "cancellable", that means you can apply your own validation rules, change corresponding field validation state, or even prevent the default behaviour if needed. @@ -127,7 +127,7 @@ Example: #### FormFieldModel -The "required" property now re-validates the corresponding Field and entire [`Form`](../../lib/process-services/task-list/models/form.model.ts) upon every change. That enables scenarios when the "required" constraint is changed dynamically for a field based on some external factors. +The "required" property now re-validates the corresponding Field and entire [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) upon every change. That enables scenarios when the "required" constraint is changed dynamically for a field based on some external factors. #### FormModel @@ -135,9 +135,9 @@ New "getFieldById" method to simplify certain scenarios when accessing multiple getFieldById(fieldId: string): FormFieldModel -The [`Form`](../../lib/process-services/task-list/models/form.model.ts) now controls all Field validators. It becomes possible managing existing validator instances, replacing them, or extending form validation with custom rules and error messages. The "adf-form" component now also supports binding custom validator sets to the underlying [FormModel,](../../lib/core/form/components/widgets/core/form.model.ts) that allows defining validation sets in your code and binding via HTML. +The [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) now controls all Field validators. It becomes possible managing existing validator instances, replacing them, or extending form validation with custom rules and error messages. The "adf-form" component now also supports binding custom validator sets to the underlying [FormModel,](../../lib/core/form/components/widgets/core/form.model.ts) that allows defining validation sets in your code and binding via HTML. -You can read more details on the new Validation layer in the [`Form`](../../lib/process-services/task-list/models/form.model.ts) readme: [Form Field Validators](../core/interfaces/form-field-validator.interface.md). The "demo shell" application has been also extended to demonstrate custom validators in action. You can check the code here: [Demo Field Validator](../core/interfaces/form-field-validator.interface.md). +You can read more details on the new Validation layer in the [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) readme: [Form Field Validators](../core/interfaces/form-field-validator.interface.md). The "demo shell" application has been also extended to demonstrate custom validators in action. You can check the code here: [Demo Field Validator](../core/interfaces/form-field-validator.interface.md). ### 7. DataTable Accessibility Improvements @@ -470,7 +470,7 @@ Release Notes - Apps Development Framework - Version 1.8. - \[[ADF-1360](https://issues.alfresco.com/jira/browse/ADF-1360)] - An error appears in console when clicking on Content Services in Demo Shell - \[[ADF-1368](https://issues.alfresco.com/jira/browse/ADF-1368)] - A file deleted from Document List is still displayed as uploaded in Uploader - \[[ADF-1370](https://issues.alfresco.com/jira/browse/ADF-1370)] - PDF viewer not using web worker -- \[[ADF-1384](https://issues.alfresco.com/jira/browse/ADF-1384)] - ADF [`Form`](../../lib/process-services/task-list/models/form.model.ts) - The placeholder is overlapping the label +- \[[ADF-1384](https://issues.alfresco.com/jira/browse/ADF-1384)] - ADF [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - The placeholder is overlapping the label - \[[ADF-1386](https://issues.alfresco.com/jira/browse/ADF-1386)] - if pagination attribute is undefined shows inconsistent range - \[[ADF-1394](https://issues.alfresco.com/jira/browse/ADF-1394)] - Favorites Api not passing the "include" settings to server - \[[ADF-1395](https://issues.alfresco.com/jira/browse/ADF-1395)] - The title of the reports is not aligned. @@ -508,8 +508,8 @@ Release Notes - Apps Development Framework - Version 1.8. - \[[ADF-1502](https://issues.alfresco.com/jira/browse/ADF-1502)] - AoT problems when using ADF with Angular CLI - \[[ADF-1509](https://issues.alfresco.com/jira/browse/ADF-1509)] - ['Form](../../lib/process-services/task-list/models/form.model.ts) Name' displays 'No form' after editing 'Due Date' or 'Description'. - \[[ADF-1510](https://issues.alfresco.com/jira/browse/ADF-1510)] - Report button tooltips are missing translation. -- \[[ADF-1512](https://issues.alfresco.com/jira/browse/ADF-1512)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) is expanding when required label is displayed. -- \[[ADF-1513](https://issues.alfresco.com/jira/browse/ADF-1513)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) List doesn't display form Tabs. +- \[[ADF-1512](https://issues.alfresco.com/jira/browse/ADF-1512)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) is expanding when required label is displayed. +- \[[ADF-1513](https://issues.alfresco.com/jira/browse/ADF-1513)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) List doesn't display form Tabs. ## New Feature @@ -544,7 +544,7 @@ Release Notes - Apps Development Framework - Version 1.8. - \[[ADF-714](https://issues.alfresco.com/jira/browse/ADF-714)] - Unify pagination across all components - \[[ADF-1116](https://issues.alfresco.com/jira/browse/ADF-1116)] - Task list without any status filter - \[[ADF-1139](https://issues.alfresco.com/jira/browse/ADF-1139)] - People Search - Provide a way to reset the search field when a user is selected -- \[[ADF-852](https://issues.alfresco.com/jira/browse/ADF-852)] - [Form] Update [`Form`](../../lib/process-services/task-list/models/form.model.ts) widget to Material library +- \[[ADF-852](https://issues.alfresco.com/jira/browse/ADF-852)] - [Form] Update [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) widget to Material library - \[[ADF-520](https://issues.alfresco.com/jira/browse/ADF-520)] - remove the debug button from [Analytics Component](../insights/components/analytics.component.md) - \[[ADF-157](https://issues.alfresco.com/jira/browse/ADF-157)] - upload dialog Wrong number on File Upload Count - 1511 Github - \[[ADF-569](https://issues.alfresco.com/jira/browse/ADF-569)] - Provide support to Undo uploaded files in the Upload component diff --git a/docs/release-notes/RelNote190.md b/docs/release-notes/RelNote190.md index 7daf7ca80b..e9c7358fc9 100644 --- a/docs/release-notes/RelNote190.md +++ b/docs/release-notes/RelNote190.md @@ -262,7 +262,7 @@ Release Notes - Apps Development Framework - Version 1.9. - \[[ADF-1523](https://issues.alfresco.com/jira/browse/ADF-1523)] - APS task form remains disabled when no custom outcome is provided in ADF 1.8. - \[[ADF-1525](https://issues.alfresco.com/jira/browse/ADF-1525)] - In APS forms, hyperlink fields are not rendered when configured with process variables - \[[ADF-1526](https://issues.alfresco.com/jira/browse/ADF-1526)] - The [form component](../core/components/form.component.md) is not responsive in ADF 1.8. -- \[[ADF-1528](https://issues.alfresco.com/jira/browse/ADF-1528)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) renderer does not display generated documents - github 2303 +- \[[ADF-1528](https://issues.alfresco.com/jira/browse/ADF-1528)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) renderer does not display generated documents - github 2303 - \[[ADF-1529](https://issues.alfresco.com/jira/browse/ADF-1529)] - Broken styles for toolbar buttons. - \[[ADF-1530](https://issues.alfresco.com/jira/browse/ADF-1530)] - [Viewer] Extension viewer doens't work anymore - \[[ADF-1533](https://issues.alfresco.com/jira/browse/ADF-1533)] - Multi-line form field contains a bug where red required warnings are shown incorrectly @@ -323,7 +323,7 @@ Release Notes - Apps Development Framework - Version 1.9. - \[[ADF-1662](https://issues.alfresco.com/jira/browse/ADF-1662)] - [User info] name is not centered - \[[ADF-1664](https://issues.alfresco.com/jira/browse/ADF-1664)] - [Login component] icon show password dark theme - \[[ADF-1666](https://issues.alfresco.com/jira/browse/ADF-1666)] - Comments can not be added to completed tasks and processes -- \[[ADF-1667](https://issues.alfresco.com/jira/browse/ADF-1667)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) component displays 'Nameless Task' +- \[[ADF-1667](https://issues.alfresco.com/jira/browse/ADF-1667)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) component displays 'Nameless Task' - \[[ADF-1668](https://issues.alfresco.com/jira/browse/ADF-1668)] - The task or process details are not loaded when double clicked - \[[ADF-1669](https://issues.alfresco.com/jira/browse/ADF-1669)] - Attach File widget doesn't display file after complete. - \[[ADF-1671](https://issues.alfresco.com/jira/browse/ADF-1671)] - Widgets don't display value if they have visibility conditions related to multiline text widget. @@ -360,7 +360,7 @@ Release Notes - Apps Development Framework - Version 1.9. - \[[ADF-1543](https://issues.alfresco.com/jira/browse/ADF-1543)] - Use Muli font embedded in the "index.html" page - \[[ADF-1548](https://issues.alfresco.com/jira/browse/ADF-1548)] - Remove "forRoot" functions from all the component modules - \[[ADF-1584](https://issues.alfresco.com/jira/browse/ADF-1584)] - Userinfo component change text color -- \[[ADF-1608](https://issues.alfresco.com/jira/browse/ADF-1608)] - Start [`Form`](../../lib/process-services/task-list/models/form.model.ts) - Improve the unit test cases +- \[[ADF-1608](https://issues.alfresco.com/jira/browse/ADF-1608)] - Start [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - Improve the unit test cases - \[[ADF-1634](https://issues.alfresco.com/jira/browse/ADF-1634)] - Action toolbar for PDF viewer - \[[ADF-1676](https://issues.alfresco.com/jira/browse/ADF-1676)] - Switch off all fake buttons in the Viewer diff --git a/docs/release-notes/RelNote200.md b/docs/release-notes/RelNote200.md index f8187f3dc1..bbea70c097 100644 --- a/docs/release-notes/RelNote200.md +++ b/docs/release-notes/RelNote200.md @@ -736,7 +736,7 @@ Release Notes - Apps Development Framework - Version 2.0. - \[[ADF-1815](https://issues.alfresco.com/jira/browse/ADF-1815)] - Sorting content by name is not working properly - \[[ADF-1818](https://issues.alfresco.com/jira/browse/ADF-1818)] - Add Missing Create person API in JS-API - \[[ADF-1824](https://issues.alfresco.com/jira/browse/ADF-1824)] - Moment js security issue -- \[[ADF-1825](https://issues.alfresco.com/jira/browse/ADF-1825)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) field in start task no aligned +- \[[ADF-1825](https://issues.alfresco.com/jira/browse/ADF-1825)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) field in start task no aligned - \[[ADF-1827](https://issues.alfresco.com/jira/browse/ADF-1827)] - 'Object Object' displayed on search results page - \[[ADF-1829](https://issues.alfresco.com/jira/browse/ADF-1829)] - [`PeopleApi`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/people.api.ts) - getSiteMembership wrong returned type - \[[ADF-1830](https://issues.alfresco.com/jira/browse/ADF-1830)] - Cannot access processes or reports @@ -753,7 +753,7 @@ Release Notes - Apps Development Framework - Version 2.0. - \[[ADF-1866](https://issues.alfresco.com/jira/browse/ADF-1866)] - Accordion Component - Doesn't allow to close the menu - \[[ADF-1871](https://issues.alfresco.com/jira/browse/ADF-1871)] - Tasklist IE 11 crash - \[[ADF-1872](https://issues.alfresco.com/jira/browse/ADF-1872)] - TaskList Component - Doesn't show the currentTaskId highlited -- \[[ADF-1875](https://issues.alfresco.com/jira/browse/ADF-1875)] - [`ProcessList`](../../lib/process-services/mock/process/process.model.mock.ts) Component - Doesn't show the currentProcessId highlighted +- \[[ADF-1875](https://issues.alfresco.com/jira/browse/ADF-1875)] - [`ProcessList`](../../lib/process-services/src/lib/mock/process/process.model.mock.ts) Component - Doesn't show the currentProcessId highlighted - \[[ADF-1877](https://issues.alfresco.com/jira/browse/ADF-1877)] - Layout demo shell not localized - \[[ADF-1878](https://issues.alfresco.com/jira/browse/ADF-1878)] - [Translation service](../core/services/translation.service.md) not using fallback language for unsupported locale - \[[ADF-1879](https://issues.alfresco.com/jira/browse/ADF-1879)] - ADF Process Services is not working properly @@ -766,7 +766,7 @@ Release Notes - Apps Development Framework - Version 2.0. - \[[ADF-1902](https://issues.alfresco.com/jira/browse/ADF-1902)] - Buttons of the Create / Edit folder dialog do not match design - \[[ADF-1907](https://issues.alfresco.com/jira/browse/ADF-1907)] - [`UploadService`](../core/services/upload.service.md) is not exported from [`UploadModule`](../../lib/content-services/upload/upload.module.ts) - \[[ADF-1908](https://issues.alfresco.com/jira/browse/ADF-1908)] - Not able to select a form on Start Task -- \[[ADF-1909](https://issues.alfresco.com/jira/browse/ADF-1909)] - [`TaskListModel`](../../lib/process-services/task-list/models/task-list.model.ts) is not exported from ActivitiTaskListModule +- \[[ADF-1909](https://issues.alfresco.com/jira/browse/ADF-1909)] - [`TaskListModel`](../../lib/process-services/src/lib/task-list/models/task-list.model.ts) is not exported from ActivitiTaskListModule - \[[ADF-1911](https://issues.alfresco.com/jira/browse/ADF-1911)] - Content can be uploaded on Search Result Page when no results are found - \[[ADF-1912](https://issues.alfresco.com/jira/browse/ADF-1912)] - Not able to re-login with a valid user after login out. - \[[ADF-1914](https://issues.alfresco.com/jira/browse/ADF-1914)] - Custom toolbar is displayed on Search Results page when no results are found @@ -774,7 +774,7 @@ Release Notes - Apps Development Framework - Version 2.0. - \[[ADF-1916](https://issues.alfresco.com/jira/browse/ADF-1916)] - Not able to add a file to the Attachment List. - \[[ADF-1920](https://issues.alfresco.com/jira/browse/ADF-1920)] - Diagram is not displayed after clicking 'Show Diagram' option. - \[[ADF-1921](https://issues.alfresco.com/jira/browse/ADF-1921)] - Dynamic Table widget is being duplicated after editing. -- \[[ADF-1922](https://issues.alfresco.com/jira/browse/ADF-1922)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) page is not displayed. +- \[[ADF-1922](https://issues.alfresco.com/jira/browse/ADF-1922)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) page is not displayed. - \[[ADF-1924](https://issues.alfresco.com/jira/browse/ADF-1924)] - Some issues related to search bar - \[[ADF-1945](https://issues.alfresco.com/jira/browse/ADF-1945)] - Profile image has Initials displayed behind it - \[[ADF-1948](https://issues.alfresco.com/jira/browse/ADF-1948)] - Not able to involve people into a task. @@ -818,7 +818,7 @@ Release Notes - Apps Development Framework - Version 2.0. - \[[ADF-2014](https://issues.alfresco.com/jira/browse/ADF-2014)] - Document List file cannot be deleted - \[[ADF-2016](https://issues.alfresco.com/jira/browse/ADF-2016)] - Paginator integration with other components - \[[ADF-2017](https://issues.alfresco.com/jira/browse/ADF-2017)] - Continous loading of process details if process list is empty -- \[[ADF-2019](https://issues.alfresco.com/jira/browse/ADF-2019)] - [Demo Shell] When clicking refresh for button on [`Form`](../../lib/process-services/task-list/models/form.model.ts) component the whole page reloads +- \[[ADF-2019](https://issues.alfresco.com/jira/browse/ADF-2019)] - [Demo Shell] When clicking refresh for button on [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) component the whole page reloads - \[[ADF-2020](https://issues.alfresco.com/jira/browse/ADF-2020)] - The upload button is not disabled when the 'enable upload' checkbox is not checked - \[[ADF-2022](https://issues.alfresco.com/jira/browse/ADF-2022)] - Excluded files can be uploaded - \[[ADF-2023](https://issues.alfresco.com/jira/browse/ADF-2023)] - Files can be drag and drop when allowDropFiles property is set to false diff --git a/docs/release-notes/RelNote210.md b/docs/release-notes/RelNote210.md index 8637ec4336..ad8bfdb246 100644 --- a/docs/release-notes/RelNote210.md +++ b/docs/release-notes/RelNote210.md @@ -338,7 +338,7 @@ Release Notes - Apps Development Framework - Version 2.1. - \[[ADF-1734](https://issues.alfresco.com/jira/browse/ADF-1734)] - Article on how to use Forms with ACS - \[[ADF-2058](https://issues.alfresco.com/jira/browse/ADF-2058)] - Search example new functionality article - \[[ADF-2060](https://issues.alfresco.com/jira/browse/ADF-2060)] - sidebarTemplate missing documentation -- \[[ADF-2122](https://issues.alfresco.com/jira/browse/ADF-2122)] - Incorrect product naming reference on [`Form`](../../lib/process-services/task-list/models/form.model.ts) Extensibility and Customisation page +- \[[ADF-2122](https://issues.alfresco.com/jira/browse/ADF-2122)] - Incorrect product naming reference on [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) Extensibility and Customisation page - \[[ADF-2125](https://issues.alfresco.com/jira/browse/ADF-2125)] - App generator has wrong documentation - \[[ADF-2160](https://issues.alfresco.com/jira/browse/ADF-2160)] - combined handler missing in [Content Action component](../content-services/components/content-action.component.md) documentation - \[[ADF-2162](https://issues.alfresco.com/jira/browse/ADF-2162)] - [Notification service](../core/services/notification.service.md) missing screenshot @@ -367,7 +367,7 @@ Release Notes - Apps Development Framework - Version 2.1. - \[[ADF-1882](https://issues.alfresco.com/jira/browse/ADF-1882)] - Preview uploaded content in APS fails in form - \[[ADF-1888](https://issues.alfresco.com/jira/browse/ADF-1888)] - [`ExternalContent`](../../lib/core/form/components/widgets/core/external-content.ts) is not exported in ActivitiFormModule - \[[ADF-1889](https://issues.alfresco.com/jira/browse/ADF-1889)] - Viewer does not render PDF renditions unless urlFile ends with .pdf -- \[[ADF-1926](https://issues.alfresco.com/jira/browse/ADF-1926)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) is not exported from ActivitiTaskListModule +- \[[ADF-1926](https://issues.alfresco.com/jira/browse/ADF-1926)] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) is not exported from ActivitiTaskListModule - \[[ADF-1959](https://issues.alfresco.com/jira/browse/ADF-1959)] - Apps with description appear with larger size on the Processes Services page - \[[ADF-1999](https://issues.alfresco.com/jira/browse/ADF-1999)] - Size values are not translated - \[[ADF-2025](https://issues.alfresco.com/jira/browse/ADF-2025)] - Task List - The pagination should be fetched from the UserPreference @@ -436,7 +436,7 @@ Release Notes - Apps Development Framework - Version 2.1. - \[[ADF-2074](https://issues.alfresco.com/jira/browse/ADF-2074)] - [Test Automation] implement uploader component - main suite. - \[[ADF-2084](https://issues.alfresco.com/jira/browse/ADF-2084)] - [Test Automation] create test for datatable - \[[ADF-2090](https://issues.alfresco.com/jira/browse/ADF-2090)] - [Test Automation] Review [search component](../content-services/components/search.component.md) tests -- \[[ADF-2094](https://issues.alfresco.com/jira/browse/ADF-2094)] - Task [`Form`](../../lib/process-services/task-list/models/form.model.ts) - Doesn't follow the specification +- \[[ADF-2094](https://issues.alfresco.com/jira/browse/ADF-2094)] - Task [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - Doesn't follow the specification - \[[ADF-2095](https://issues.alfresco.com/jira/browse/ADF-2095)] - Start Task - The start button should have the primary colour - \[[ADF-2096](https://issues.alfresco.com/jira/browse/ADF-2096)] - Info Drawer - Should use the Flex Css - \[[ADF-2104](https://issues.alfresco.com/jira/browse/ADF-2104)] - Update Flex Layout to v2.0.0-beta.12 diff --git a/docs/release-notes/RelNote220.md b/docs/release-notes/RelNote220.md index e90c03281d..7f4c01b6ee 100644 --- a/docs/release-notes/RelNote220.md +++ b/docs/release-notes/RelNote220.md @@ -74,7 +74,7 @@ Below are the most important new features of this release: - Task Header - Make it customizable from the config file - Process List - Provide a way to support custom html template and static columns at same time - Date Time Widget -- [`Form`](../../lib/process-services/task-list/models/form.model.ts) Upload Widget Actions menu +- [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) Upload Widget Actions menu - Search custom empty template ### Data table/Document list gallery view @@ -353,7 +353,7 @@ Release Notes - Apps Development Framework - Version 2.2. - \[[ADF-2242](https://issues.alfresco.com/jira/browse/ADF-2242)] - Search on custom sources is not working. - \[[ADF-2243](https://issues.alfresco.com/jira/browse/ADF-2243)] - Translation is missing for the 'Extended Search'. - \[[ADF-2246](https://issues.alfresco.com/jira/browse/ADF-2246)] - [Destination Picker] The selection from the dropdown is ignored after 'Clear' action -- \[[ADF-2251](https://issues.alfresco.com/jira/browse/ADF-2251)] - [`ContentWidgetModule`](../../lib/process-services/content-widget/content-widget.module.ts) is not exposed from ADF +- \[[ADF-2251](https://issues.alfresco.com/jira/browse/ADF-2251)] - [`ContentWidgetModule`](../../lib/process-services/src/lib/content-widget/content-widget.module.ts) is not exposed from ADF - \[[ADF-2254](https://issues.alfresco.com/jira/browse/ADF-2254)] - Viewer does not update top menu on "fileNodeId" changes - \[[ADF-2255](https://issues.alfresco.com/jira/browse/ADF-2255)] - SelectBox field does not render the data in ADF form - \[[ADF-2260](https://issues.alfresco.com/jira/browse/ADF-2260)] - Action menu translation is missing when right clicking on a file/folder diff --git a/docs/release-notes/RelNote230.md b/docs/release-notes/RelNote230.md index 17d148762a..e4fd122adc 100644 --- a/docs/release-notes/RelNote230.md +++ b/docs/release-notes/RelNote230.md @@ -347,7 +347,7 @@ Release Notes - Apps Development Framework - Version 2.3.0 - \[[ADF-2591](https://issues.alfresco.com/jira/browse/ADF-2591)] - [Document list] Selection icon is cut - \[[ADF-2592](https://issues.alfresco.com/jira/browse/ADF-2592)] - Different types of tooltips appear in the viewer - \[[ADF-2604](https://issues.alfresco.com/jira/browse/ADF-2604)] - Incorrect definitions for Enums -- \[[ADF-2607](https://issues.alfresco.com/jira/browse/ADF-2607)] - Task [`Form`](../../lib/process-services/task-list/models/form.model.ts) - Number Widget placeholder no longer displayed +- \[[ADF-2607](https://issues.alfresco.com/jira/browse/ADF-2607)] - Task [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - Number Widget placeholder no longer displayed - \[[ADF-2624](https://issues.alfresco.com/jira/browse/ADF-2624)] - All metadata card component children display parent info drawer tooltip - \[[ADF-2625](https://issues.alfresco.com/jira/browse/ADF-2625)] - [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) name not updated when changing its value in metadata component - \[[ADF-2628](https://issues.alfresco.com/jira/browse/ADF-2628)] - Metadata editors miss tooltips @@ -363,7 +363,7 @@ Release Notes - Apps Development Framework - Version 2.3.0 - \[[ADF-2682](https://issues.alfresco.com/jira/browse/ADF-2682)] - Number of page doesn't change when navigating to another folder - \[[ADF-2684](https://issues.alfresco.com/jira/browse/ADF-2684)] - [Task Pagination][pagination](../../lib/content-services/document-list/models/document-library.model.ts) isn't displayed properly when 'Items per page' is 25 - \[[ADF-2687](https://issues.alfresco.com/jira/browse/ADF-2687)] - [Demo shell] No message is displayed when deleting a file/folder from content action -- \[[ADF-2689](https://issues.alfresco.com/jira/browse/ADF-2689)] - Task [`Form`](../../lib/process-services/task-list/models/form.model.ts) - Text Widget placeholder no longer displayed +- \[[ADF-2689](https://issues.alfresco.com/jira/browse/ADF-2689)] - Task [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - Text Widget placeholder no longer displayed - \[[ADF-2690](https://issues.alfresco.com/jira/browse/ADF-2690)] - Title is not properly displayed in Metadata component - 'Properties' tab - \[[ADF-2711](https://issues.alfresco.com/jira/browse/ADF-2711)] - [Involve People Widget] When scrolling down the result box scrolls with the page - \[[ADF-2714](https://issues.alfresco.com/jira/browse/ADF-2714)] - [Demo shell]Not able to download a version of a file diff --git a/docs/release-notes/RelNote240.md b/docs/release-notes/RelNote240.md index e8f053acbe..5a0e51aaee 100644 --- a/docs/release-notes/RelNote240.md +++ b/docs/release-notes/RelNote240.md @@ -59,7 +59,7 @@ Below are the most important new features of this release: - File Versioning enhancements - Empty Page Component - TaskList Empty Page -- [`ProcessList`](../../lib/process-services/mock/process/process.model.mock.ts) Empty Page +- [`ProcessList`](../../lib/process-services/src/lib/mock/process/process.model.mock.ts) Empty Page - Error Page Component - Search Improvements - [App config pipe](../core/pipes/app-config.pipe.md) @@ -123,7 +123,7 @@ You can still override it from the parent component using ``. ### ProcessList Empty Page -In the version 2.4, the [`ProcessList`](../../lib/process-services/mock/process/process.model.mock.ts) uses the empty state component if there are no available processes. +In the version 2.4, the [`ProcessList`](../../lib/process-services/src/lib/mock/process/process.model.mock.ts) uses the empty state component if there are no available processes. You can still override it from the parent component using ``. ![Process list Empty Page](images/Screen+Shot+2018-06-25+at+11.16.57.png) @@ -238,7 +238,7 @@ Release Notes - Apps Development Framework - Version 2.4.0 - \[[ADF-2789](https://issues.alfresco.com/jira/browse/ADF-2789)] - alfresco-js-api downlaodapi - \[[ADF-2847](https://issues.alfresco.com/jira/browse/ADF-2847)] - Update all doc file structures to match script requirements - \[[ADF-2969](https://issues.alfresco.com/jira/browse/ADF-2969)] - Move doc tools into the new tools folder -- \[[ADF-2989](https://issues.alfresco.com/jira/browse/ADF-2989)] - Pre-populating Start Process [`Form`](../../lib/process-services/task-list/models/form.model.ts) with multiple files from ACS doesn't work +- \[[ADF-2989](https://issues.alfresco.com/jira/browse/ADF-2989)] - Pre-populating Start Process [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) with multiple files from ACS doesn't work - \[[ADF-3049](https://issues.alfresco.com/jira/browse/ADF-3049)] - Release Note 2.4.0 - \[[ADF-3087](https://issues.alfresco.com/jira/browse/ADF-3087)] - Better explanation of replacing i18n keys in the user guide - \[[ADF-3142](https://issues.alfresco.com/jira/browse/ADF-3142)] - [Login component](../core/components/login.component.md) should explain what "remember me" is for @@ -267,7 +267,7 @@ Release Notes - Apps Development Framework - Version 2.4.0 - \[[ADF-2984](https://issues.alfresco.com/jira/browse/ADF-2984)] - Show date invalid message on search date range picker - \[[ADF-3028](https://issues.alfresco.com/jira/browse/ADF-3028)] - [Page Title Service](../core/services/page-title.service.md) should support i18n - \[[ADF-3041](https://issues.alfresco.com/jira/browse/ADF-3041)] - TaskList Component - Empty State issue. -- \[[ADF-3066](https://issues.alfresco.com/jira/browse/ADF-3066)] - [`ProcessList`](../../lib/process-services/mock/process/process.model.mock.ts) Component - Empty State issue. +- \[[ADF-3066](https://issues.alfresco.com/jira/browse/ADF-3066)] - [`ProcessList`](../../lib/process-services/src/lib/mock/process/process.model.mock.ts) Component - Empty State issue. - \[[ADF-3095](https://issues.alfresco.com/jira/browse/ADF-3095)] - Upload and DragArea component events to intercept uploads - \[[ADF-3118](https://issues.alfresco.com/jira/browse/ADF-3118)] - [Notification Service](../core/services/notification.service.md) should support i18n resource keys @@ -307,7 +307,7 @@ Release Notes - Apps Development Framework - Version 2.4.0 - \[[ADF-2685](https://issues.alfresco.com/jira/browse/ADF-2685)] - [Demo shell] The Gallery view is changed after navigating to another folder - \[[ADF-2692](https://issues.alfresco.com/jira/browse/ADF-2692)] - Process Filters doesn't update immediately after completing the last task of the process. - \[[ADF-2699](https://issues.alfresco.com/jira/browse/ADF-2699)] - dataTimeAgo Pipe is not localized -- \[[ADF-2702](https://issues.alfresco.com/jira/browse/ADF-2702)] - Try to open an unknown type with the viewer returns an error +- \[[ADF-2702](https://issues.alfresco.com/jira/browse/ADF-2702)] - Try to open an type with the viewer returns an error - \[[ADF-2703](https://issues.alfresco.com/jira/browse/ADF-2703)] - Info Drawer - Header does not navigate to name of default tab - \[[ADF-2710](https://issues.alfresco.com/jira/browse/ADF-2710)] - Share toggle gets enabled when clicking on Share icon - \[[ADF-2717](https://issues.alfresco.com/jira/browse/ADF-2717)] - [Lock file] Long file name overflow diff --git a/docs/release-notes/RelNote250.md b/docs/release-notes/RelNote250.md index 87d811996e..5eb6d48fa1 100644 --- a/docs/release-notes/RelNote250.md +++ b/docs/release-notes/RelNote250.md @@ -272,7 +272,7 @@ Release Notes - Apps Development Framework - Version 2.5.0 ] - Upgrade Angular Material Design - \[ [ADF-3308](https://issues.alfresco.com/jira/browse/ADF-3308) - ] - [`ProcessList`](../../lib/process-services/mock/process/process.model.mock.ts) Component - Provide a way to filter the list by fields + ] - [`ProcessList`](../../lib/process-services/src/lib/mock/process/process.model.mock.ts) Component - Provide a way to filter the list by fields - \[ [ADF-3366](https://issues.alfresco.com/jira/browse/ADF-3366) ] - Update Site details @@ -314,7 +314,7 @@ Release Notes - Apps Development Framework - Version 2.5.0 ] - [Demo shell] User is not redirected to active process when completing the first task as initiator - \[ [ADF-2876](https://issues.alfresco.com/jira/browse/ADF-2876) - ] - Activiti [`Form`](../../lib/process-services/task-list/models/form.model.ts) - Complete button does not get enabled when logged in as Active Directory users. + ] - Activiti [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - Complete button does not get enabled when logged in as Active Directory users. - \[ [ADF-2962](https://issues.alfresco.com/jira/browse/ADF-2962) ] - Can't reach the Hide/Show password icon using tab key @@ -533,7 +533,7 @@ Release Notes - Apps Development Framework - Version 2.5.0 ] - Required fields on a form are not displayed on a read-only mode. - \[ [ADF-3413](https://issues.alfresco.com/jira/browse/ADF-3413) - ] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) name still displayed after removing form + ] - [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) name still displayed after removing form ### Feature (Task) diff --git a/docs/release-notes/RelNote260.md b/docs/release-notes/RelNote260.md index 0d9f671497..c38f660e32 100644 --- a/docs/release-notes/RelNote260.md +++ b/docs/release-notes/RelNote260.md @@ -107,7 +107,7 @@ A configurable delete button has been added to the **Tag [`Node`](https://github ### Validation summary support for form component -The **[`Form`](../../lib/process-services/task-list/models/form.model.ts) Component** will now use the **formError** event to send a validation summary for all the fields with errors. This will be useful particularly with big forms for showing which fields are in error without scrolling the whole form by creating a summary. +The **[`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) Component** will now use the **formError** event to send a validation summary for all the fields with errors. This will be useful particularly with big forms for showing which fields are in error without scrolling the whole form by creating a summary.
- - ``` +```html + + +``` It is also possible to start a process with a form and pass in the form values at the same time: - ```html - - - ``` +```html + + +``` ### Multilingual support for forms @@ -106,17 +106,18 @@ and in your `it.json`: "LASTNAME": "Cognome" } } -``` +``` + Your app will now change the label of the form using the translations files. ### Form validation -Form validation will now display whether a form is valid or invalid. +[`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) validation will now display whether a form is valid or invalid. ### Form variables -Form variables can now assigned to forms. When creating an application that contains a form, variables can be assigned and will correctly display as the appropriate values when the form is launched. - +[`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) variables can now assigned to forms. When creating an application that contains a form, variables can be assigned and will correctly display as the appropriate values when the form is launched. + ### REST source for dropdown menu on forms It is now possible to create a form that contains a dropdown widget that is configured to use a REST Service to populate its values. @@ -149,7 +150,6 @@ Please refer to the [official documentation](http://docs.alfresco.com/) for furt The following is the list of JIRA issues that were closed for this release: -
  • [ADF-4618] - Update the tutorial on RTL languages support
  • @@ -460,7 +460,6 @@ The following is the list of JIRA issues that were closed for this release:
- Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. 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. diff --git a/docs/release-notes/RelNote340.md b/docs/release-notes/RelNote340.md index 9510a45255..69512540f3 100644 --- a/docs/release-notes/RelNote340.md +++ b/docs/release-notes/RelNote340.md @@ -17,10 +17,10 @@ versions of ADF. - [New package versions](#new-package-versions) - [Goals for this release](#goals-for-this-release) - - [Form visibility](#form-field-visibility) + - [Form field visibility](#form-field-visibility) - [Preference service](#preference-service) - [Forms in standalone tasks](#forms-in-standalone-tasks) - - [Angular Material upgrade](#angular-material-upgrade) + - [Angular and Material upgrade](#angular-and-material-upgrade) - [Localisation](#localisation) - [References](#references) - [Issues addressed](#issues-addressed) @@ -78,7 +78,7 @@ The following is an example JSON of a form definition with the new boolean prope "standAlone": true, "formDefinition": { ... -``` +``` ### Angular and Material upgrade @@ -285,7 +285,6 @@ The following is the list of JIRA issues that were closed for this release: - Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. 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. diff --git a/docs/tutorials/creating-the-app-using-yeoman.md b/docs/tutorials/creating-the-app-using-yeoman.md index 7cfa7493ba..03f57c6c96 100644 --- a/docs/tutorials/creating-the-app-using-yeoman.md +++ b/docs/tutorials/creating-the-app-using-yeoman.md @@ -27,7 +27,7 @@ You can select one of the three following blueprints. **Process Services** -This will generate an application for Alfresco Process Services. It mainly contains the following components: Login, App List, Task List, [`Form`](../../lib/process-services/task-list/models/form.model.ts) and Start Process. +This will generate an application for Alfresco Process Services. It mainly contains the following components: Login, App List, Task List, [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) and Start Process. **Content Services** diff --git a/docs/upgrade-guide/upgrade26-30.md b/docs/upgrade-guide/upgrade26-30.md index 1530e99408..8002f70bb8 100644 --- a/docs/upgrade-guide/upgrade26-30.md +++ b/docs/upgrade-guide/upgrade26-30.md @@ -252,7 +252,7 @@ The following classes have been moved from their original libraries to the Core library. You should modify your code to import these classes from `@alfresco/adf-core`. -- [`DownloadZipDialogComponent`](../../lib/core/dialogs/download-zip.dialog.ts) (formerly Content Services) +- [`DownloadZipDialogComponent`](../../lib/core/dialogs/download-zip/download-zip.dialog.ts) (formerly Content Services) - [`NodeDownloadDirective`](../core/directives/node-download.directive.md) (formerly Content Services) - [`CommentsModule`](../../lib/core/comments/comments.module.ts) (formerly Process Services) - [`CommentListComponent`](../core/components/comment-list.component.md) (formerly Process Services) diff --git a/docs/user-guide/extensibility.md b/docs/user-guide/extensibility.md index dce35297d8..e55cb5c658 100644 --- a/docs/user-guide/extensibility.md +++ b/docs/user-guide/extensibility.md @@ -9,7 +9,7 @@ This page describes how you can customize ADF forms to your own specification. _Note: it is assumed you are familiar with Alfresco Process Services (powered by Activiti) form definition structure._ -- How components and widgets are rendered on a [`Form`](../../lib/process-services/task-list/models/form.model.ts) +- How components and widgets are rendered on a [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) - Replacing default form widgets with custom components - Replacing custom stencils with custom components @@ -26,7 +26,7 @@ _Note: it is assumed you are familiar with Alfresco Process Services (powered by ## How components and widgets are rendered on a Form -All form field editors (aka widgets) on a [`Form`](../../lib/process-services/task-list/models/form.model.ts) are rendered by means of [`FormFieldComponent`](../core/components/form-field.component.md) +All form field editors (aka widgets) on a [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) are rendered by means of [`FormFieldComponent`](../core/components/form-field.component.md) that takes an instance of a [`FormFieldModel`](../core/models/form-field.model.md): ```html @@ -190,7 +190,7 @@ First let's create a basic stencil and call it `Custom Stencil 01`: _Note the `internal identifier` value as it will become a `field type` value when corresponding form is rendered._ -Next put some simple html layout for [`Form`](../../lib/process-services/task-list/models/form.model.ts)`runtime template` and [`Form`](../../lib/process-services/task-list/models/form.model.ts)`editor template` fields: +Next put some simple html layout for [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts)`runtime template` and [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts)`editor template` fields: ```html
Custom activiti stencil
diff --git a/docs/user-guide/localization.md b/docs/user-guide/localization.md index 31e1c44aa1..a5ecb1391b 100644 --- a/docs/user-guide/localization.md +++ b/docs/user-guide/localization.md @@ -4,17 +4,9 @@ Localization is the process of making something local in character or restrictin Dates are not written the same around the world. That is where localizing a date comes in handy. ADF lets you dynamically change the way dates are written in your app so that they can adapt to to a specific region. -## Contents - -- [Setting up the configuration in your app](#setting-up-the-configuration-in-your-app) -- [Adding language support](#adding-language-support) -- [Using the localized date pipe](#using-the-localized-date-pipe) -- [Using the time ago pipe](#using-the-time-ago-pipe) -- [Using the decimal number pipe](#using-the-decimal-number-pipe) - ## Setting up the configuration in your app -You can overwrite the default values of this pipe by adding these properties to your ```app.config.json```: +You can overwrite the default values of this pipe by adding these properties to your `app.config.json`: ```json "dateValues": { @@ -30,8 +22,7 @@ You can overwrite the default values of this pipe by adding these properties to | defaultDateTimeFormat | string | The format to apply to date-time values | | defaultLocale | string | The locale id to apply | - -This configuration overwrites the values in the localized date pipe as well as other components to have more consistency across your app. However, you can still overwrite these values any time by using the pipe in your code. +This configuration overwrites the values in the [localized date pipe](../core/pipes/localized-date.pipe.md) as well as other components to have more consistency across your app. However, you can still overwrite these values any time by using the pipe in your code. ## Adding language support @@ -81,6 +72,7 @@ Localizes the punctuation marks of a given number. {{ number | adfDecimalNumber }} + `Input:` 1999.12 `Output (english locale):` 1,999.12 `Output (italian locale):` 1.999,12 diff --git a/docs/user-guide/stencils.md b/docs/user-guide/stencils.md index 8574df7608..9cf2198a37 100644 --- a/docs/user-guide/stencils.md +++ b/docs/user-guide/stencils.md @@ -1,6 +1,6 @@ # Form Stencils -[`Form`](../../lib/process-services/task-list/models/form.model.ts) component provides basic support for custom stencils created with Activiti stencil editor. +[`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) component provides basic support for custom stencils created with Activiti stencil editor. ## Contents @@ -67,7 +67,7 @@ This should be a valid Angular component template that you want to render in ` @@ -159,4 +159,4 @@ Angular Component Created by: Denys ``` -ADF [`Form`](../../lib/process-services/task-list/models/form.model.ts) component will automatically assemble and compile a valid Angular component on the fly. +ADF [`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts) component will automatically assemble and compile a valid Angular component on the fly. diff --git a/docs/versionIndex.md b/docs/versionIndex.md index e8ff615fc1..3f7d1ec42e 100644 --- a/docs/versionIndex.md +++ b/docs/versionIndex.md @@ -12,6 +12,7 @@ backend services have been tested with each released version of ADF. ## Versions +- [v3.5.0](#v350) - [v3.4.0](#v340) - [v3.3.0](#v330) - [v3.2.1](#v321) @@ -26,6 +27,19 @@ backend services have been tested with each released version of ADF. - [v2.1.0](#v210) - [v2.0.0](#v200) +## v3.5.0 + +**Release:** 2019-30-09
+ + + +- [About application component](core/components/about-application.component.md) +- [About github link component](core/components/about-github-link.component.md) +- [About product version component](core/components/about-product-version.component.md) +- [Edit json dialog](core/dialogs/edit-json.dialog.md) + + + ## v3.4.0 **Release:** 2019-08-09
@@ -36,7 +50,6 @@ backend services have been tested with each released version of ADF. - [Identity group service](core/services/identity-group.service.md) - [Local preference cloud service](process-services-cloud/services/local-preference-cloud.service.md) - [User preference cloud service](process-services-cloud/services/user-preference-cloud.service.md) -- [Toggle icon directive](content-services/directives/toggle-icon.directive.md) @@ -107,6 +120,7 @@ backend services have been tested with each released version of ADF. - [Icon component](core/components/icon.component.md) - [Identity user service](core/services/identity-user.service.md) - [Jwt helper service](core/services/jwt-helper.service.md) +- [Library dialog](content-services/dialogs/library.dialog.md) - [People cloud component](process-services-cloud/components/people-cloud.component.md) - [Process filter cloud service](process-services-cloud/services/process-filter-cloud.service.md) - [Process filters cloud component](process-services-cloud/components/process-filters-cloud.component.md) @@ -180,7 +194,6 @@ backend services have been tested with each released version of ADF. -- [About component](core/components/about.component.md) - [Add permission dialog component](content-services/components/add-permission-dialog.component.md) - [Add permission panel component](content-services/components/add-permission-panel.component.md) - [Add permission component](content-services/components/add-permission.component.md) @@ -214,6 +227,7 @@ backend services have been tested with each released version of ADF. - [Comment content service](core/services/comment-content.service.md) +- [Confirm dialog](content-services/dialogs/confirm.dialog.md) - [Content node share directive](content-services/directives/content-node-share.directive.md) - [Custom resources service](content-services/services/custom-resources.service.md) - [Inherited button directive](content-services/directives/inherited-button.directive.md) @@ -407,6 +421,7 @@ backend services have been tested with each released version of ADF. - [Text mask component](core/components/text-mask.component.md) - [Thumbnail service](core/services/thumbnail.service.md) - [Time ago pipe](core/pipes/time-ago.pipe.md) +- [Toggle icon directive](content-services/directives/toggle-icon.directive.md) - [Toolbar divider component](core/components/toolbar-divider.component.md) - [Toolbar title component](core/components/toolbar-title.component.md) - [Toolbar component](core/components/toolbar.component.md) diff --git a/lib/core/datatable/components/datatable/json-cell.component.ts b/lib/core/datatable/components/datatable/json-cell.component.ts index c561640476..785823fd95 100644 --- a/lib/core/datatable/components/datatable/json-cell.component.ts +++ b/lib/core/datatable/components/datatable/json-cell.component.ts @@ -39,6 +39,7 @@ import { AlfrescoApiService } from '../../../services/alfresco-api.service'; }) export class JsonCellComponent extends DataTableCellComponent implements OnInit { + /** Editable JSON. */ @Input() editable: boolean = false; diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts index 8625bb0544..8216f65074 100644 --- a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts +++ b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts @@ -73,6 +73,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges, @Input() data: TaskVariableCloud[]; + /** FormFieldValidator allow to override the form field validators provided. */ @Input() fieldValidators: FormFieldValidator[] = [...FORM_FIELD_VALIDATORS]; @@ -92,6 +93,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges, @Output() formDataRefreshed = new EventEmitter(); + /** Emitted when form content is clicked. */ @Output() formContentClicked = new EventEmitter(); diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts index 375abe3e5d..23bc24c259 100644 --- a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts +++ b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts @@ -89,6 +89,7 @@ export class TaskFormCloudComponent implements OnChanges { @Output() error = new EventEmitter(); + /** Emitted when form content is clicked. */ @Output() formContentClicked: EventEmitter = new EventEmitter(); diff --git a/package-lock.json b/package-lock.json index 012e155621..ce957ed974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-3.4.0.tgz", "integrity": "sha512-4VdB2GkWwKahOGr1jDQ3n3kaA3RFMYrIWRIdv+MU3Mx9XUPCrj/f6X0Um8qf1Wp110hDxhbSXd4PZtCqwBd1dQ==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/adf-core": { @@ -17,7 +17,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-3.4.0.tgz", "integrity": "sha512-1TwJ9ELFTBxOKU8rKy1MDMviAHDmtexV2Q1Eo9f5JmEPRGwps2aO0R5JrdvBAf8HGpNcOp3NvJlBnVI5gjGA9Q==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/adf-extensions": { @@ -25,7 +25,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-3.4.0.tgz", "integrity": "sha512-nxSgwOYBn7Q3c+4Tt7J8lAw32tTWUjUOO/suYJDdaPFRG7GB2G7Ulv2gb2105gPnGDDWPUCx3qvfGRbPWjPB/A==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/adf-insights": { @@ -33,7 +33,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-insights/-/adf-insights-3.4.0.tgz", "integrity": "sha512-skCVL80nC1uyTsjIWNwHktj0zHNLKcM1rPiqWfygW6zZwTjVpI5/XGPR7Yespr96v0qq19p1KOSwLWQ86NfL0g==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/adf-process-services": { @@ -41,7 +41,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-process-services/-/adf-process-services-3.4.0.tgz", "integrity": "sha512-KD9/55QuVdoa7jZZuMPaPfQVPRFKb+3X5QAjkEb1j0+7+1tT1TNJzMxMbdCz4Z4GiFscMNUN3v8GzG4pToSxCA==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/adf-process-services-cloud": { @@ -49,7 +49,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-process-services-cloud/-/adf-process-services-cloud-3.4.0.tgz", "integrity": "sha512-pIEVNnr0muHIHPUxoP5TMgbOhojR6BaY/uA0t5hSB8tAkh6s7nM3/WUTVQCUcJWalb6xmSS1XYTrMgOvDVDH6g==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/adf-testing": { @@ -57,7 +57,7 @@ "resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-3.4.0.tgz", "integrity": "sha512-JKKq/yo2zA7x+KjcW+4tL91WLrvizvvywPyA8AyVu93SiWbuR9LUfg6DfrIhcI7ijM60SKx60PQT9gTA+ypETw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@alfresco/js-api": { @@ -85,7 +85,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } } } @@ -149,10 +149,10 @@ "integrity": "sha512-XDN92U311aINL77ieWHmqCcNlwjoP5cHXDxIxbf2MaPYuCXOHS7gHH8jktxeK5omgd52XbSTX6a4Piwd1pQmzA==", "dev": true, "requires": { - "fast-deep-equal": "2.0.1", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.2.2" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, "ansi-styles": { @@ -169,11 +169,11 @@ "dev": true, "optional": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "node-sass": { @@ -183,23 +183,23 @@ "dev": true, "optional": true, "requires": { - "async-foreach": "0.1.3", - "chalk": "1.1.3", - "cross-spawn": "3.0.1", - "gaze": "1.1.3", - "get-stdin": "4.0.1", - "glob": "7.1.3", - "in-publish": "2.0.0", - "lodash": "4.17.15", - "meow": "3.7.0", - "mkdirp": "0.5.1", - "nan": "2.14.0", - "node-gyp": "3.8.0", - "npmlog": "4.1.2", - "request": "2.88.0", - "sass-graph": "2.2.4", - "stdout-stream": "1.4.1", - "true-case-path": "1.0.3" + "async-foreach": "^0.1.3", + "chalk": "^1.1.1", + "cross-spawn": "^3.0.0", + "gaze": "^1.0.0", + "get-stdin": "^4.0.1", + "glob": "^7.0.3", + "in-publish": "^2.0.0", + "lodash": "^4.17.11", + "meow": "^3.7.0", + "mkdirp": "^0.5.1", + "nan": "^2.13.2", + "node-gyp": "^3.8.0", + "npmlog": "^4.0.0", + "request": "^2.88.0", + "sass-graph": "^2.2.4", + "stdout-stream": "^1.4.0", + "true-case-path": "^1.0.2" } }, "parse5": { @@ -214,8 +214,8 @@ "integrity": "sha512-Uqy5AqELpytJTRxYT4fhltcKPj0TyaEpzJDcGz7DFJi+pQOOi3GjR/DOdxTkTsF+NzhnldIoG6TORaBlInUuqA==", "dev": true, "requires": { - "loader-utils": "1.2.3", - "schema-utils": "1.0.0" + "loader-utils": "^1.1.0", + "schema-utils": "^1.0.0" } }, "rxjs": { @@ -224,7 +224,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "schema-utils": { @@ -233,9 +233,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.9.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } }, "semver": { @@ -257,7 +257,7 @@ "integrity": "sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==", "dev": true, "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.5" } } } @@ -303,10 +303,10 @@ "integrity": "sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==", "dev": true, "requires": { - "fast-deep-equal": "2.0.1", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.2.2" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, "rxjs": { @@ -315,7 +315,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "semver": { @@ -369,7 +369,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } } } @@ -393,10 +393,10 @@ "integrity": "sha512-XDN92U311aINL77ieWHmqCcNlwjoP5cHXDxIxbf2MaPYuCXOHS7gHH8jktxeK5omgd52XbSTX6a4Piwd1pQmzA==", "dev": true, "requires": { - "fast-deep-equal": "2.0.1", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.2.2" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, "rxjs": { @@ -405,7 +405,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "source-map": { @@ -432,7 +432,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } } } @@ -442,7 +442,7 @@ "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-7.2.15.tgz", "integrity": "sha512-8oBt3HLgd2+kyJHUgsd7OzKCCss67t2sch15XNoIWlOLfxclqU+EfFE6t/vCzpT8/+lpZS6LU9ZrTnb+UBj5jg==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/cdk": { @@ -450,8 +450,8 @@ "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-7.3.7.tgz", "integrity": "sha512-xbXxhHHKGkVuW6K7pzPmvpJXIwpl0ykBnvA2g+/7Sgy5Pd35wCC+UtHD9RYczDM/mkygNxMQtagyCErwFnDtQA==", "requires": { - "parse5": "5.1.0", - "tslib": "1.10.0" + "parse5": "^5.0.0", + "tslib": "^1.7.1" } }, "@angular/cli": { @@ -488,7 +488,7 @@ "resolved": "https://registry.npmjs.org/@angular/common/-/common-7.2.15.tgz", "integrity": "sha512-2b5JY2HWVHCf3D1GZjmde7jdAXSTXkYtmjLtA9tQkjOOTr80eHpNSujQqnzb97dk9VT9OjfjqTQd7K3pxZz8jw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/compiler": { @@ -496,7 +496,7 @@ "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-7.2.15.tgz", "integrity": "sha512-5yb4NcLk8GuXkYf7Dcor4XkGueYp4dgihzDmMjYDUrV0NPhubKlr+SwGtLOtzgRBWJ1I2bO0S3zwa0q0OgIPOw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/compiler-cli": { @@ -506,15 +506,15 @@ "dev": true, "requires": { "canonical-path": "1.0.0", - "chokidar": "2.1.6", - "convert-source-map": "1.6.0", - "dependency-graph": "0.7.2", - "magic-string": "0.25.3", - "minimist": "1.2.0", - "reflect-metadata": "0.1.13", - "shelljs": "0.8.3", - "source-map": "0.6.1", - "tslib": "1.10.0", + "chokidar": "^2.1.1", + "convert-source-map": "^1.5.1", + "dependency-graph": "^0.7.2", + "magic-string": "^0.25.0", + "minimist": "^1.2.0", + "reflect-metadata": "^0.1.2", + "shelljs": "^0.8.1", + "source-map": "^0.6.1", + "tslib": "^1.9.0", "yargs": "9.0.1" }, "dependencies": { @@ -536,18 +536,18 @@ "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==", "dev": true, "requires": { - "anymatch": "2.0.0", - "async-each": "1.0.3", - "braces": "2.3.2", - "fsevents": "1.2.9", - "glob-parent": "3.1.0", - "inherits": "2.0.4", - "is-binary-path": "1.0.1", - "is-glob": "4.0.1", - "normalize-path": "3.0.0", - "path-is-absolute": "1.0.1", - "readdirp": "2.2.1", - "upath": "1.1.2" + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" } }, "cross-spawn": { @@ -556,9 +556,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.5", - "shebang-command": "1.2.0", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -567,13 +567,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "is-fullwidth-code-point": { @@ -588,10 +588,10 @@ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "2.2.0", - "pify": "2.3.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" } }, "mem": { @@ -600,7 +600,7 @@ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "dev": true, "requires": { - "mimic-fn": "1.2.0" + "mimic-fn": "^1.0.0" } }, "mimic-fn": { @@ -621,9 +621,9 @@ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "dev": true, "requires": { - "execa": "0.7.0", - "lcid": "1.0.0", - "mem": "1.1.0" + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" } }, "path-type": { @@ -632,7 +632,7 @@ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", "dev": true, "requires": { - "pify": "2.3.0" + "pify": "^2.0.0" } }, "pify": { @@ -647,9 +647,9 @@ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", "dev": true, "requires": { - "load-json-file": "2.0.0", - "normalize-package-data": "2.5.0", - "path-type": "2.0.0" + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" } }, "read-pkg-up": { @@ -658,8 +658,8 @@ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", "dev": true, "requires": { - "find-up": "2.1.0", - "read-pkg": "2.0.0" + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" } }, "source-map": { @@ -674,8 +674,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -684,7 +684,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } }, "strip-bom": { @@ -711,19 +711,19 @@ "integrity": "sha1-UqzCP+7Kw0BCB47njAwAf1CF20w=", "dev": true, "requires": { - "camelcase": "4.1.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.3", - "os-locale": "2.1.0", - "read-pkg-up": "2.0.0", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "2.1.1", - "which-module": "2.0.0", - "y18n": "3.2.1", - "yargs-parser": "7.0.0" + "camelcase": "^4.1.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "read-pkg-up": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^7.0.0" } }, "yargs-parser": { @@ -732,7 +732,7 @@ "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -742,7 +742,7 @@ "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.2.15.tgz", "integrity": "sha512-XsuYm0jEU/mOqwDOk2utThv8J9kESkAerfuCHClE9rB2TtHUOGCfekF7lJWqjjypu6/J9ygoPFo7hdAE058ZGg==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/flex-layout": { @@ -750,7 +750,7 @@ "resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-7.0.0-beta.24.tgz", "integrity": "sha512-ll6sK0nLGxqI/f5+z4jbd+pve1QITzgehv2AuGvfSDgIjPMeqUDB5YZqQmIGM/dQRk/vIio5KCW5LQPJWzMMYQ==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.7.1" } }, "@angular/forms": { @@ -758,7 +758,7 @@ "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-7.2.15.tgz", "integrity": "sha512-p0kcIQLtBBC1qeTA6M3nOuXf/k91E80FKquVM9zEsO2kDjI0oZJVfFYL2UMov5samlJOPN+t6lRHEIUa7ApPsw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/http": { @@ -766,7 +766,7 @@ "resolved": "https://registry.npmjs.org/@angular/http/-/http-7.2.15.tgz", "integrity": "sha512-TR7PEdmLWNIre3Zn8lvyb4lSrvPUJhKLystLnp4hBMcWsJqq5iK8S3bnlR4viZ9HMlf7bW7+Hm4SI6aB3tdUtw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/material": { @@ -774,7 +774,7 @@ "resolved": "https://registry.npmjs.org/@angular/material/-/material-7.3.7.tgz", "integrity": "sha512-Eq+7frkeNGkLOfEtmkmJgR+AgoWajOipXZWWfCSamNfpCcPof82DwvGOpAmgGni9FuN2XFQdqP5MoaffQzIvUA==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.7.1" } }, "@angular/material-moment-adapter": { @@ -782,7 +782,7 @@ "resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-7.3.7.tgz", "integrity": "sha512-Nb8hZkF6zcni7Jb+FXcTKKmbp8PhhFAhJSkch9FnKcFs1Py+sCNTLIH/cI53nPrTglkJwlVLwMW7fxj4w9I1CQ==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.7.1" } }, "@angular/platform-browser": { @@ -790,7 +790,7 @@ "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-7.2.15.tgz", "integrity": "sha512-aYgmPsbC9Tvp9vmKWD8voeAp4crwCay7/D6lM3ClEe2EeK934LuEXq3/uczMrFVbnIX7BBIo8fh03Tl7wbiGPw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/platform-browser-dynamic": { @@ -798,7 +798,7 @@ "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-7.2.15.tgz", "integrity": "sha512-UL2PqhzXMD769NQ6Lh6pxlBDKvN9Qol3XLRFil80lwJ1GRW16ITeYbCamcafIH2GOyd88IhmYcbMfUQ/6q4MMQ==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@angular/router": { @@ -806,7 +806,7 @@ "resolved": "https://registry.npmjs.org/@angular/router/-/router-7.2.15.tgz", "integrity": "sha512-qAubRJRQanguUqJQ76J9GSZ4JFtoyhJKRmX5P23ANZJXpB6YLzF2fJmOGi+E6cV8F0tKBMEq1pjxFTisx0MXwQ==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@babel/code-frame": { @@ -815,7 +815,7 @@ "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", "dev": true, "requires": { - "@babel/highlight": "7.5.0" + "@babel/highlight": "^7.0.0" } }, "@babel/core": { @@ -824,20 +824,20 @@ "integrity": "sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==", "dev": true, "requires": { - "@babel/code-frame": "7.0.0", - "@babel/generator": "7.5.0", - "@babel/helpers": "7.5.3", - "@babel/parser": "7.5.0", - "@babel/template": "7.4.4", - "@babel/traverse": "7.5.0", - "@babel/types": "7.5.0", - "convert-source-map": "1.6.0", - "debug": "4.1.1", - "json5": "2.1.0", - "lodash": "4.17.15", - "resolve": "1.11.1", - "semver": "5.7.0", - "source-map": "0.5.6" + "@babel/code-frame": "^7.0.0", + "@babel/generator": "^7.5.0", + "@babel/helpers": "^7.5.0", + "@babel/parser": "^7.5.0", + "@babel/template": "^7.4.4", + "@babel/traverse": "^7.5.0", + "@babel/types": "^7.5.0", + "convert-source-map": "^1.1.0", + "debug": "^4.1.0", + "json5": "^2.1.0", + "lodash": "^4.17.11", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" }, "dependencies": { "debug": { @@ -846,7 +846,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "json5": { @@ -855,7 +855,7 @@ "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==", "dev": true, "requires": { - "minimist": "1.2.0" + "minimist": "^1.2.0" } } } @@ -866,11 +866,11 @@ "integrity": "sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==", "dev": true, "requires": { - "@babel/types": "7.5.0", - "jsesc": "2.5.2", - "lodash": "4.17.15", - "source-map": "0.5.6", - "trim-right": "1.0.1" + "@babel/types": "^7.5.0", + "jsesc": "^2.5.1", + "lodash": "^4.17.11", + "source-map": "^0.5.0", + "trim-right": "^1.0.1" }, "dependencies": { "jsesc": { @@ -887,9 +887,9 @@ "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "7.0.0", - "@babel/template": "7.4.4", - "@babel/types": "7.5.0" + "@babel/helper-get-function-arity": "^7.0.0", + "@babel/template": "^7.1.0", + "@babel/types": "^7.0.0" } }, "@babel/helper-get-function-arity": { @@ -898,7 +898,7 @@ "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", "dev": true, "requires": { - "@babel/types": "7.5.0" + "@babel/types": "^7.0.0" } }, "@babel/helper-split-export-declaration": { @@ -907,7 +907,7 @@ "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", "dev": true, "requires": { - "@babel/types": "7.5.0" + "@babel/types": "^7.4.4" } }, "@babel/helpers": { @@ -916,9 +916,9 @@ "integrity": "sha512-WsQGlraYva5sNtGYgnQWx/kRQNZulxOs5Yc2K260J/4Z5klXIx5HlJgCdv5h9U9apdldeoI/5A7JYylrxNMZoQ==", "dev": true, "requires": { - "@babel/template": "7.4.4", - "@babel/traverse": "7.5.0", - "@babel/types": "7.5.0" + "@babel/template": "^7.4.4", + "@babel/traverse": "^7.5.0", + "@babel/types": "^7.5.0" } }, "@babel/highlight": { @@ -927,9 +927,9 @@ "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==", "dev": true, "requires": { - "chalk": "2.4.2", - "esutils": "2.0.2", - "js-tokens": "4.0.0" + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" }, "dependencies": { "js-tokens": { @@ -952,7 +952,7 @@ "integrity": "sha512-09kHrO2Y0JWybW20qnt+UMlNTj7NUQByP6ubyq50Yj1QCDhbHfEmWk/uso+SaEi5XKNEWYVKbBgdiZisIaBPmw==", "dev": true, "requires": { - "regenerator-runtime": "0.13.2" + "regenerator-runtime": "^0.13.2" }, "dependencies": { "regenerator-runtime": { @@ -969,8 +969,8 @@ "integrity": "sha512-J16IYBqd1dCDOhk6HDpKETxTw64PwJo/SrAgjG/GVaZTO6XHlAyx7GDJ+jZPPPN/eeL1NP0t8QUbcKwd889yFQ==", "dev": true, "requires": { - "core-js": "2.6.9", - "regenerator-runtime": "0.13.2" + "core-js": "^2.6.5", + "regenerator-runtime": "^0.13.2" }, "dependencies": { "regenerator-runtime": { @@ -987,9 +987,9 @@ "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==", "dev": true, "requires": { - "@babel/code-frame": "7.0.0", - "@babel/parser": "7.5.0", - "@babel/types": "7.5.0" + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.4.4", + "@babel/types": "^7.4.4" } }, "@babel/traverse": { @@ -998,15 +998,15 @@ "integrity": "sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==", "dev": true, "requires": { - "@babel/code-frame": "7.0.0", - "@babel/generator": "7.5.0", - "@babel/helper-function-name": "7.1.0", - "@babel/helper-split-export-declaration": "7.4.4", - "@babel/parser": "7.5.0", - "@babel/types": "7.5.0", - "debug": "4.1.1", - "globals": "11.12.0", - "lodash": "4.17.15" + "@babel/code-frame": "^7.0.0", + "@babel/generator": "^7.5.0", + "@babel/helper-function-name": "^7.1.0", + "@babel/helper-split-export-declaration": "^7.4.4", + "@babel/parser": "^7.5.0", + "@babel/types": "^7.5.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.11" }, "dependencies": { "debug": { @@ -1015,7 +1015,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "globals": { @@ -1032,9 +1032,9 @@ "integrity": "sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==", "dev": true, "requires": { - "esutils": "2.0.2", - "lodash": "4.17.15", - "to-fast-properties": "2.0.0" + "esutils": "^2.0.2", + "lodash": "^4.17.11", + "to-fast-properties": "^2.0.0" }, "dependencies": { "to-fast-properties": { @@ -1051,10 +1051,10 @@ "integrity": "sha512-gVTkJAOef5HtN6LPmrtt5fAUmBywwlgmObsU3FBhPoNeXPLaIl2zywXkJEtvvVLQnaFmtff3x+wIj5lHRCDE3Q==", "dev": true, "requires": { - "@fimbul/ymir": "0.17.0", - "get-caller-file": "2.0.5", - "tslib": "1.10.0", - "tsutils": "3.14.0" + "@fimbul/ymir": "^0.17.0", + "get-caller-file": "^2.0.0", + "tslib": "^1.8.1", + "tsutils": "^3.5.0" }, "dependencies": { "get-caller-file": { @@ -1071,9 +1071,9 @@ "integrity": "sha512-xMXM9KTXRLHLVS6dnX1JhHNEkmWHcAVCQ/4+DA1KKwC/AFnGHzu/7QfQttEPgw3xplT+ILf9e3i64jrFwB3JtA==", "dev": true, "requires": { - "inversify": "5.0.1", - "reflect-metadata": "0.1.13", - "tslib": "1.10.0" + "inversify": "^5.0.0", + "reflect-metadata": "^0.1.12", + "tslib": "^1.8.1" } }, "@mat-datetimepicker/core": { @@ -1081,7 +1081,7 @@ "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-2.0.1.tgz", "integrity": "sha1-4NsdtdTPe6Vrck7AQIF8totXdfI=", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@mat-datetimepicker/moment": { @@ -1089,7 +1089,7 @@ "resolved": "https://registry.npmjs.org/@mat-datetimepicker/moment/-/moment-2.0.1.tgz", "integrity": "sha1-Yr0WQ23j2ds9roFyEYNMMpqdhvA=", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@mrmlnc/readdir-enhanced": { @@ -1098,8 +1098,8 @@ "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", "dev": true, "requires": { - "call-me-maybe": "1.0.1", - "glob-to-regexp": "0.3.0" + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" } }, "@ngtools/json-schema": { @@ -1127,7 +1127,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } } } @@ -1137,7 +1137,7 @@ "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-11.0.1.tgz", "integrity": "sha512-nBCa1ZD9fAUY/3eskP3Lql2fNg8OMrYIej1/5GRsfcutx9tG/5fZLCv9m6UCw1aS+u4uK/vXjv1ctG/FdMvaWg==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "@nodelib/fs.stat": { @@ -1158,18 +1158,18 @@ "integrity": "sha512-w44kAAFkomcZgmscQqI0/TbN/rF0ZX2SncJjQE70cLnomWfNpD18oqVzU+8PHtbhmd2TyWZ7tcDQAn6zdioUlQ==", "dev": true, "requires": { - "@types/yargs": "11.1.2", - "app-root-path": "2.0.1", + "@types/yargs": "^11.0.0", + "app-root-path": "^2.0.1", "cosmiconfig": "4.0.0", "fs-extra": "6.0.0", "graphviz": "0.0.8", "npm-run-all": "4.1.5", - "opn": "5.5.0", + "opn": "^5.3.0", "semver": "5.4.1", "strip-json-comments": "2.0.1", "tmp": "0.0.33", - "viz.js": "1.8.2", - "yargs": "11.1.0", + "viz.js": "^1.8.1", + "yargs": "^11.0.0", "yargs-parser": "10.0.0" }, "dependencies": { @@ -1191,9 +1191,9 @@ "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "string-width": "2.1.1", - "strip-ansi": "4.0.0", - "wrap-ansi": "2.1.0" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" } }, "cosmiconfig": { @@ -1202,10 +1202,10 @@ "integrity": "sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==", "dev": true, "requires": { - "is-directory": "0.3.1", - "js-yaml": "3.13.1", - "parse-json": "4.0.0", - "require-from-string": "2.0.2" + "is-directory": "^0.3.1", + "js-yaml": "^3.9.0", + "parse-json": "^4.0.0", + "require-from-string": "^2.0.1" } }, "cross-spawn": { @@ -1214,9 +1214,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.5", - "shebang-command": "1.2.0", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -1225,13 +1225,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "fs-extra": { @@ -1240,9 +1240,9 @@ "integrity": "sha512-lk2cUCo8QzbiEWEbt7Cw3m27WMiRG321xsssbcIpfMhpRjrlC08WBOVQqj1/nQYYNnPtyIhP1oqLO3QwT2tPCw==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "is-fullwidth-code-point": { @@ -1257,7 +1257,7 @@ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "dev": true, "requires": { - "mimic-fn": "1.2.0" + "mimic-fn": "^1.0.0" } }, "mimic-fn": { @@ -1272,9 +1272,9 @@ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "dev": true, "requires": { - "execa": "0.7.0", - "lcid": "1.0.0", - "mem": "1.1.0" + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" } }, "parse-json": { @@ -1283,8 +1283,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "semver": { @@ -1299,8 +1299,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -1309,7 +1309,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } }, "which-module": { @@ -1330,18 +1330,18 @@ "integrity": "sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==", "dev": true, "requires": { - "cliui": "4.1.0", - "decamelize": "1.2.0", - "find-up": "2.1.0", - "get-caller-file": "1.0.3", - "os-locale": "2.1.0", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "2.1.1", - "which-module": "2.0.0", - "y18n": "3.2.1", - "yargs-parser": "9.0.2" + "cliui": "^4.0.0", + "decamelize": "^1.1.1", + "find-up": "^2.1.0", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^9.0.2" }, "dependencies": { "yargs-parser": { @@ -1350,7 +1350,7 @@ "integrity": "sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -1361,7 +1361,7 @@ "integrity": "sha512-+DHejWujTVYeMHLff8U96rLc4uE4Emncoftvn5AjhB1Jw1pWxLzgBUT/WYbPrHmy6YPEBTZQx5myHhVcuuu64g==", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -1378,7 +1378,7 @@ "integrity": "sha512-SW8lKitBHWJ9fAYkJ9kJivuctwNYCh3BUxLdH0+XiR1GPBiu+7qiZzh8p8jqlj1LgVC1TbvfNFroaEsmYlL8Iw==", "dev": true, "requires": { - "esquery": "1.0.1" + "esquery": "^1.0.1" } }, "@samverschueren/stream-to-observable": { @@ -1387,7 +1387,7 @@ "integrity": "sha512-MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg==", "dev": true, "requires": { - "any-observable": "0.3.0" + "any-observable": "^0.3.0" } }, "@schematics/angular": { @@ -1431,7 +1431,7 @@ "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "semver": { @@ -1460,9 +1460,9 @@ "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", "dev": true, "requires": { - "@types/events": "3.0.0", - "@types/minimatch": "3.0.3", - "@types/node": "6.0.90" + "@types/events": "*", + "@types/minimatch": "*", + "@types/node": "*" } }, "@types/hammerjs": { @@ -1483,7 +1483,7 @@ "integrity": "sha512-2ZOKrxb8bKRmP/po5ObYnRDgFE4i+lQiEB27bAMmtMWLgJSqlIDqlLx6S0IRorpOmOPRQ6O80NujTmQAtBkeNw==", "dev": true, "requires": { - "@types/jasmine": "2.8.16" + "@types/jasmine": "*" } }, "@types/json5": { @@ -1499,9 +1499,9 @@ "dev": true }, "@types/node": { - "version": "12.7.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.3.tgz", - "integrity": "sha512-3SiLAIBkDWDg6vFo0+5YJyHPWU9uwu40Qe+v+0MH8wRKYBimHvvAOyk3EzMrD/TrIlLYfXrqDqrg913PynrMJQ==", + "version": "12.7.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.7.tgz", + "integrity": "sha512-4jUncNe2tj1nmrO/34PsRpZqYVnRV1svbU78cKhuQKkMntKB/AmdLyGgswcZKjFHEHGpiY8pVD8CuVI55nP54w==", "dev": true }, "@types/q": { @@ -1516,7 +1516,7 @@ "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==", "dev": true, "requires": { - "@types/node": "6.0.90" + "@types/node": "*" } }, "@types/selenium-webdriver": { @@ -1555,9 +1555,9 @@ "integrity": "sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==", "dev": true, "requires": { - "@types/node": "6.0.90", - "@types/unist": "2.0.3", - "@types/vfile-message": "1.0.1" + "@types/node": "*", + "@types/unist": "*", + "@types/vfile-message": "*" } }, "@types/vfile-message": { @@ -1566,8 +1566,8 @@ "integrity": "sha512-mlGER3Aqmq7bqR1tTTIVHq8KSAFFRyGbrxuM8C/H82g6k7r2fS+IMEkIu3D7JHzG10NvPdR8DNx0jr0pwpp4dA==", "dev": true, "requires": { - "@types/node": "6.0.90", - "@types/unist": "2.0.3" + "@types/node": "*", + "@types/unist": "*" } }, "@types/webpack-sources": { @@ -1576,9 +1576,9 @@ "integrity": "sha512-zfvjpp7jiafSmrzJ2/i3LqOyTYTuJ7u1KOXlKgDlvsj9Rr0x7ZiYu5lZbXwobL7lmsRNtPXlBfmaUD8eU2Hu8w==", "dev": true, "requires": { - "@types/node": "6.0.90", - "@types/source-list-map": "0.1.2", - "source-map": "0.6.1" + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.6.1" }, "dependencies": { "source-map": { @@ -1669,7 +1669,7 @@ "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==", "dev": true, "requires": { - "@xtuc/ieee754": "1.2.0" + "@xtuc/ieee754": "^1.2.0" } }, "@webassemblyjs/leb128": { @@ -1791,8 +1791,8 @@ "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, "requires": { - "jsonparse": "1.3.1", - "through": "2.3.8" + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" } }, "abbrev": { @@ -1807,7 +1807,7 @@ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "dev": true, "requires": { - "mime-types": "2.1.24", + "mime-types": "~2.1.24", "negotiator": "0.6.2" } }, @@ -1834,7 +1834,7 @@ "resolved": "https://registry.npmjs.org/adf-monaco-extension/-/adf-monaco-extension-0.0.8.tgz", "integrity": "sha512-GvbrgvYhLgCLKN9tvgK1JpQW32F2LRSfukNtga9coPNkoDZeYcXEAOSy8ZPtyI7fXROAy8sYI0G4gD94g4SXPw==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "adf-tslint-rules": { @@ -1868,7 +1868,7 @@ "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", "dev": true, "requires": { - "es6-promisify": "5.0.0" + "es6-promisify": "^5.0.0" } }, "agentkeepalive": { @@ -1877,7 +1877,7 @@ "integrity": "sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==", "dev": true, "requires": { - "humanize-ms": "1.2.1" + "humanize-ms": "^1.2.1" } }, "ajv": { @@ -1885,10 +1885,10 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.1.tgz", "integrity": "sha512-w1YQaVGNC6t2UCPjEawK/vo/dG8OOrVtUmhBT1uJJYxbl5kU2Tj3v6LGqBcsysN1yhuCStJCCA3GqdvKY8sqXQ==", "requires": { - "fast-deep-equal": "2.0.1", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.2.2" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, "ajv-cli": { @@ -1897,12 +1897,12 @@ "integrity": "sha1-WCMjH2TigzBUEwaQsYCZYJ6YDyk=", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-pack": "0.3.1", - "fast-json-patch": "0.5.7", - "glob": "7.1.3", - "json-schema-migrate": "0.2.0", - "minimist": "1.2.0" + "ajv": "^6.0.0", + "ajv-pack": "^0.3.0", + "fast-json-patch": "^0.5.6", + "glob": "^7.0.3", + "json-schema-migrate": "^0.2.0", + "minimist": "^1.2.0" } }, "ajv-errors": { @@ -1922,8 +1922,8 @@ "integrity": "sha1-tyxNQhnjko5ihC10Le2Tv1B5ZWA=", "dev": true, "requires": { - "js-beautify": "1.10.0", - "require-from-string": "1.2.1" + "js-beautify": "^1.6.4", + "require-from-string": "^1.2.0" }, "dependencies": { "require-from-string": { @@ -1946,7 +1946,7 @@ "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=", "dev": true, "requires": { - "string-width": "2.1.1" + "string-width": "^2.0.0" }, "dependencies": { "ansi-regex": { @@ -1967,8 +1967,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -1977,7 +1977,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -2021,7 +2021,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "1.9.3" + "color-convert": "^1.9.0" }, "dependencies": { "color-convert": { @@ -2059,8 +2059,8 @@ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "micromatch": "3.1.10", - "normalize-path": "2.1.1" + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" } }, "app-root-path": { @@ -2074,7 +2074,7 @@ "integrity": "sha1-126/jKlNJ24keja61EpLdKthGZE=", "dev": true, "requires": { - "default-require-extensions": "1.0.0" + "default-require-extensions": "^1.0.0" } }, "aproba": { @@ -2095,8 +2095,8 @@ "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", "dev": true, "requires": { - "delegates": "1.0.0", - "readable-stream": "2.3.6" + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" } }, "argparse": { @@ -2105,7 +2105,7 @@ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "requires": { - "sprintf-js": "1.0.3" + "sprintf-js": "~1.0.2" } }, "aria-query": { @@ -2115,7 +2115,7 @@ "dev": true, "requires": { "ast-types-flow": "0.0.7", - "commander": "2.20.0" + "commander": "^2.11.0" } }, "arr-diff": { @@ -2178,7 +2178,7 @@ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "dev": true, "requires": { - "array-uniq": "1.0.3" + "array-uniq": "^1.0.1" } }, "array-uniq": { @@ -2217,7 +2217,7 @@ "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "dev": true, "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": "~2.1.0" } }, "asn1.js": { @@ -2226,9 +2226,9 @@ "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "dev": true, "requires": { - "bn.js": "4.11.8", - "inherits": "2.0.4", - "minimalistic-assert": "1.0.1" + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, "assert": { @@ -2237,7 +2237,7 @@ "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "dev": true, "requires": { - "object-assign": "4.1.1", + "object-assign": "^4.1.1", "util": "0.10.3" }, "dependencies": { @@ -2294,7 +2294,7 @@ "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", "dev": true, "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.11" } }, "async-each": { @@ -2338,12 +2338,12 @@ "integrity": "sha512-Yp51mevbOEdxDUy5WjiKtpQaecqYq9OqZSL04rSoCiry7Tc5I9FEyo3bfxiTJc1DfHeKwSFCUYbBAiOQ2VGfiw==", "dev": true, "requires": { - "browserslist": "4.6.4", - "caniuse-lite": "1.0.30000981", - "normalize-range": "0.1.2", - "num2fraction": "1.2.2", - "postcss": "7.0.14", - "postcss-value-parser": "3.3.1" + "browserslist": "^4.4.1", + "caniuse-lite": "^1.0.30000929", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.13", + "postcss-value-parser": "^3.3.1" } }, "aws-sign2": { @@ -2365,7 +2365,7 @@ "dev": true, "requires": { "follow-redirects": "1.5.10", - "is-buffer": "2.0.3" + "is-buffer": "^2.0.2" }, "dependencies": { "debug": { @@ -2383,7 +2383,7 @@ "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", "dev": true, "requires": { - "debug": "3.1.0" + "debug": "=3.1.0" } }, "is-buffer": { @@ -2415,9 +2415,9 @@ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { - "chalk": "1.1.3", - "esutils": "2.0.2", - "js-tokens": "3.0.2" + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" }, "dependencies": { "ansi-styles": { @@ -2432,11 +2432,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "supports-color": { @@ -2453,14 +2453,14 @@ "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", "dev": true, "requires": { - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "detect-indent": "4.0.0", - "jsesc": "1.3.0", - "lodash": "4.17.15", - "source-map": "0.5.7", - "trim-right": "1.0.1" + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" }, "dependencies": { "jsesc": { @@ -2483,7 +2483,7 @@ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-runtime": { @@ -2492,8 +2492,8 @@ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "dev": true, "requires": { - "core-js": "2.6.9", - "regenerator-runtime": "0.11.1" + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" } }, "babel-template": { @@ -2502,11 +2502,11 @@ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lodash": "4.17.15" + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" } }, "babel-traverse": { @@ -2515,15 +2515,15 @@ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "debug": "2.6.9", - "globals": "9.18.0", - "invariant": "2.2.4", - "lodash": "4.17.15" + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" }, "dependencies": { "debug": { @@ -2549,10 +2549,10 @@ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "esutils": "2.0.2", - "lodash": "4.17.15", - "to-fast-properties": "1.0.3" + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" } }, "babylon": { @@ -2567,7 +2567,7 @@ "integrity": "sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==", "dev": true, "requires": { - "underscore": "1.9.1" + "underscore": ">=1.8.3" } }, "backo2": { @@ -2593,13 +2593,13 @@ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, "requires": { - "cache-base": "1.0.1", - "class-utils": "0.3.6", - "component-emitter": "1.3.0", - "define-property": "1.0.0", - "isobject": "3.0.1", - "mixin-deep": "1.3.2", - "pascalcase": "0.1.1" + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" }, "dependencies": { "define-property": { @@ -2608,7 +2608,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { @@ -2617,7 +2617,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -2626,7 +2626,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -2635,9 +2635,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -2672,7 +2672,7 @@ "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", "dev": true, "requires": { - "tweetnacl": "0.14.5" + "tweetnacl": "^0.14.3" } }, "beeper": { @@ -2696,10 +2696,10 @@ "integrity": "sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==", "dev": true, "requires": { - "bluebird": "3.5.5", - "check-types": "8.0.3", - "hoopy": "0.1.4", - "tryer": "1.0.1" + "bluebird": "^3.5.5", + "check-types": "^8.0.3", + "hoopy": "^0.1.4", + "tryer": "^1.0.1" } }, "big.js": { @@ -2719,8 +2719,8 @@ "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", "dev": true, "requires": { - "readable-stream": "2.3.6", - "safe-buffer": "5.1.2" + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" } }, "blob": { @@ -2735,7 +2735,7 @@ "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", "dev": true, "requires": { - "inherits": "2.0.4" + "inherits": "~2.0.0" } }, "blocking-proxy": { @@ -2744,7 +2744,7 @@ "integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==", "dev": true, "requires": { - "minimist": "1.2.0" + "minimist": "^1.2.0" } }, "bluebird": { @@ -2766,15 +2766,15 @@ "dev": true, "requires": { "bytes": "3.1.0", - "content-type": "1.0.4", + "content-type": "~1.0.4", "debug": "2.6.9", - "depd": "1.1.2", + "depd": "~1.1.2", "http-errors": "1.7.2", "iconv-lite": "0.4.24", - "on-finished": "2.3.0", + "on-finished": "~2.3.0", "qs": "6.7.0", "raw-body": "2.4.0", - "type-is": "1.6.18" + "type-is": "~1.6.17" }, "dependencies": { "bytes": { @@ -2806,12 +2806,12 @@ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", "dev": true, "requires": { - "array-flatten": "2.1.2", - "deep-equal": "1.0.1", - "dns-equal": "1.0.0", - "dns-txt": "2.0.2", - "multicast-dns": "6.2.3", - "multicast-dns-service-types": "1.1.0" + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" } }, "boolbase": { @@ -2826,13 +2826,13 @@ "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", "dev": true, "requires": { - "ansi-align": "2.0.0", - "camelcase": "4.1.0", - "chalk": "2.4.2", - "cli-boxes": "1.0.0", - "string-width": "2.1.1", - "term-size": "1.2.0", - "widest-line": "2.0.1" + "ansi-align": "^2.0.0", + "camelcase": "^4.0.0", + "chalk": "^2.0.1", + "cli-boxes": "^1.0.0", + "string-width": "^2.0.0", + "term-size": "^1.2.0", + "widest-line": "^2.0.0" }, "dependencies": { "ansi-regex": { @@ -2859,8 +2859,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -2869,7 +2869,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -2879,7 +2879,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -2889,16 +2889,16 @@ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "requires": { - "arr-flatten": "1.1.0", - "array-unique": "0.3.2", - "extend-shallow": "2.0.1", - "fill-range": "4.0.0", - "isobject": "3.0.1", - "repeat-element": "1.1.3", - "snapdragon": "0.8.2", - "snapdragon-node": "2.1.1", - "split-string": "3.1.0", - "to-regex": "3.0.2" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "dependencies": { "extend-shallow": { @@ -2907,7 +2907,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -2924,8 +2924,8 @@ "integrity": "sha512-5ny7BNvpe2TSmdafF1T9dnFYp3AIrJ8qJt29K0DQJzORlK38LBim/CmlY26JtreV6SWmXza7Oa+9m61SzvxR0Q==", "dev": true, "requires": { - "duplexer": "0.1.1", - "iltorb": "2.4.3" + "duplexer": "^0.1.1", + "iltorb": "^2.4.3" } }, "browser-sync": { @@ -2934,27 +2934,27 @@ "integrity": "sha512-lY3emme0OyvA2ujEMpRmyRy9LY6gHLuTr2/ABxhIm3lADOiRXzP4dgekvnDrQqZ/Ec2Fz19lEjm6kglSG5766w==", "dev": true, "requires": { - "browser-sync-client": "2.26.6", - "browser-sync-ui": "2.26.4", + "browser-sync-client": "^2.26.6", + "browser-sync-ui": "^2.26.4", "bs-recipes": "1.3.4", - "bs-snippet-injector": "2.0.1", - "chokidar": "2.0.4", + "bs-snippet-injector": "^2.0.1", + "chokidar": "^2.0.4", "connect": "3.6.6", - "connect-history-api-fallback": "1.6.0", - "dev-ip": "1.0.1", - "easy-extender": "2.3.4", - "eazy-logger": "3.0.2", - "etag": "1.8.1", - "fresh": "0.5.2", + "connect-history-api-fallback": "^1", + "dev-ip": "^1.0.1", + "easy-extender": "^2.3.4", + "eazy-logger": "^3", + "etag": "^1.8.1", + "fresh": "^0.5.2", "fs-extra": "3.0.1", "http-proxy": "1.15.2", - "immutable": "3.8.2", + "immutable": "^3", "localtunnel": "1.9.2", - "micromatch": "3.1.10", + "micromatch": "^3.1.10", "opn": "5.3.0", "portscanner": "2.1.1", "qs": "6.2.3", - "raw-body": "2.4.0", + "raw-body": "^2.3.2", "resp-modifier": "6.0.2", "rx": "4.1.0", "send": "0.16.2", @@ -2980,7 +2980,7 @@ "requires": { "debug": "2.6.9", "finalhandler": "1.1.0", - "parseurl": "1.3.3", + "parseurl": "~1.3.2", "utils-merge": "1.0.1" } }, @@ -3006,12 +3006,12 @@ "dev": true, "requires": { "debug": "2.6.9", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "on-finished": "2.3.0", - "parseurl": "1.3.3", - "statuses": "1.3.1", - "unpipe": "1.0.0" + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.3.1", + "unpipe": "~1.0.0" } }, "fs-extra": { @@ -3020,9 +3020,9 @@ "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "3.0.1", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^3.0.0", + "universalify": "^0.1.0" } }, "http-errors": { @@ -3031,10 +3031,10 @@ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { - "depd": "1.1.2", + "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.0", - "statuses": "1.5.0" + "statuses": ">= 1.4.0 < 2" }, "dependencies": { "statuses": { @@ -3051,8 +3051,8 @@ "integrity": "sha1-ZC/cr/5S00SNK9o7AHnpQJBk2jE=", "dev": true, "requires": { - "eventemitter3": "1.2.0", - "requires-port": "1.0.0" + "eventemitter3": "1.x.x", + "requires-port": "1.x.x" } }, "inherits": { @@ -3067,7 +3067,7 @@ "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", "dev": true, "requires": { - "graceful-fs": "4.2.0" + "graceful-fs": "^4.1.6" } }, "mime": { @@ -3088,7 +3088,7 @@ "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", "dev": true, "requires": { - "is-wsl": "1.1.0" + "is-wsl": "^1.1.0" } }, "qs": { @@ -3110,18 +3110,18 @@ "dev": true, "requires": { "debug": "2.6.9", - "depd": "1.1.2", - "destroy": "1.0.4", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", "fresh": "0.5.2", - "http-errors": "1.6.3", + "http-errors": "~1.6.2", "mime": "1.4.1", "ms": "2.0.0", - "on-finished": "2.3.0", - "range-parser": "1.2.1", - "statuses": "1.4.0" + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" }, "dependencies": { "statuses": { @@ -3138,9 +3138,9 @@ "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", "dev": true, "requires": { - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "parseurl": "1.3.3", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", "send": "0.16.2" } }, @@ -3168,20 +3168,20 @@ "integrity": "sha1-gW4ahm1VmMzzTlWW3c4i2S2kkNQ=", "dev": true, "requires": { - "camelcase": "3.0.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.3", - "os-locale": "1.4.0", - "read-pkg-up": "1.0.1", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "1.0.2", - "which-module": "1.0.0", - "window-size": "0.2.0", - "y18n": "3.2.1", - "yargs-parser": "4.2.1" + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "window-size": "^0.2.0", + "y18n": "^3.2.1", + "yargs-parser": "^4.1.0" } }, "yargs-parser": { @@ -3190,7 +3190,7 @@ "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=", "dev": true, "requires": { - "camelcase": "3.0.0" + "camelcase": "^3.0.0" } } } @@ -3203,8 +3203,8 @@ "requires": { "etag": "1.8.1", "fresh": "0.5.2", - "mitt": "1.1.3", - "rxjs": "5.5.12" + "mitt": "^1.1.3", + "rxjs": "^5.5.6" }, "dependencies": { "rxjs": { @@ -3231,11 +3231,11 @@ "dev": true, "requires": { "async-each-series": "0.1.1", - "connect-history-api-fallback": "1.6.0", - "immutable": "3.8.2", + "connect-history-api-fallback": "^1", + "immutable": "^3", "server-destroy": "1.0.1", - "socket.io-client": "2.1.1", - "stream-throttle": "0.1.3" + "socket.io-client": "^2.0.4", + "stream-throttle": "^0.1.3" } }, "browserify-aes": { @@ -3244,12 +3244,12 @@ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { - "buffer-xor": "1.0.3", - "cipher-base": "1.0.4", - "create-hash": "1.2.0", - "evp_bytestokey": "1.0.3", - "inherits": "2.0.4", - "safe-buffer": "5.1.2" + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "browserify-cipher": { @@ -3258,9 +3258,9 @@ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "requires": { - "browserify-aes": "1.2.0", - "browserify-des": "1.0.2", - "evp_bytestokey": "1.0.3" + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" } }, "browserify-des": { @@ -3269,10 +3269,10 @@ "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "dev": true, "requires": { - "cipher-base": "1.0.4", - "des.js": "1.0.0", - "inherits": "2.0.4", - "safe-buffer": "5.1.2" + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, "browserify-rsa": { @@ -3281,8 +3281,8 @@ "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { - "bn.js": "4.11.8", - "randombytes": "2.1.0" + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" } }, "browserify-sign": { @@ -3291,13 +3291,13 @@ "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", "dev": true, "requires": { - "bn.js": "4.11.8", - "browserify-rsa": "4.0.1", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "elliptic": "6.5.0", - "inherits": "2.0.4", - "parse-asn1": "5.1.4" + "bn.js": "^4.1.1", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.2", + "elliptic": "^6.0.0", + "inherits": "^2.0.1", + "parse-asn1": "^5.0.0" } }, "browserify-zlib": { @@ -3306,7 +3306,7 @@ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, "requires": { - "pako": "1.0.10" + "pako": "~1.0.5" } }, "browserslist": { @@ -3315,9 +3315,9 @@ "integrity": "sha512-ErJT8qGfRt/VWHSr1HeqZzz50DvxHtr1fVL1m5wf20aGrG8e1ce8fpZ2EjZEfs09DDZYSvtRaDlMpWslBf8Low==", "dev": true, "requires": { - "caniuse-lite": "1.0.30000981", - "electron-to-chromium": "1.3.188", - "node-releases": "1.1.25" + "caniuse-lite": "^1.0.30000981", + "electron-to-chromium": "^1.3.188", + "node-releases": "^1.1.25" } }, "browserstack": { @@ -3326,7 +3326,7 @@ "integrity": "sha512-AO+mECXsW4QcqC9bxwM29O7qWa7bJT94uBFzeb5brylIQwawuEziwq20dPYbins95GlWzOawgyDNdjYAo32EKg==", "dev": true, "requires": { - "https-proxy-agent": "2.2.2" + "https-proxy-agent": "^2.2.1" } }, "bs-recipes": { @@ -3347,9 +3347,9 @@ "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "dev": true, "requires": { - "base64-js": "1.3.0", - "ieee754": "1.1.13", - "isarray": "1.0.0" + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" } }, "buffer-alloc": { @@ -3358,8 +3358,8 @@ "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", "dev": true, "requires": { - "buffer-alloc-unsafe": "1.1.0", - "buffer-fill": "1.0.0" + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" } }, "buffer-alloc-unsafe": { @@ -3416,16 +3416,16 @@ "integrity": "sha512-cJAZ6wvs6IHQCnUn9kTme4GL+ahoICjcS0QPcGTj61Hl4bCc8wKkkVLUote4k/1yxa0+kUIrIo9wyNJ+XIciEw==", "dev": true, "requires": { - "axios": "0.18.1", + "axios": "^0.18.0", "brotli-size": "0.1.0", - "bytes": "3.1.0", - "ci-env": "1.9.0", - "commander": "2.20.0", - "github-build": "1.2.1", - "glob": "7.1.4", - "gzip-size": "4.1.0", - "prettycli": "1.4.3", - "read-pkg-up": "3.0.0" + "bytes": "^3.1.0", + "ci-env": "^1.4.0", + "commander": "^2.20.0", + "github-build": "^1.2.0", + "glob": "^7.1.4", + "gzip-size": "^4.0.0", + "prettycli": "^1.4.3", + "read-pkg-up": "^3.0.0" }, "dependencies": { "bytes": { @@ -3440,12 +3440,12 @@ "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "load-json-file": { @@ -3454,10 +3454,10 @@ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "4.0.0", - "pify": "3.0.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, "parse-json": { @@ -3466,8 +3466,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "read-pkg": { @@ -3476,9 +3476,9 @@ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "load-json-file": "4.0.0", - "normalize-package-data": "2.5.0", - "path-type": "3.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, "read-pkg-up": { @@ -3487,8 +3487,8 @@ "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { - "find-up": "2.1.0", - "read-pkg": "3.0.0" + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" } }, "strip-bom": { @@ -3511,19 +3511,19 @@ "integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==", "dev": true, "requires": { - "bluebird": "3.5.5", - "chownr": "1.1.2", - "glob": "7.1.3", - "graceful-fs": "4.2.0", - "lru-cache": "4.1.5", - "mississippi": "2.0.0", - "mkdirp": "0.5.1", - "move-concurrently": "1.0.1", - "promise-inflight": "1.0.1", - "rimraf": "2.6.3", - "ssri": "5.3.0", - "unique-filename": "1.1.1", - "y18n": "4.0.0" + "bluebird": "^3.5.1", + "chownr": "^1.0.1", + "glob": "^7.1.2", + "graceful-fs": "^4.1.11", + "lru-cache": "^4.1.1", + "mississippi": "^2.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.2", + "ssri": "^5.2.4", + "unique-filename": "^1.1.0", + "y18n": "^4.0.0" } }, "cache-base": { @@ -3532,15 +3532,15 @@ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "requires": { - "collection-visit": "1.0.0", - "component-emitter": "1.3.0", - "get-value": "2.0.6", - "has-value": "1.0.0", - "isobject": "3.0.1", - "set-value": "2.0.1", - "to-object-path": "0.3.0", - "union-value": "1.0.1", - "unset-value": "1.0.0" + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" } }, "call-me-maybe": { @@ -3555,7 +3555,7 @@ "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", "dev": true, "requires": { - "callsites": "2.0.0" + "callsites": "^2.0.0" } }, "caller-path": { @@ -3564,7 +3564,7 @@ "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", "dev": true, "requires": { - "caller-callsite": "2.0.0" + "caller-callsite": "^2.0.0" } }, "callsite": { @@ -3591,8 +3591,8 @@ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", "dev": true, "requires": { - "camelcase": "2.1.1", - "map-obj": "1.0.1" + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" } }, "caniuse-lite": { @@ -3631,9 +3631,9 @@ "integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=", "dev": true, "requires": { - "assertion-error": "1.1.0", - "deep-eql": "0.1.3", - "type-detect": "1.0.0" + "assertion-error": "^1.0.1", + "deep-eql": "^0.1.3", + "type-detect": "^1.0.0" } }, "chai-as-promised": { @@ -3648,9 +3648,9 @@ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "5.5.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "dependencies": { "supports-color": { @@ -3659,7 +3659,7 @@ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } } } @@ -3699,8 +3699,8 @@ "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.5.0.tgz", "integrity": "sha1-/m51Gok3afVucr7lrZEgfhxZKVc=", "requires": { - "chartjs-color": "2.3.0", - "moment": "2.22.2" + "chartjs-color": "^2.0.0", + "moment": "^2.10.6" } }, "chartjs-color": { @@ -3708,8 +3708,8 @@ "resolved": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.3.0.tgz", "integrity": "sha512-hEvVheqczsoHD+fZ+tfPUE+1+RbV6b+eksp2LwAhwRTVXEjCSEavvk+Hg3H6SZfGlPh/UfmWKGIvZbtobOEm3g==", "requires": { - "chartjs-color-string": "0.6.0", - "color-convert": "0.5.3" + "chartjs-color-string": "^0.6.0", + "color-convert": "^0.5.3" } }, "chartjs-color-string": { @@ -3717,7 +3717,7 @@ "resolved": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.6.0.tgz", "integrity": "sha512-TIB5OKn1hPJvO7JcteW4WY/63v6KwEdt6udfnDE9iCAZgy+V4SrbSxoIbTw/xkUIapjEI4ExGtD0+6D3KyFd7A==", "requires": { - "color-name": "1.1.4" + "color-name": "^1.0.0" } }, "check-types": { @@ -3732,19 +3732,19 @@ "integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==", "dev": true, "requires": { - "anymatch": "2.0.0", - "async-each": "1.0.3", - "braces": "2.3.2", - "fsevents": "1.2.9", - "glob-parent": "3.1.0", - "inherits": "2.0.4", - "is-binary-path": "1.0.1", - "is-glob": "4.0.1", - "lodash.debounce": "4.0.8", - "normalize-path": "2.1.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.2.1", - "upath": "1.1.2" + "anymatch": "^2.0.0", + "async-each": "^1.0.0", + "braces": "^2.3.0", + "fsevents": "^1.2.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.1", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "lodash.debounce": "^4.0.8", + "normalize-path": "^2.1.1", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.0.0", + "upath": "^1.0.5" } }, "chownr": { @@ -3759,8 +3759,8 @@ "integrity": "sha512-ela482aJK0riFu05sl+zdbnb3ezMiqzwsqf/f/27HngWds+Fat3vcZWpIoDoeQuWMid/+LfKAteAYWaWPqsweg==", "dev": true, "requires": { - "commander": "2.11.0", - "ws": "3.3.3" + "commander": "2.11.x", + "ws": "^3.3.3" }, "dependencies": { "commander": { @@ -3777,7 +3777,7 @@ "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "ci-env": { @@ -3798,8 +3798,8 @@ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, "requires": { - "inherits": "2.0.4", - "safe-buffer": "5.1.2" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "circular-dependency-plugin": { @@ -3814,10 +3814,10 @@ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, "requires": { - "arr-union": "3.1.0", - "define-property": "0.2.5", - "isobject": "3.0.1", - "static-extend": "0.1.2" + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" }, "dependencies": { "define-property": { @@ -3826,7 +3826,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -3842,7 +3842,7 @@ "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", "dev": true, "requires": { - "source-map": "0.6.1" + "source-map": "~0.6.0" }, "dependencies": { "source-map": { @@ -3865,7 +3865,7 @@ "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "dev": true, "requires": { - "restore-cursor": "2.0.0" + "restore-cursor": "^2.0.0" } }, "cli-truncate": { @@ -3875,7 +3875,7 @@ "dev": true, "requires": { "slice-ansi": "0.0.4", - "string-width": "1.0.2" + "string-width": "^1.0.1" } }, "cli-width": { @@ -3890,9 +3890,9 @@ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wrap-ansi": "2.1.0" + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" } }, "clone": { @@ -3907,10 +3907,10 @@ "integrity": "sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ==", "dev": true, "requires": { - "for-own": "1.0.0", - "is-plain-object": "2.0.4", - "kind-of": "6.0.2", - "shallow-clone": "1.0.0" + "for-own": "^1.0.0", + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.0", + "shallow-clone": "^1.0.0" } }, "clone-regexp": { @@ -3919,8 +3919,8 @@ "integrity": "sha512-Fcij9IwRW27XedRIJnSOEupS7RVcXtObJXbcUOX93UCLqqOdRpkvzKywOOSizmEK/Is3S/RHX9dLdfo6R1Q1mw==", "dev": true, "requires": { - "is-regexp": "1.0.0", - "is-supported-regexp-flag": "1.0.1" + "is-regexp": "^1.0.0", + "is-supported-regexp-flag": "^1.0.0" } }, "clone-stats": { @@ -3947,15 +3947,15 @@ "integrity": "sha512-Bif70XYt8NFf/Q9GPTxmC86OsBRfQZq1dBjdruJ5kZhJ8/jKhJL6MvCLKnYtSOG6Rhiv/44DU0cHk6GYthjy8Q==", "dev": true, "requires": { - "app-root-path": "2.2.1", - "aria-query": "3.0.0", - "axobject-query": "2.0.2", - "css-selector-tokenizer": "0.7.1", - "cssauron": "1.4.0", - "damerau-levenshtein": "1.0.5", - "semver-dsl": "1.0.1", - "source-map": "0.5.7", - "sprintf-js": "1.1.2" + "app-root-path": "^2.1.0", + "aria-query": "^3.0.0", + "axobject-query": "^2.0.2", + "css-selector-tokenizer": "^0.7.1", + "cssauron": "^1.4.0", + "damerau-levenshtein": "^1.0.4", + "semver-dsl": "^1.0.1", + "source-map": "^0.5.7", + "sprintf-js": "^1.1.2" }, "dependencies": { "app-root-path": { @@ -3970,9 +3970,9 @@ "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", "dev": true, "requires": { - "cssesc": "0.1.0", - "fastparse": "1.1.2", - "regexpu-core": "1.0.0" + "cssesc": "^0.1.0", + "fastparse": "^1.1.1", + "regexpu-core": "^1.0.0" } }, "source-map": { @@ -4001,8 +4001,8 @@ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { - "map-visit": "1.0.0", - "object-visit": "1.0.1" + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" } }, "color-convert": { @@ -4032,7 +4032,7 @@ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "requires": { - "delayed-stream": "1.0.0" + "delayed-stream": "~1.0.0" } }, "commander": { @@ -4047,7 +4047,7 @@ "integrity": "sha1-aYbDMw/uDEyeAMI5jNYa+l2PI54=", "dev": true, "requires": { - "json-parser": "1.1.5" + "json-parser": "^1.0.0" } }, "commondir": { @@ -4079,7 +4079,7 @@ "integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==", "dev": true, "requires": { - "mime-db": "1.40.0" + "mime-db": ">= 1.40.0 < 2" } }, "compression": { @@ -4088,13 +4088,13 @@ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, "requires": { - "accepts": "1.3.7", + "accepts": "~1.3.5", "bytes": "3.0.0", - "compressible": "2.0.17", + "compressible": "~2.0.16", "debug": "2.6.9", - "on-headers": "1.0.2", + "on-headers": "~1.0.2", "safe-buffer": "5.1.2", - "vary": "1.1.2" + "vary": "~1.1.2" }, "dependencies": { "debug": { @@ -4125,10 +4125,10 @@ "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { - "buffer-from": "1.1.1", - "inherits": "2.0.4", - "readable-stream": "2.3.6", - "typedarray": "0.0.6" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" } }, "concurrently": { @@ -4137,15 +4137,15 @@ "integrity": "sha512-/+ugz+gwFSEfTGUxn0KHkY+19XPRTXR8+7oUK/HxgiN1n7FjeJmkrbSiXAJfyQ0zORgJYPaenmymwon51YXH9Q==", "dev": true, "requires": { - "chalk": "2.4.2", + "chalk": "^2.4.1", "commander": "2.6.0", - "date-fns": "1.30.1", - "lodash": "4.17.15", - "read-pkg": "3.0.0", + "date-fns": "^1.23.0", + "lodash": "^4.5.1", + "read-pkg": "^3.0.0", "rx": "2.3.24", - "spawn-command": "0.0.2-1", - "supports-color": "3.2.3", - "tree-kill": "1.2.1" + "spawn-command": "^0.0.2-1", + "supports-color": "^3.2.3", + "tree-kill": "^1.1.0" }, "dependencies": { "commander": { @@ -4166,10 +4166,10 @@ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "4.0.0", - "pify": "3.0.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, "parse-json": { @@ -4178,8 +4178,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "read-pkg": { @@ -4188,9 +4188,9 @@ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "load-json-file": "4.0.0", - "normalize-package-data": "2.5.0", - "path-type": "3.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, "strip-bom": { @@ -4205,7 +4205,7 @@ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { - "has-flag": "1.0.0" + "has-flag": "^1.0.0" } } } @@ -4216,8 +4216,8 @@ "integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==", "dev": true, "requires": { - "ini": "1.3.5", - "proto-list": "1.2.4" + "ini": "^1.3.4", + "proto-list": "~1.2.1" } }, "configstore": { @@ -4226,12 +4226,12 @@ "integrity": "sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==", "dev": true, "requires": { - "dot-prop": "4.2.0", - "graceful-fs": "4.2.0", - "make-dir": "1.3.0", - "unique-string": "1.0.0", - "write-file-atomic": "2.4.3", - "xdg-basedir": "3.0.0" + "dot-prop": "^4.1.0", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" } }, "connect": { @@ -4242,7 +4242,7 @@ "requires": { "debug": "2.6.9", "finalhandler": "1.1.2", - "parseurl": "1.3.3", + "parseurl": "~1.3.3", "utils-merge": "1.0.1" }, "dependencies": { @@ -4275,7 +4275,7 @@ "integrity": "sha1-TZmZeKHSC7RgjnzUNNdBZSJVF0s=", "dev": true, "requires": { - "moment": "2.22.2" + "moment": "*" } }, "console-browserify": { @@ -4284,7 +4284,7 @@ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", "dev": true, "requires": { - "date-now": "0.1.4" + "date-now": "^0.1.4" } }, "console-control-strings": { @@ -4320,7 +4320,7 @@ "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "~5.1.1" } }, "cookie": { @@ -4346,12 +4346,12 @@ "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "dev": true, "requires": { - "aproba": "1.2.0", - "fs-write-stream-atomic": "1.0.10", - "iferr": "0.1.5", - "mkdirp": "0.5.1", - "rimraf": "2.6.3", - "run-queue": "1.0.3" + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" } }, "copy-descriptor": { @@ -4366,14 +4366,14 @@ "integrity": "sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==", "dev": true, "requires": { - "cacache": "10.0.4", - "find-cache-dir": "1.0.0", - "globby": "7.1.1", - "is-glob": "4.0.1", - "loader-utils": "1.2.3", - "minimatch": "3.0.4", - "p-limit": "1.3.0", - "serialize-javascript": "1.7.0" + "cacache": "^10.0.4", + "find-cache-dir": "^1.0.0", + "globby": "^7.1.1", + "is-glob": "^4.0.0", + "loader-utils": "^1.1.0", + "minimatch": "^3.0.4", + "p-limit": "^1.0.0", + "serialize-javascript": "^1.4.0" } }, "core-js": { @@ -4392,10 +4392,10 @@ "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", "dev": true, "requires": { - "import-fresh": "2.0.0", - "is-directory": "0.3.1", - "js-yaml": "3.13.1", - "parse-json": "4.0.0" + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" }, "dependencies": { "parse-json": { @@ -4404,8 +4404,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } } } @@ -4416,8 +4416,8 @@ "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "dev": true, "requires": { - "bn.js": "4.11.8", - "elliptic": "6.5.0" + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" } }, "create-error-class": { @@ -4426,7 +4426,7 @@ "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", "dev": true, "requires": { - "capture-stack-trace": "1.0.1" + "capture-stack-trace": "^1.0.0" } }, "create-hash": { @@ -4435,11 +4435,11 @@ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { - "cipher-base": "1.0.4", - "inherits": "2.0.4", - "md5.js": "1.3.5", - "ripemd160": "2.0.2", - "sha.js": "2.4.11" + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" } }, "create-hmac": { @@ -4448,12 +4448,12 @@ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { - "cipher-base": "1.0.4", - "create-hash": "1.2.0", - "inherits": "2.0.4", - "ripemd160": "2.0.2", - "safe-buffer": "5.1.2", - "sha.js": "2.4.11" + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, "cross-spawn": { @@ -4462,8 +4462,8 @@ "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", "dev": true, "requires": { - "lru-cache": "4.1.5", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "which": "^1.2.9" } }, "crypto-browserify": { @@ -4472,17 +4472,17 @@ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "requires": { - "browserify-cipher": "1.0.1", - "browserify-sign": "4.0.4", - "create-ecdh": "4.0.3", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "diffie-hellman": "5.0.3", - "inherits": "2.0.4", - "pbkdf2": "3.0.17", - "public-encrypt": "4.0.3", - "randombytes": "2.1.0", - "randomfill": "1.0.4" + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" } }, "crypto-random-string": { @@ -4497,35 +4497,35 @@ "integrity": "sha512-ubl9KnYgigK06Qo9tUx0xGSlyNpV1M68HDPnA7UNtL4yloOE6/K1GVw6J9prhV2KZZgBxqa5GATD8T6nS0mxMQ==", "dev": true, "requires": { - "chalk": "2.4.2", - "commander": "2.20.0", - "comment-json": "1.1.3", - "configstore": "4.0.0", - "cspell-dict-companies": "1.0.10", - "cspell-dict-cpp": "1.1.19", - "cspell-dict-django": "1.0.11", - "cspell-dict-elixir": "1.0.9", - "cspell-dict-en-gb": "1.1.10", - "cspell-dict-en_us": "1.2.16", - "cspell-dict-fullstack": "1.0.13", - "cspell-dict-golang": "1.1.11", - "cspell-dict-java": "1.0.9", - "cspell-dict-latex": "1.0.10", - "cspell-dict-lorem-ipsum": "1.0.9", - "cspell-dict-php": "1.0.10", - "cspell-dict-python": "1.0.12", - "cspell-dict-rust": "1.0.9", - "cspell-dict-scala": "1.0.8", - "cspell-lib": "3.0.8", - "cspell-trie": "3.0.10", - "fs-extra": "7.0.1", - "gensequence": "2.1.2", - "get-stdin": "7.0.0", - "glob": "7.1.4", - "minimatch": "3.0.4", - "rxjs": "6.5.2", - "vscode-uri": "1.0.8", - "xregexp": "4.2.4" + "chalk": "^2.4.2", + "commander": "^2.20.0", + "comment-json": "^1.1.3", + "configstore": "^4.0.0", + "cspell-dict-companies": "^1.0.6", + "cspell-dict-cpp": "^1.1.14", + "cspell-dict-django": "^1.0.8", + "cspell-dict-elixir": "^1.0.5", + "cspell-dict-en-gb": "^1.1.8", + "cspell-dict-en_us": "^1.2.12", + "cspell-dict-fullstack": "^1.0.10", + "cspell-dict-golang": "^1.1.9", + "cspell-dict-java": "^1.0.7", + "cspell-dict-latex": "^1.0.8", + "cspell-dict-lorem-ipsum": "^1.0.6", + "cspell-dict-php": "^1.0.8", + "cspell-dict-python": "^1.0.9", + "cspell-dict-rust": "^1.0.6", + "cspell-dict-scala": "^1.0.6", + "cspell-lib": "^3.0.8", + "cspell-trie": "^3.0.10", + "fs-extra": "^7.0.1", + "gensequence": "^2.1.2", + "get-stdin": "^7.0.0", + "glob": "^7.1.4", + "minimatch": "^3.0.4", + "rxjs": "^6.5.2", + "vscode-uri": "^1.0.6", + "xregexp": "^4.2.4" }, "dependencies": { "fs-extra": { @@ -4534,9 +4534,9 @@ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "get-stdin": { @@ -4551,12 +4551,12 @@ "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "xregexp": { @@ -4565,7 +4565,7 @@ "integrity": "sha512-sO0bYdYeJAJBcJA8g7MJJX7UrOZIfJPd8U2SC7B2Dd/J24U0aQNoGp33shCaBSWeb0rD5rh6VBUIXOkGal1TZA==", "dev": true, "requires": { - "@babel/runtime-corejs2": "7.5.3" + "@babel/runtime-corejs2": "^7.2.0" } } } @@ -4576,7 +4576,7 @@ "integrity": "sha512-mLJnxxtkQt4nX2uWwz1BfAmq03Q0YyM5Gjh4uf4EFhT/8v7KJ/gGWBvjPZuUlOnyqNFG1FdKFNyH23WP3SI6uA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-cpp": { @@ -4585,7 +4585,7 @@ "integrity": "sha512-KaKDc4H7FwjZnGL2kjn7fa6SXbymETKVyDWwq/XmoI2q16ZOrs0pYz/aOVjBwBbFy3QNmDIKODswYe0FSQhDNA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-django": { @@ -4594,7 +4594,7 @@ "integrity": "sha512-cCVDgYTxHjNGsXOkOXFlIFFYyD/+QKa4P5gjAO+ftVe5YkYLgR/ToIqBjLkeMpd5XLcUp9I2+4qAW4bXUGXvhA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-elixir": { @@ -4603,7 +4603,7 @@ "integrity": "sha512-gez2DdKiiR0z51kGR8YI61qW5ARKDgoOxlwz9w84biCWDeN0m3th/xqFDf7D6IaA9PosNhSk1uD/OgoIWLH3mA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-en-gb": { @@ -4612,7 +4612,7 @@ "integrity": "sha512-Gx6vcaHBnNzYs9W9LlSjomYq1XCw9+aGVsU+Ayl3oMG5zuJGi3I7G5xPyWcTTkWqb6/z6F5LXnW/vFtkTGE5fg==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-en_us": { @@ -4621,7 +4621,7 @@ "integrity": "sha512-qrc5Mh2hWT53jlcDo3hFFvAgC+hpekQnNN5seHohz6yWr2XeAsATZP/2ftnrKadZ1iAkeJU2LABymhzK+ZAIHg==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-fullstack": { @@ -4630,7 +4630,7 @@ "integrity": "sha512-2173pXRCNzC6v5ACFlbFAfp5HNcoX5ANYcAHtNa/cBIjP4G0ASdLJY1SRSPBojNh3qxAulwIASck4fX3DgGe1A==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-golang": { @@ -4639,7 +4639,7 @@ "integrity": "sha512-dInmq72nAtTBV4B1kX+6STIpKzMNfFTrzC1YBE3x3AKMdyCvKpuoIQHHpm/PFsfIeW2hiu+ZZrTYv1xc+diGlw==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-java": { @@ -4648,7 +4648,7 @@ "integrity": "sha512-z3u1SZ9IpwhmQ9wps1qj0BTtkNNz6piMcDxzMOQDkTM+hkK/BSLEJ/+DMsnKr1Kiob1mde8LxHr/MvB9qcWXtQ==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-latex": { @@ -4657,7 +4657,7 @@ "integrity": "sha512-H2Kdu/7N5rcPpjr/5qBPdWluu2+0SdQaFrqZPWyn8XYXpYAs9YLqvsl+0MgyV3VTUJPAbz1B34UvByLfZy7FWg==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-lorem-ipsum": { @@ -4666,7 +4666,7 @@ "integrity": "sha512-cGZ8vkt6dfZGZm/pMtnvYZ4coPHA/FyYL0cuA8fy30wNTdW00CnWWilQvdh0JH53eSTDDWNO9x8Uz+OFIgOeLA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-php": { @@ -4675,7 +4675,7 @@ "integrity": "sha512-9efe0p3eL8gPtjanYdMqXSj6G7SdIZaz2kiDH3vWP4qc9j4oa67rq/F+WxsLcZuye7Scm9Tw1nZWetvs/u0M8w==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-python": { @@ -4684,7 +4684,7 @@ "integrity": "sha512-h82By/vlnZvaag0mn+Qoj4yURZ0s/5/hpNwmIWiQWSHK61b9GMcZSmFLoJ7Nc8wi8NkxYJdL3ot5mmjBzHVPiA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-rust": { @@ -4693,7 +4693,7 @@ "integrity": "sha512-8KiEawwcixyVw8EuTTQIcxHc3GTxQ3PFW+T9D8r+Y4crw5JcJeyOQlRHZcyG2+2qAhamS+tlAh/puaKwANuWWg==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-dict-scala": { @@ -4702,7 +4702,7 @@ "integrity": "sha512-/t2SyLnl/zaOBilTWlBNsD2X/Sd6+WyUi5REKQhopQ1MoJc9AFUavI17ZIFHq/vCyu1ziO7xslFWYRTwfQ8yBA==", "dev": true, "requires": { - "configstore": "4.0.0" + "configstore": "^4.0.0" } }, "cspell-lib": { @@ -4711,8 +4711,8 @@ "integrity": "sha512-JRuvKQEli2SYYhH0/P4YgOEhZM9hKzKO8Fw1PPkX+nSiYWrdt7xkNd6vBG0t1aGngm7Tw4fBs1V3nl3D9BlvIA==", "dev": true, "requires": { - "iconv-lite": "0.4.24", - "rxjs-stream": "3.0.2" + "iconv-lite": "^0.4.24", + "rxjs-stream": "^3.0.1" } }, "cspell-trie": { @@ -4721,14 +4721,14 @@ "integrity": "sha512-70maLAmZTvbUo5qKr2UD3zA9FZ31p2a4bAyJsMdTvVHMj+t5CyuGGgOQ5579FF4MpOWpnSxT5/uzpZtWlkEk1A==", "dev": true, "requires": { - "commander": "2.20.0", - "cspell-lib": "3.0.8", - "fs-extra": "7.0.1", - "gensequence": "2.1.2", - "hunspell-reader": "2.1.2", - "js-xxhash": "1.0.1", - "rxjs": "6.5.2", - "rxjs-stream": "3.0.2" + "commander": "^2.20.0", + "cspell-lib": "^3.0.8", + "fs-extra": "^7.0.1", + "gensequence": "^2.1.2", + "hunspell-reader": "^2.1.2", + "js-xxhash": "^1.0.1", + "rxjs": "^6.5.2", + "rxjs-stream": "^3.0.1" }, "dependencies": { "fs-extra": { @@ -4737,9 +4737,9 @@ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } } } @@ -4761,9 +4761,9 @@ "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz", "integrity": "sha1-5piEdK6MlTR3v15+/s/OzNnPTIY=", "requires": { - "cssesc": "0.1.0", - "fastparse": "1.1.2", - "regexpu-core": "1.0.0" + "cssesc": "^0.1.0", + "fastparse": "^1.1.1", + "regexpu-core": "^1.0.0" } }, "cssauron": { @@ -4771,7 +4771,7 @@ "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", "requires": { - "through": "2.3.8" + "through": "X.X.X" } }, "cssesc": { @@ -4791,7 +4791,7 @@ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "dev": true, "requires": { - "array-find-index": "1.0.2" + "array-find-index": "^1.0.1" } }, "custom-event": { @@ -4816,7 +4816,7 @@ "resolved": "https://registry.npmjs.org/d/-/d-0.1.1.tgz", "integrity": "sha1-2hhMU10Y2O57oqoim5FACfrhEwk=", "requires": { - "es5-ext": "0.10.50" + "es5-ext": "~0.10.2" } }, "damerau-levenshtein": { @@ -4831,7 +4831,7 @@ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "dev": true, "requires": { - "assert-plus": "1.0.0" + "assert-plus": "^1.0.0" } }, "date-fns": { @@ -4858,8 +4858,8 @@ "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=", "dev": true, "requires": { - "get-stdin": "4.0.1", - "meow": "3.7.0" + "get-stdin": "^4.0.1", + "meow": "^3.3.0" } }, "debug": { @@ -4867,7 +4867,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "debuglog": { @@ -4888,8 +4888,8 @@ "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", "dev": true, "requires": { - "decamelize": "1.2.0", - "map-obj": "1.0.1" + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" } }, "decode-uri-component": { @@ -4904,7 +4904,7 @@ "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", "dev": true, "requires": { - "mimic-response": "1.0.1" + "mimic-response": "^1.0.0" } }, "dedent": { @@ -4960,8 +4960,8 @@ "integrity": "sha512-lAc4i9QJR0YHSDFdzeBQKfZ1SRDG3hsJNEkrpcZa8QhBfidLAilT60BDEIVUUGqosFp425KOgB3uYqcnQrWafQ==", "dev": true, "requires": { - "execa": "0.10.0", - "ip-regex": "2.1.0" + "execa": "^0.10.0", + "ip-regex": "^2.1.0" } }, "default-require-extensions": { @@ -4970,7 +4970,7 @@ "integrity": "sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=", "dev": true, "requires": { - "strip-bom": "2.0.0" + "strip-bom": "^2.0.0" } }, "define-properties": { @@ -4979,7 +4979,7 @@ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "requires": { - "object-keys": "1.1.1" + "object-keys": "^1.0.12" } }, "define-property": { @@ -4988,8 +4988,8 @@ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, "requires": { - "is-descriptor": "1.0.2", - "isobject": "3.0.1" + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" }, "dependencies": { "is-accessor-descriptor": { @@ -4998,7 +4998,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -5007,7 +5007,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -5016,9 +5016,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -5029,12 +5029,12 @@ "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", "dev": true, "requires": { - "globby": "6.1.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.1", - "p-map": "1.2.0", - "pify": "3.0.0", - "rimraf": "2.6.3" + "globby": "^6.1.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "p-map": "^1.1.1", + "pify": "^3.0.0", + "rimraf": "^2.2.8" }, "dependencies": { "globby": { @@ -5043,11 +5043,11 @@ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", "dev": true, "requires": { - "array-union": "1.0.2", - "glob": "7.1.3", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" }, "dependencies": { "pify": { @@ -5089,8 +5089,8 @@ "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", "dev": true, "requires": { - "inherits": "2.0.4", - "minimalistic-assert": "1.0.1" + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, "destroy": { @@ -5111,7 +5111,7 @@ "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "detect-libc": { @@ -5138,8 +5138,8 @@ "integrity": "sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=", "dev": true, "requires": { - "asap": "2.0.6", - "wrappy": "1.0.2" + "asap": "^2.0.0", + "wrappy": "1" } }, "di": { @@ -5160,9 +5160,9 @@ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { - "bn.js": "4.11.8", - "miller-rabin": "4.0.1", - "randombytes": "2.1.0" + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" } }, "dir-glob": { @@ -5171,7 +5171,7 @@ "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", "dev": true, "requires": { - "path-type": "3.0.0" + "path-type": "^3.0.0" } }, "dns-equal": { @@ -5186,8 +5186,8 @@ "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", "dev": true, "requires": { - "ip": "1.1.5", - "safe-buffer": "5.1.2" + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" } }, "dns-txt": { @@ -5196,7 +5196,7 @@ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", "dev": true, "requires": { - "buffer-indexof": "1.1.1" + "buffer-indexof": "^1.0.0" } }, "dom-serialize": { @@ -5205,10 +5205,10 @@ "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", "dev": true, "requires": { - "custom-event": "1.0.1", - "ent": "2.2.0", - "extend": "3.0.2", - "void-elements": "2.0.1" + "custom-event": "~1.0.0", + "ent": "~2.2.0", + "extend": "^3.0.0", + "void-elements": "^2.0.0" } }, "dom-serializer": { @@ -5217,8 +5217,8 @@ "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", "dev": true, "requires": { - "domelementtype": "1.3.1", - "entities": "1.1.2" + "domelementtype": "^1.3.0", + "entities": "^1.1.1" } }, "domain-browser": { @@ -5239,7 +5239,7 @@ "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", "dev": true, "requires": { - "domelementtype": "1.3.1" + "domelementtype": "1" } }, "domutils": { @@ -5248,8 +5248,8 @@ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "dev": true, "requires": { - "dom-serializer": "0.1.1", - "domelementtype": "1.3.1" + "dom-serializer": "0", + "domelementtype": "1" } }, "dot-prop": { @@ -5258,7 +5258,7 @@ "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", "dev": true, "requires": { - "is-obj": "1.0.1" + "is-obj": "^1.0.0" } }, "dotenv": { @@ -5279,7 +5279,7 @@ "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", "dev": true, "requires": { - "readable-stream": "1.1.14" + "readable-stream": "~1.1.9" }, "dependencies": { "isarray": { @@ -5294,10 +5294,10 @@ "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", "dev": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.4", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", "isarray": "0.0.1", - "string_decoder": "0.10.31" + "string_decoder": "~0.10.x" } }, "string_decoder": { @@ -5320,10 +5320,10 @@ "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "inherits": "2.0.4", - "readable-stream": "2.3.6", - "stream-shift": "1.0.0" + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" } }, "easy-extender": { @@ -5332,7 +5332,7 @@ "integrity": "sha512-8cAwm6md1YTiPpOvDULYJL4ZS6WfM5/cTeVVh4JsvyYZAoqlRVUpHL9Gr5Fy7HA6xcSZicUia3DeAgO3Us8E+Q==", "dev": true, "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.10" } }, "eazy-logger": { @@ -5341,7 +5341,7 @@ "integrity": "sha1-oyWqXlPROiIliJsqxBE7K5Y29Pw=", "dev": true, "requires": { - "tfunk": "3.1.0" + "tfunk": "^3.0.1" } }, "ecc-jsbn": { @@ -5350,8 +5350,8 @@ "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", "dev": true, "requires": { - "jsbn": "0.1.1", - "safer-buffer": "2.1.2" + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" } }, "editorconfig": { @@ -5360,10 +5360,10 @@ "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", "dev": true, "requires": { - "commander": "2.20.0", - "lru-cache": "4.1.5", - "semver": "5.7.0", - "sigmund": "1.0.1" + "commander": "^2.19.0", + "lru-cache": "^4.1.5", + "semver": "^5.6.0", + "sigmund": "^1.0.1" } }, "ee-first": { @@ -5396,13 +5396,13 @@ "integrity": "sha512-eFOJTMyCYb7xtE/caJ6JJu+bhi67WCYNbkGSknu20pmM8Ke/bqOfdnZWxyoGN26JgfxTbXrsCkEw4KheCT/KGg==", "dev": true, "requires": { - "bn.js": "4.11.8", - "brorand": "1.1.0", - "hash.js": "1.1.7", - "hmac-drbg": "1.0.1", - "inherits": "2.0.4", - "minimalistic-assert": "1.0.1", - "minimalistic-crypto-utils": "1.0.1" + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" } }, "emoji-regex": { @@ -5427,7 +5427,7 @@ "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", "dev": true, "requires": { - "iconv-lite": "0.4.24" + "iconv-lite": "~0.4.13" } }, "end-of-stream": { @@ -5436,7 +5436,7 @@ "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", "dev": true, "requires": { - "once": "1.4.0" + "once": "^1.4.0" } }, "engine.io": { @@ -5445,12 +5445,12 @@ "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", "dev": true, "requires": { - "accepts": "1.3.7", + "accepts": "~1.3.4", "base64id": "1.0.0", "cookie": "0.3.1", - "debug": "3.1.0", - "engine.io-parser": "2.1.3", - "ws": "3.3.3" + "debug": "~3.1.0", + "engine.io-parser": "~2.1.0", + "ws": "~3.3.1" }, "dependencies": { "cookie": { @@ -5484,14 +5484,14 @@ "requires": { "component-emitter": "1.2.1", "component-inherit": "0.0.3", - "debug": "3.1.0", - "engine.io-parser": "2.1.3", + "debug": "~3.1.0", + "engine.io-parser": "~2.1.1", "has-cors": "1.1.0", "indexof": "0.0.1", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "3.3.3", - "xmlhttprequest-ssl": "1.5.5", + "ws": "~3.3.1", + "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "dependencies": { @@ -5525,10 +5525,10 @@ "dev": true, "requires": { "after": "0.8.2", - "arraybuffer.slice": "0.0.7", + "arraybuffer.slice": "~0.0.7", "base64-arraybuffer": "0.1.5", "blob": "0.0.5", - "has-binary2": "1.0.3" + "has-binary2": "~1.0.2" } }, "enhanced-resolve": { @@ -5537,9 +5537,9 @@ "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "memory-fs": "0.4.1", - "tapable": "1.1.3" + "graceful-fs": "^4.1.2", + "memory-fs": "^0.4.0", + "tapable": "^1.0.0" } }, "ent": { @@ -5566,7 +5566,7 @@ "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", "dev": true, "requires": { - "prr": "1.0.1" + "prr": "~1.0.1" } }, "error-ex": { @@ -5575,7 +5575,7 @@ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "requires": { - "is-arrayish": "0.2.1" + "is-arrayish": "^0.2.1" } }, "es-abstract": { @@ -5584,12 +5584,12 @@ "integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==", "dev": true, "requires": { - "es-to-primitive": "1.2.0", - "function-bind": "1.1.1", - "has": "1.0.3", - "is-callable": "1.1.4", - "is-regex": "1.0.4", - "object-keys": "1.1.1" + "es-to-primitive": "^1.2.0", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "is-callable": "^1.1.4", + "is-regex": "^1.0.4", + "object-keys": "^1.0.12" } }, "es-to-primitive": { @@ -5598,9 +5598,9 @@ "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", "dev": true, "requires": { - "is-callable": "1.1.4", - "is-date-object": "1.0.1", - "is-symbol": "1.0.2" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" } }, "es5-ext": { @@ -5608,9 +5608,9 @@ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.50.tgz", "integrity": "sha512-KMzZTPBkeQV/JcSQhI5/z6d9VWJ3EnQ194USTUwIYZ2ZbpN8+SGXQKt1h68EX44+qt+Fzr8DO17vnxrw7c3agw==", "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1", - "next-tick": "1.0.0" + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.1", + "next-tick": "^1.0.0" } }, "es6-iterator": { @@ -5618,9 +5618,9 @@ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", "requires": { - "d": "1.0.1", - "es5-ext": "0.10.50", - "es6-symbol": "3.1.1" + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" }, "dependencies": { "d": { @@ -5628,8 +5628,8 @@ "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", "requires": { - "es5-ext": "0.10.50", - "type": "1.0.3" + "es5-ext": "^0.10.50", + "type": "^1.0.1" } } } @@ -5646,7 +5646,7 @@ "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", "dev": true, "requires": { - "es6-promise": "4.2.8" + "es6-promise": "^4.0.3" } }, "es6-symbol": { @@ -5654,8 +5654,8 @@ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", "requires": { - "d": "1.0.1", - "es5-ext": "0.10.50" + "d": "1", + "es5-ext": "~0.10.14" }, "dependencies": { "d": { @@ -5663,8 +5663,8 @@ "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", "requires": { - "es5-ext": "0.10.50", - "type": "1.0.3" + "es5-ext": "^0.10.50", + "type": "^1.0.1" } } } @@ -5687,11 +5687,11 @@ "integrity": "sha1-WltTr0aTEQvrsIZ6o0MN07cKEBg=", "dev": true, "requires": { - "esprima": "2.7.3", - "estraverse": "1.9.3", - "esutils": "2.0.2", - "optionator": "0.8.2", - "source-map": "0.2.0" + "esprima": "^2.7.1", + "estraverse": "^1.9.1", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.2.0" }, "dependencies": { "esprima": { @@ -5713,7 +5713,7 @@ "dev": true, "optional": true, "requires": { - "amdefine": "1.0.1" + "amdefine": ">=0.0.4" } } } @@ -5724,8 +5724,8 @@ "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", "dev": true, "requires": { - "esrecurse": "4.2.1", - "estraverse": "4.2.0" + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" } }, "esprima": { @@ -5740,7 +5740,7 @@ "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", "dev": true, "requires": { - "estraverse": "4.2.0" + "estraverse": "^4.0.0" } }, "esrecurse": { @@ -5749,7 +5749,7 @@ "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "dev": true, "requires": { - "estraverse": "4.2.0" + "estraverse": "^4.1.0" } }, "estraverse": { @@ -5786,8 +5786,8 @@ "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz", "integrity": "sha1-jWPd+0z+H647MsomXExyAiIIC7U=", "requires": { - "d": "0.1.1", - "es5-ext": "0.10.50" + "d": "~0.1.1", + "es5-ext": "~0.10.7" } }, "eventemitter3": { @@ -5808,7 +5808,7 @@ "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", "dev": true, "requires": { - "original": "1.0.2" + "original": "^1.0.0" } }, "evp_bytestokey": { @@ -5817,8 +5817,8 @@ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, "requires": { - "md5.js": "1.3.5", - "safe-buffer": "5.1.2" + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" } }, "execa": { @@ -5827,13 +5827,13 @@ "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", "dev": true, "requires": { - "cross-spawn": "6.0.5", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" }, "dependencies": { "cross-spawn": { @@ -5842,11 +5842,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.0", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } } } @@ -5857,7 +5857,7 @@ "integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=", "dev": true, "requires": { - "clone-regexp": "1.0.1" + "clone-regexp": "^1.0.0" } }, "exit": { @@ -5872,13 +5872,13 @@ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, "requires": { - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "posix-character-classes": "0.1.1", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "debug": { @@ -5896,7 +5896,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "extend-shallow": { @@ -5905,7 +5905,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "ms": { @@ -5928,7 +5928,7 @@ "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", "dev": true, "requires": { - "homedir-polyfill": "1.0.3" + "homedir-polyfill": "^1.0.1" } }, "express": { @@ -5937,36 +5937,36 @@ "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", "dev": true, "requires": { - "accepts": "1.3.7", + "accepts": "~1.3.7", "array-flatten": "1.1.1", "body-parser": "1.19.0", "content-disposition": "0.5.3", - "content-type": "1.0.4", + "content-type": "~1.0.4", "cookie": "0.4.0", "cookie-signature": "1.0.6", "debug": "2.6.9", - "depd": "1.1.2", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", - "finalhandler": "1.1.2", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", "fresh": "0.5.2", "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "on-finished": "2.3.0", - "parseurl": "1.3.3", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", - "proxy-addr": "2.0.5", + "proxy-addr": "~2.0.5", "qs": "6.7.0", - "range-parser": "1.2.1", + "range-parser": "~1.2.1", "safe-buffer": "5.1.2", "send": "0.17.1", "serve-static": "1.14.1", "setprototypeof": "1.1.1", - "statuses": "1.5.0", - "type-is": "1.6.18", + "statuses": "~1.5.0", + "type-is": "~1.6.18", "utils-merge": "1.0.1", - "vary": "1.1.2" + "vary": "~1.1.2" }, "dependencies": { "array-flatten": { @@ -6003,8 +6003,8 @@ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "requires": { - "assign-symbols": "1.0.0", - "is-extendable": "1.0.1" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { @@ -6013,7 +6013,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "2.0.4" + "is-plain-object": "^2.0.4" } } } @@ -6024,9 +6024,9 @@ "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, "requires": { - "chardet": "0.7.0", - "iconv-lite": "0.4.24", - "tmp": "0.0.33" + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" } }, "extglob": { @@ -6035,14 +6035,14 @@ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "requires": { - "array-unique": "0.3.2", - "define-property": "1.0.0", - "expand-brackets": "2.1.4", - "extend-shallow": "2.0.1", - "fragment-cache": "0.2.1", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "define-property": { @@ -6051,7 +6051,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "extend-shallow": { @@ -6060,7 +6060,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "is-accessor-descriptor": { @@ -6069,7 +6069,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -6078,7 +6078,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -6087,9 +6087,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -6100,10 +6100,10 @@ "integrity": "sha512-Hypkn9jUTnFr0DpekNam53X47tXn3ucY08BQumv7kdGgeVUBLq3DJHJTi6HNxv4jl9W+Skxjz9+RnK0sJyqqjA==", "dev": true, "requires": { - "async": "2.6.2", - "loader-utils": "1.2.3", - "schema-utils": "0.4.7", - "webpack-sources": "1.3.0" + "async": "^2.4.1", + "loader-utils": "^1.1.0", + "schema-utils": "^0.4.5", + "webpack-sources": "^1.1.0" } }, "extract-zip": { @@ -6147,10 +6147,10 @@ "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==", "dev": true, "requires": { - "ansi-gray": "0.1.1", - "color-support": "1.1.3", - "parse-node-version": "1.0.1", - "time-stamp": "1.1.0" + "ansi-gray": "^0.1.1", + "color-support": "^1.1.3", + "parse-node-version": "^1.0.0", + "time-stamp": "^1.0.0" } }, "fast-deep-equal": { @@ -6164,12 +6164,12 @@ "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", "dev": true, "requires": { - "@mrmlnc/readdir-enhanced": "2.2.1", - "@nodelib/fs.stat": "1.1.3", - "glob-parent": "3.1.0", - "is-glob": "4.0.1", - "merge2": "1.2.3", - "micromatch": "3.1.10" + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.1.2", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.3", + "micromatch": "^3.1.10" } }, "fast-json-patch": { @@ -6200,7 +6200,7 @@ "integrity": "sha512-sfFuP4X0hzrbGKjAUNXYvNqsZ5F6ohx/dZ9I0KQud/aiZNwg263r5L9yGB0clvXHCkzXh5W3t7RSHchggYIFmA==", "dev": true, "requires": { - "format": "0.2.2" + "format": "^0.2.2" } }, "faye-websocket": { @@ -6209,7 +6209,7 @@ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "dev": true, "requires": { - "websocket-driver": "0.7.3" + "websocket-driver": ">=0.5.1" } }, "fd-slicer": { @@ -6233,7 +6233,7 @@ "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "dev": true, "requires": { - "escape-string-regexp": "1.0.5" + "escape-string-regexp": "^1.0.5" } }, "file-entry-cache": { @@ -6242,7 +6242,7 @@ "integrity": "sha512-AVSwsnbV8vH/UVbvgEhf3saVQXORNv0ZzSkvkhQIaia5Tia+JhGTaa/ePUSVoPHQyGayQNmYfkzFi3WZV5zcpA==", "dev": true, "requires": { - "flat-cache": "2.0.1" + "flat-cache": "^2.0.1" } }, "file-loader": { @@ -6251,8 +6251,8 @@ "integrity": "sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==", "dev": true, "requires": { - "loader-utils": "1.2.3", - "schema-utils": "1.0.0" + "loader-utils": "^1.0.2", + "schema-utils": "^1.0.0" }, "dependencies": { "schema-utils": { @@ -6261,9 +6261,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } } } @@ -6274,8 +6274,8 @@ "integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=", "dev": true, "requires": { - "glob": "7.1.3", - "minimatch": "3.0.4" + "glob": "^7.0.3", + "minimatch": "^3.0.3" } }, "filesize": { @@ -6290,10 +6290,10 @@ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-number": "3.0.0", - "repeat-string": "1.6.1", - "to-regex-range": "2.1.1" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "dependencies": { "extend-shallow": { @@ -6302,7 +6302,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -6314,12 +6314,12 @@ "dev": true, "requires": { "debug": "2.6.9", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "on-finished": "2.3.0", - "parseurl": "1.3.3", - "statuses": "1.5.0", - "unpipe": "1.0.0" + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" }, "dependencies": { "debug": { @@ -6345,9 +6345,9 @@ "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=", "dev": true, "requires": { - "commondir": "1.0.1", - "make-dir": "1.3.0", - "pkg-dir": "2.0.0" + "commondir": "^1.0.1", + "make-dir": "^1.0.0", + "pkg-dir": "^2.0.0" } }, "find-parent-dir": { @@ -6362,7 +6362,7 @@ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "requires": { - "locate-path": "2.0.0" + "locate-path": "^2.0.0" } }, "findup-sync": { @@ -6371,10 +6371,10 @@ "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", "dev": true, "requires": { - "detect-file": "1.0.0", - "is-glob": "4.0.1", - "micromatch": "3.1.10", - "resolve-dir": "1.0.1" + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" } }, "flat-cache": { @@ -6383,7 +6383,7 @@ "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", "dev": true, "requires": { - "flatted": "2.0.1", + "flatted": "^2.0.0", "rimraf": "2.6.3", "write": "1.0.3" } @@ -6400,8 +6400,8 @@ "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", "dev": true, "requires": { - "inherits": "2.0.4", - "readable-stream": "2.3.6" + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" } }, "fn-name": { @@ -6416,7 +6416,7 @@ "integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", "dev": true, "requires": { - "debug": "3.2.6" + "debug": "^3.2.6" } }, "for-in": { @@ -6431,7 +6431,7 @@ "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", "dev": true, "requires": { - "for-in": "1.0.2" + "for-in": "^1.0.1" } }, "forever-agent": { @@ -6445,9 +6445,9 @@ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.0.tgz", "integrity": "sha512-WXieX3G/8side6VIqx44ablyULoGruSde5PNTxoUyo5CeyAMX6nVWUd0rgist/EuX655cjhUhTo1Fo3tRYqbcA==", "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.8", - "mime-types": "2.1.24" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" } }, "format": { @@ -6473,7 +6473,7 @@ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, "requires": { - "map-cache": "0.2.2" + "map-cache": "^0.2.2" } }, "fresh": { @@ -6488,8 +6488,8 @@ "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", "dev": true, "requires": { - "inherits": "2.0.4", - "readable-stream": "2.3.6" + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" } }, "fs": { @@ -6504,7 +6504,7 @@ "integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", "dev": true, "requires": { - "null-check": "1.0.0" + "null-check": "^1.0.0" } }, "fs-constants": { @@ -6519,9 +6519,9 @@ "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "fs-minipass": { @@ -6530,7 +6530,7 @@ "integrity": "sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ==", "dev": true, "requires": { - "minipass": "2.3.5" + "minipass": "^2.2.1" } }, "fs-write-stream-atomic": { @@ -6539,10 +6539,10 @@ "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "iferr": "0.1.5", - "imurmurhash": "0.1.4", - "readable-stream": "2.3.6" + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" } }, "fs.realpath": { @@ -6558,8 +6558,8 @@ "dev": true, "optional": true, "requires": { - "nan": "2.14.0", - "node-pre-gyp": "0.12.0" + "nan": "^2.12.1", + "node-pre-gyp": "^0.12.0" }, "dependencies": { "abbrev": { @@ -6573,7 +6573,8 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -6589,23 +6590,25 @@ "dev": true, "optional": true, "requires": { - "delegates": "1.0.0", - "readable-stream": "2.3.6" + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" } }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "optional": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -6620,19 +6623,22 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -6648,7 +6654,7 @@ "dev": true, "optional": true, "requires": { - "ms": "2.1.1" + "ms": "^2.1.1" } }, "deep-extend": { @@ -6679,7 +6685,7 @@ "dev": true, "optional": true, "requires": { - "minipass": "2.3.5" + "minipass": "^2.2.1" } }, "fs.realpath": { @@ -6696,14 +6702,14 @@ "dev": true, "optional": true, "requires": { - "aproba": "1.2.0", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.3" + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, "glob": { @@ -6713,12 +6719,12 @@ "dev": true, "optional": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "has-unicode": { @@ -6735,7 +6741,7 @@ "dev": true, "optional": true, "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": ">= 2.1.2 < 3" } }, "ignore-walk": { @@ -6745,7 +6751,7 @@ "dev": true, "optional": true, "requires": { - "minimatch": "3.0.4" + "minimatch": "^3.0.4" } }, "inflight": { @@ -6755,15 +6761,16 @@ "dev": true, "optional": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -6777,8 +6784,9 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, + "optional": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "isarray": { @@ -6793,24 +6801,27 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, + "optional": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz", "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", "dev": true, + "optional": true, "requires": { - "safe-buffer": "5.1.2", - "yallist": "3.0.3" + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" } }, "minizlib": { @@ -6820,7 +6831,7 @@ "dev": true, "optional": true, "requires": { - "minipass": "2.3.5" + "minipass": "^2.2.1" } }, "mkdirp": { @@ -6828,6 +6839,7 @@ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -6846,9 +6858,9 @@ "dev": true, "optional": true, "requires": { - "debug": "4.1.1", - "iconv-lite": "0.4.24", - "sax": "1.2.4" + "debug": "^4.1.0", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" } }, "node-pre-gyp": { @@ -6858,16 +6870,16 @@ "dev": true, "optional": true, "requires": { - "detect-libc": "1.0.3", - "mkdirp": "0.5.1", - "needle": "2.3.0", - "nopt": "4.0.1", - "npm-packlist": "1.4.1", - "npmlog": "4.1.2", - "rc": "1.2.8", - "rimraf": "2.6.3", - "semver": "5.7.0", - "tar": "4.4.8" + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" } }, "nopt": { @@ -6877,8 +6889,8 @@ "dev": true, "optional": true, "requires": { - "abbrev": "1.1.1", - "osenv": "0.1.5" + "abbrev": "1", + "osenv": "^0.1.4" } }, "npm-bundled": { @@ -6895,8 +6907,8 @@ "dev": true, "optional": true, "requires": { - "ignore-walk": "3.0.1", - "npm-bundled": "1.0.6" + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" } }, "npmlog": { @@ -6906,17 +6918,18 @@ "dev": true, "optional": true, "requires": { - "are-we-there-yet": "1.1.5", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, "number-is-nan": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -6930,8 +6943,9 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, + "optional": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "os-homedir": { @@ -6955,8 +6969,8 @@ "dev": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { @@ -6980,10 +6994,10 @@ "dev": true, "optional": true, "requires": { - "deep-extend": "0.6.0", - "ini": "1.3.5", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -7002,13 +7016,13 @@ "dev": true, "optional": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.2", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, "rimraf": { @@ -7018,14 +7032,15 @@ "dev": true, "optional": true, "requires": { - "glob": "7.1.3" + "glob": "^7.1.3" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -7067,10 +7082,11 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, + "optional": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -7080,7 +7096,7 @@ "dev": true, "optional": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "~5.1.0" } }, "strip-ansi": { @@ -7088,8 +7104,9 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, + "optional": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-json-comments": { @@ -7106,13 +7123,13 @@ "dev": true, "optional": true, "requires": { - "chownr": "1.1.1", - "fs-minipass": "1.2.5", - "minipass": "2.3.5", - "minizlib": "1.2.1", - "mkdirp": "0.5.1", - "safe-buffer": "5.1.2", - "yallist": "3.0.3" + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.3.4", + "minizlib": "^1.1.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.2" } }, "util-deprecate": { @@ -7129,20 +7146,22 @@ "dev": true, "optional": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.2 || 2" } }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==", - "dev": true + "dev": true, + "optional": true } } }, @@ -7152,10 +7171,10 @@ "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "inherits": "2.0.4", - "mkdirp": "0.5.1", - "rimraf": "2.6.3" + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" } }, "function-bind": { @@ -7170,9 +7189,9 @@ "integrity": "sha512-kQoE9qH+T1AHKgSSD0Hkv98bobE90ILQcXAF4wvGgsr7uFqNvwmh8j+Lq3l0RVt3E3HjSbv2B9biEGcEtpHLCA==", "dev": true, "requires": { - "arrify": "1.0.1", - "matcher": "1.1.1", - "simple-git": "1.119.0" + "arrify": "^1.0.1", + "matcher": "^1.0.0", + "simple-git": "^1.85.0" } }, "gauge": { @@ -7181,14 +7200,14 @@ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "dev": true, "requires": { - "aproba": "1.2.0", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.3" + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, "gaze": { @@ -7197,7 +7216,7 @@ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", "dev": true, "requires": { - "globule": "1.2.1" + "globule": "^1.0.0" } }, "genfun": { @@ -7248,7 +7267,7 @@ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "dev": true, "requires": { - "assert-plus": "1.0.0" + "assert-plus": "^1.0.0" } }, "github-build": { @@ -7267,7 +7286,7 @@ "dev": true, "requires": { "follow-redirects": "1.5.10", - "is-buffer": "2.0.3" + "is-buffer": "^2.0.2" } }, "debug": { @@ -7285,7 +7304,7 @@ "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", "dev": true, "requires": { - "debug": "3.1.0" + "debug": "=3.1.0" } }, "is-buffer": { @@ -7313,7 +7332,7 @@ "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.2.1.tgz", "integrity": "sha512-SsZUjg/P03KPzQBt7OxJPasGw6NRO5uOgiZ5RGXVud5iSIZ0eNZeNp5rTwCxtavrRUa/A77j8mePVc5lEvk0KQ==", "requires": { - "emoji-regex": "6.1.1" + "emoji-regex": ">=6.0.0 <=6.1.1" } }, "glob": { @@ -7322,12 +7341,12 @@ "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "glob-parent": { @@ -7336,8 +7355,8 @@ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" }, "dependencies": { "is-glob": { @@ -7346,7 +7365,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.0" } } } @@ -7363,7 +7382,7 @@ "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", "dev": true, "requires": { - "ini": "1.3.5" + "ini": "^1.3.4" } }, "global-modules": { @@ -7372,7 +7391,7 @@ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "dev": true, "requires": { - "global-prefix": "3.0.0" + "global-prefix": "^3.0.0" } }, "global-prefix": { @@ -7381,9 +7400,9 @@ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dev": true, "requires": { - "ini": "1.3.5", - "kind-of": "6.0.2", - "which": "1.3.1" + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" } }, "globals": { @@ -7398,12 +7417,12 @@ "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", "dev": true, "requires": { - "array-union": "1.0.2", - "dir-glob": "2.2.2", - "glob": "7.1.3", - "ignore": "3.3.10", - "pify": "3.0.0", - "slash": "1.0.0" + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" } }, "globjoin": { @@ -7418,7 +7437,7 @@ "integrity": "sha512-D23dWbOq48vlOraoSigbcQV4tWrnhwk+E/Um2cMuDS3/5dwGmdFeA7L/vAvDhLFlQOTDqHcXh35m/71g2A2WzQ==", "dev": true, "requires": { - "glob": "7.1.3" + "glob": "^7.1.1" } }, "globule": { @@ -7427,9 +7446,9 @@ "integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==", "dev": true, "requires": { - "glob": "7.1.3", - "lodash": "4.17.15", - "minimatch": "3.0.4" + "glob": "~7.1.1", + "lodash": "~4.17.10", + "minimatch": "~3.0.2" } }, "glogg": { @@ -7438,7 +7457,7 @@ "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==", "dev": true, "requires": { - "sparkles": "1.0.1" + "sparkles": "^1.0.0" } }, "gonzales-pe": { @@ -7447,7 +7466,7 @@ "integrity": "sha512-v0Ts/8IsSbh9n1OJRnSfa7Nlxi4AkXIsWB6vPept8FDbL4bXn3FNuxjYtO/nmBGu7GDkL9MFeGebeSu6l55EPQ==", "dev": true, "requires": { - "minimist": "1.1.3" + "minimist": "1.1.x" }, "dependencies": { "minimist": { @@ -7464,17 +7483,17 @@ "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=", "dev": true, "requires": { - "create-error-class": "3.0.2", - "duplexer3": "0.1.4", - "get-stream": "3.0.0", - "is-redirect": "1.0.0", - "is-retry-allowed": "1.1.0", - "is-stream": "1.1.0", - "lowercase-keys": "1.0.1", - "safe-buffer": "5.1.2", - "timed-out": "4.0.1", - "unzip-response": "2.0.1", - "url-parse-lax": "1.0.0" + "create-error-class": "^3.0.0", + "duplexer3": "^0.1.4", + "get-stream": "^3.0.0", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "safe-buffer": "^5.0.1", + "timed-out": "^4.0.0", + "unzip-response": "^2.0.1", + "url-parse-lax": "^1.0.0" } }, "graceful-fs": { @@ -7495,7 +7514,7 @@ "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==", "dev": true, "requires": { - "iterall": "1.2.2" + "iterall": "^1.2.2" } }, "graphviz": { @@ -7504,7 +7523,7 @@ "integrity": "sha1-5ZnkBzPvgOFlO/6JpfAx7PKqSqo=", "dev": true, "requires": { - "temp": "0.4.0" + "temp": "~0.4.0" } }, "gulp-util": { @@ -7513,24 +7532,24 @@ "integrity": "sha1-eJJcS4+LSQBawBoBHFV+YhiUHLs=", "dev": true, "requires": { - "array-differ": "1.0.0", - "array-uniq": "1.0.3", - "beeper": "1.1.1", - "chalk": "1.1.3", - "dateformat": "1.0.12", - "fancy-log": "1.3.3", - "gulplog": "1.0.0", - "has-gulplog": "0.1.0", - "lodash._reescape": "3.0.0", - "lodash._reevaluate": "3.0.0", - "lodash._reinterpolate": "3.0.0", - "lodash.template": "3.6.2", - "minimist": "1.2.0", - "multipipe": "0.1.2", - "object-assign": "3.0.0", + "array-differ": "^1.0.0", + "array-uniq": "^1.0.2", + "beeper": "^1.0.0", + "chalk": "^1.0.0", + "dateformat": "^1.0.11", + "fancy-log": "^1.1.0", + "gulplog": "^1.0.0", + "has-gulplog": "^0.1.0", + "lodash._reescape": "^3.0.0", + "lodash._reevaluate": "^3.0.0", + "lodash._reinterpolate": "^3.0.0", + "lodash.template": "^3.0.0", + "minimist": "^1.1.0", + "multipipe": "^0.1.2", + "object-assign": "^3.0.0", "replace-ext": "0.0.1", - "through2": "2.0.5", - "vinyl": "0.5.3" + "through2": "^2.0.0", + "vinyl": "^0.5.0" }, "dependencies": { "ansi-styles": { @@ -7545,11 +7564,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "object-assign": { @@ -7572,7 +7591,7 @@ "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", "dev": true, "requires": { - "glogg": "1.0.2" + "glogg": "^1.0.0" } }, "gzip-size": { @@ -7581,8 +7600,8 @@ "integrity": "sha1-iuCWJX6r59acRb4rZ8RIEk/7UXw=", "dev": true, "requires": { - "duplexer": "0.1.1", - "pify": "3.0.0" + "duplexer": "^0.1.1", + "pify": "^3.0.0" } }, "hammerjs": { @@ -7602,10 +7621,10 @@ "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", "dev": true, "requires": { - "neo-async": "2.6.1", - "optimist": "0.6.1", - "source-map": "0.6.1", - "uglify-js": "3.6.0" + "neo-async": "^2.6.0", + "optimist": "^0.6.1", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4" }, "dependencies": { "source-map": { @@ -7628,8 +7647,8 @@ "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", "dev": true, "requires": { - "ajv": "6.10.1", - "har-schema": "2.0.0" + "ajv": "^6.5.5", + "har-schema": "^2.0.0" } }, "has": { @@ -7638,7 +7657,7 @@ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "requires": { - "function-bind": "1.1.1" + "function-bind": "^1.1.1" } }, "has-ansi": { @@ -7647,7 +7666,7 @@ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "has-binary2": { @@ -7685,7 +7704,7 @@ "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", "dev": true, "requires": { - "sparkles": "1.0.1" + "sparkles": "^1.0.0" } }, "has-symbols": { @@ -7706,9 +7725,9 @@ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { - "get-value": "2.0.6", - "has-values": "1.0.0", - "isobject": "3.0.1" + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" } }, "has-values": { @@ -7717,8 +7736,8 @@ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { "kind-of": { @@ -7727,7 +7746,7 @@ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -7738,8 +7757,8 @@ "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", "dev": true, "requires": { - "inherits": "2.0.4", - "safe-buffer": "5.1.2" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "hash.js": { @@ -7748,8 +7767,8 @@ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, "requires": { - "inherits": "2.0.4", - "minimalistic-assert": "1.0.1" + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" } }, "highlight.js": { @@ -7764,9 +7783,9 @@ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "requires": { - "hash.js": "1.1.7", - "minimalistic-assert": "1.0.1", - "minimalistic-crypto-utils": "1.0.1" + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" } }, "homedir-polyfill": { @@ -7775,7 +7794,7 @@ "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", "dev": true, "requires": { - "parse-passwd": "1.0.0" + "parse-passwd": "^1.0.0" } }, "hoopy": { @@ -7795,10 +7814,10 @@ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", "dev": true, "requires": { - "inherits": "2.0.4", - "obuf": "1.1.2", - "readable-stream": "2.3.6", - "wbuf": "1.7.3" + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" } }, "html-entities": { @@ -7819,12 +7838,12 @@ "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", "dev": true, "requires": { - "domelementtype": "1.3.1", - "domhandler": "2.4.2", - "domutils": "1.7.0", - "entities": "1.1.2", - "inherits": "2.0.4", - "readable-stream": "3.4.0" + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" }, "dependencies": { "readable-stream": { @@ -7833,9 +7852,9 @@ "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", "dev": true, "requires": { - "inherits": "2.0.4", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" } } } @@ -7858,10 +7877,10 @@ "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", "dev": true, "requires": { - "depd": "1.1.2", + "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.1", - "statuses": "1.5.0", + "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.0" }, "dependencies": { @@ -7885,9 +7904,9 @@ "integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==", "dev": true, "requires": { - "eventemitter3": "3.1.2", - "follow-redirects": "1.7.0", - "requires-port": "1.0.0" + "eventemitter3": "^3.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" } }, "http-proxy-agent": { @@ -7896,7 +7915,7 @@ "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", "dev": true, "requires": { - "agent-base": "4.3.0", + "agent-base": "4", "debug": "3.1.0" }, "dependencies": { @@ -7923,9 +7942,9 @@ "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "dev": true, "requires": { - "assert-plus": "1.0.0", - "jsprim": "1.4.1", - "sshpk": "1.16.1" + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" } }, "https-browserify": { @@ -7940,8 +7959,8 @@ "integrity": "sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==", "dev": true, "requires": { - "agent-base": "4.3.0", - "debug": "3.2.6" + "agent-base": "^4.3.0", + "debug": "^3.1.0" } }, "humanize-ms": { @@ -7950,7 +7969,7 @@ "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.0.0" } }, "hunspell-reader": { @@ -7959,12 +7978,12 @@ "integrity": "sha512-RuaK4dpY1iUIazNxQcqSA5d5B0vcih0JPsb2X87nwxjqWSlM5fnckSVC9vLYrKddF/PL53fH9nQOqoHKvFndxg==", "dev": true, "requires": { - "commander": "2.20.0", - "cspell-lib": "3.0.8", - "fs-extra": "7.0.1", - "gensequence": "2.1.2", - "rxjs": "6.5.2", - "rxjs-stream": "3.0.2" + "commander": "^2.19.0", + "cspell-lib": "^3.0.5", + "fs-extra": "^7.0.1", + "gensequence": "^2.1.2", + "rxjs": "^6.3.3", + "rxjs-stream": "^3.0.1" }, "dependencies": { "fs-extra": { @@ -7973,9 +7992,9 @@ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } } } @@ -7986,16 +8005,16 @@ "integrity": "sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==", "dev": true, "requires": { - "cosmiconfig": "5.2.1", - "execa": "1.0.0", - "find-up": "3.0.0", - "get-stdin": "6.0.0", - "is-ci": "2.0.0", - "pkg-dir": "3.0.0", - "please-upgrade-node": "3.1.1", - "read-pkg": "4.0.1", - "run-node": "1.0.0", - "slash": "2.0.0" + "cosmiconfig": "^5.0.7", + "execa": "^1.0.0", + "find-up": "^3.0.0", + "get-stdin": "^6.0.0", + "is-ci": "^2.0.0", + "pkg-dir": "^3.0.0", + "please-upgrade-node": "^3.1.1", + "read-pkg": "^4.0.1", + "run-node": "^1.0.0", + "slash": "^2.0.0" }, "dependencies": { "cross-spawn": { @@ -8004,11 +8023,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.0", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -8017,13 +8036,13 @@ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "cross-spawn": "6.0.5", - "get-stream": "4.1.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "find-up": { @@ -8032,7 +8051,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "3.0.0" + "locate-path": "^3.0.0" } }, "get-stdin": { @@ -8047,7 +8066,7 @@ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "pump": "3.0.0" + "pump": "^3.0.0" } }, "locate-path": { @@ -8056,8 +8075,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, "p-limit": { @@ -8066,7 +8085,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "2.2.0" + "p-try": "^2.0.0" } }, "p-locate": { @@ -8075,7 +8094,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "2.2.0" + "p-limit": "^2.0.0" } }, "p-try": { @@ -8090,8 +8109,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "pkg-dir": { @@ -8100,7 +8119,7 @@ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { - "find-up": "3.0.0" + "find-up": "^3.0.0" } }, "pump": { @@ -8109,8 +8128,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "read-pkg": { @@ -8119,9 +8138,9 @@ "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", "dev": true, "requires": { - "normalize-package-data": "2.5.0", - "parse-json": "4.0.0", - "pify": "3.0.0" + "normalize-package-data": "^2.3.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0" } }, "slash": { @@ -8138,7 +8157,7 @@ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": ">= 2.1.2 < 3" } }, "ieee754": { @@ -8165,7 +8184,7 @@ "integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==", "dev": true, "requires": { - "minimatch": "3.0.4" + "minimatch": "^3.0.4" } }, "iltorb": { @@ -8174,11 +8193,11 @@ "integrity": "sha512-cr/kC07Cf9sW3TWH7yUxV2QkNjby4LMCsXGmxPCQs5x//QzTpF3GLPNY7L66G+DkNGaTRCgY+vYZ+dyAcuDOnQ==", "dev": true, "requires": { - "detect-libc": "1.0.3", - "nan": "2.14.0", - "npmlog": "4.1.2", - "prebuild-install": "5.3.0", - "which-pm-runs": "1.0.0" + "detect-libc": "^1.0.3", + "nan": "^2.13.2", + "npmlog": "^4.1.2", + "prebuild-install": "^5.3.0", + "which-pm-runs": "^1.0.0" } }, "image-size": { @@ -8206,7 +8225,7 @@ "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", "dev": true, "requires": { - "import-from": "2.1.0" + "import-from": "^2.1.0" } }, "import-fresh": { @@ -8215,8 +8234,8 @@ "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", "dev": true, "requires": { - "caller-path": "2.0.0", - "resolve-from": "3.0.0" + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" } }, "import-from": { @@ -8225,7 +8244,7 @@ "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", "dev": true, "requires": { - "resolve-from": "3.0.0" + "resolve-from": "^3.0.0" } }, "import-lazy": { @@ -8240,8 +8259,8 @@ "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", "dev": true, "requires": { - "pkg-dir": "3.0.0", - "resolve-cwd": "2.0.0" + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" }, "dependencies": { "find-up": { @@ -8250,7 +8269,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "3.0.0" + "locate-path": "^3.0.0" } }, "locate-path": { @@ -8259,8 +8278,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, "p-limit": { @@ -8269,7 +8288,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "2.2.0" + "p-try": "^2.0.0" } }, "p-locate": { @@ -8278,7 +8297,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "2.2.0" + "p-limit": "^2.0.0" } }, "p-try": { @@ -8293,7 +8312,7 @@ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { - "find-up": "3.0.0" + "find-up": "^3.0.0" } } } @@ -8316,7 +8335,7 @@ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "indexes-of": { @@ -8337,8 +8356,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -8364,19 +8383,19 @@ "integrity": "sha512-088kl3DRT2dLU5riVMKKr1DlImd6X7smDhpXUCkJDCKvTEJeRiXh0G132HG9u5a+6Ylw9plFRY7RuTnwohYSpg==", "dev": true, "requires": { - "ansi-escapes": "3.2.0", - "chalk": "2.4.2", - "cli-cursor": "2.1.0", - "cli-width": "2.2.0", - "external-editor": "3.1.0", - "figures": "2.0.0", - "lodash": "4.17.15", + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^3.0.0", + "figures": "^2.0.0", + "lodash": "^4.17.10", "mute-stream": "0.0.7", - "run-async": "2.3.0", - "rxjs": "6.5.2", - "string-width": "2.1.1", - "strip-ansi": "5.2.0", - "through": "2.3.8" + "run-async": "^2.2.0", + "rxjs": "^6.1.0", + "string-width": "^2.1.0", + "strip-ansi": "^5.0.0", + "through": "^2.3.6" }, "dependencies": { "ansi-regex": { @@ -8397,8 +8416,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" }, "dependencies": { "strip-ansi": { @@ -8407,7 +8426,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -8418,7 +8437,7 @@ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "ansi-regex": "4.1.0" + "ansi-regex": "^4.1.0" }, "dependencies": { "ansi-regex": { @@ -8437,8 +8456,8 @@ "integrity": "sha512-NXXgESC2nNVtU+pqmC9e6R8B1GpKxzsAQhffvh5AL79qKnodd+L7tnEQmTiUAVngqLalPbSqRA7XGIEL5nCd0Q==", "dev": true, "requires": { - "default-gateway": "2.7.2", - "ipaddr.js": "1.9.0" + "default-gateway": "^2.6.0", + "ipaddr.js": "^1.5.2" } }, "interpret": { @@ -8453,7 +8472,7 @@ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "dev": true, "requires": { - "loose-envify": "1.4.0" + "loose-envify": "^1.0.0" } }, "inversify": { @@ -8492,7 +8511,7 @@ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -8501,7 +8520,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -8524,8 +8543,8 @@ "integrity": "sha512-A1IGAPO5AW9vSh7omxIlOGwIqEvpW/TA+DksVOPM5ODuxKlZS09+TEM1E3275lJqO2oJ38vDpeAL3DCIiHE6eA==", "dev": true, "requires": { - "is-alphabetical": "1.0.3", - "is-decimal": "1.0.3" + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0" } }, "is-arrayish": { @@ -8540,7 +8559,7 @@ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { - "binary-extensions": "1.13.1" + "binary-extensions": "^1.0.0" } }, "is-buffer": { @@ -8561,7 +8580,7 @@ "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", "dev": true, "requires": { - "ci-info": "2.0.0" + "ci-info": "^2.0.0" } }, "is-data-descriptor": { @@ -8570,7 +8589,7 @@ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -8579,7 +8598,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -8602,9 +8621,9 @@ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "dependencies": { "kind-of": { @@ -8639,7 +8658,7 @@ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-fullwidth-code-point": { @@ -8648,7 +8667,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-glob": { @@ -8657,7 +8676,7 @@ "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.1" } }, "is-hexadecimal": { @@ -8672,8 +8691,8 @@ "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", "dev": true, "requires": { - "global-dirs": "0.1.1", - "is-path-inside": "1.0.1" + "global-dirs": "^0.1.0", + "is-path-inside": "^1.0.0" } }, "is-module": { @@ -8694,7 +8713,7 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -8703,7 +8722,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -8714,7 +8733,7 @@ "integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==", "dev": true, "requires": { - "lodash.isfinite": "3.3.2" + "lodash.isfinite": "^3.3.2" } }, "is-obj": { @@ -8729,7 +8748,7 @@ "integrity": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA==", "dev": true, "requires": { - "symbol-observable": "1.2.0" + "symbol-observable": "^1.1.0" } }, "is-path-cwd": { @@ -8744,7 +8763,7 @@ "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", "dev": true, "requires": { - "is-path-inside": "1.0.1" + "is-path-inside": "^1.0.0" } }, "is-path-inside": { @@ -8753,7 +8772,7 @@ "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", "dev": true, "requires": { - "path-is-inside": "1.0.2" + "path-is-inside": "^1.0.1" } }, "is-plain-obj": { @@ -8768,7 +8787,7 @@ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.1" } }, "is-promise": { @@ -8789,7 +8808,7 @@ "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", "dev": true, "requires": { - "has": "1.0.3" + "has": "^1.0.1" } }, "is-regexp": { @@ -8822,7 +8841,7 @@ "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", "dev": true, "requires": { - "has-symbols": "1.0.0" + "has-symbols": "^1.0.0" } }, "is-typedarray": { @@ -8872,7 +8891,7 @@ "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", "dev": true, "requires": { - "buffer-alloc": "1.2.0" + "buffer-alloc": "^1.2.0" } }, "isexe": { @@ -8899,20 +8918,20 @@ "integrity": "sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=", "dev": true, "requires": { - "abbrev": "1.0.9", - "async": "1.5.2", - "escodegen": "1.8.1", - "esprima": "2.7.3", - "glob": "5.0.15", - "handlebars": "4.1.2", - "js-yaml": "3.13.1", - "mkdirp": "0.5.1", - "nopt": "3.0.6", - "once": "1.4.0", - "resolve": "1.1.7", - "supports-color": "3.2.3", - "which": "1.3.1", - "wordwrap": "1.0.0" + "abbrev": "1.0.x", + "async": "1.x", + "escodegen": "1.8.x", + "esprima": "2.7.x", + "glob": "^5.0.15", + "handlebars": "^4.0.1", + "js-yaml": "3.x", + "mkdirp": "0.5.x", + "nopt": "3.x", + "once": "1.x", + "resolve": "1.1.x", + "supports-color": "^3.1.0", + "which": "^1.1.1", + "wordwrap": "^1.0.0" }, "dependencies": { "abbrev": { @@ -8939,11 +8958,11 @@ "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", "dev": true, "requires": { - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "has-flag": { @@ -8964,7 +8983,7 @@ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { - "has-flag": "1.0.0" + "has-flag": "^1.0.0" } }, "wordwrap": { @@ -8981,17 +9000,17 @@ "integrity": "sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA==", "dev": true, "requires": { - "async": "2.6.2", - "fileset": "2.0.3", - "istanbul-lib-coverage": "1.2.1", - "istanbul-lib-hook": "1.2.2", - "istanbul-lib-instrument": "1.10.2", - "istanbul-lib-report": "1.1.5", - "istanbul-lib-source-maps": "1.2.6", - "istanbul-reports": "1.5.1", - "js-yaml": "3.13.1", - "mkdirp": "0.5.1", - "once": "1.4.0" + "async": "^2.1.4", + "fileset": "^2.0.2", + "istanbul-lib-coverage": "^1.2.1", + "istanbul-lib-hook": "^1.2.2", + "istanbul-lib-instrument": "^1.10.2", + "istanbul-lib-report": "^1.1.5", + "istanbul-lib-source-maps": "^1.2.6", + "istanbul-reports": "^1.5.1", + "js-yaml": "^3.7.0", + "mkdirp": "^0.5.1", + "once": "^1.4.0" } }, "istanbul-instrumenter-loader": { @@ -9000,10 +9019,10 @@ "integrity": "sha512-a5SPObZgS0jB/ixaKSMdn6n/gXSrK2S6q/UfRJBT3e6gQmVjwZROTODQsYW5ZNwOu78hG62Y3fWlebaVOL0C+w==", "dev": true, "requires": { - "convert-source-map": "1.6.0", - "istanbul-lib-instrument": "1.10.2", - "loader-utils": "1.2.3", - "schema-utils": "0.3.0" + "convert-source-map": "^1.5.0", + "istanbul-lib-instrument": "^1.7.3", + "loader-utils": "^1.1.0", + "schema-utils": "^0.3.0" }, "dependencies": { "ajv": { @@ -9012,10 +9031,10 @@ "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", "dev": true, "requires": { - "co": "4.6.0", - "fast-deep-equal": "1.1.0", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.3.1" + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" } }, "fast-deep-equal": { @@ -9036,7 +9055,7 @@ "integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=", "dev": true, "requires": { - "ajv": "5.5.2" + "ajv": "^5.0.0" } } } @@ -9053,7 +9072,7 @@ "integrity": "sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw==", "dev": true, "requires": { - "append-transform": "0.4.0" + "append-transform": "^0.4.0" } }, "istanbul-lib-instrument": { @@ -9062,13 +9081,13 @@ "integrity": "sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==", "dev": true, "requires": { - "babel-generator": "6.26.1", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "istanbul-lib-coverage": "1.2.1", - "semver": "5.7.0" + "babel-generator": "^6.18.0", + "babel-template": "^6.16.0", + "babel-traverse": "^6.18.0", + "babel-types": "^6.18.0", + "babylon": "^6.18.0", + "istanbul-lib-coverage": "^1.2.1", + "semver": "^5.3.0" } }, "istanbul-lib-report": { @@ -9077,10 +9096,10 @@ "integrity": "sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw==", "dev": true, "requires": { - "istanbul-lib-coverage": "1.2.1", - "mkdirp": "0.5.1", - "path-parse": "1.0.6", - "supports-color": "3.2.3" + "istanbul-lib-coverage": "^1.2.1", + "mkdirp": "^0.5.1", + "path-parse": "^1.0.5", + "supports-color": "^3.1.2" }, "dependencies": { "has-flag": { @@ -9095,7 +9114,7 @@ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { - "has-flag": "1.0.0" + "has-flag": "^1.0.0" } } } @@ -9106,11 +9125,11 @@ "integrity": "sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg==", "dev": true, "requires": { - "debug": "3.2.6", - "istanbul-lib-coverage": "1.2.1", - "mkdirp": "0.5.1", - "rimraf": "2.6.3", - "source-map": "0.5.6" + "debug": "^3.1.0", + "istanbul-lib-coverage": "^1.2.1", + "mkdirp": "^0.5.1", + "rimraf": "^2.6.1", + "source-map": "^0.5.3" } }, "istanbul-reports": { @@ -9119,7 +9138,7 @@ "integrity": "sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==", "dev": true, "requires": { - "handlebars": "4.1.2" + "handlebars": "^4.0.3" } }, "iterall": { @@ -9134,9 +9153,9 @@ "integrity": "sha1-awicChFXax8W3xG4AUbZHU6Lij4=", "dev": true, "requires": { - "exit": "0.1.2", - "glob": "7.1.3", - "jasmine-core": "2.8.0" + "exit": "^0.1.2", + "glob": "^7.0.6", + "jasmine-core": "~2.8.0" } }, "jasmine-ajax": { @@ -9157,8 +9176,8 @@ "integrity": "sha512-u/7AT9SkuZsUfFBLLzbErohTGNsEUCKaQbsVYnLFW1gEuL2DzmBL4n8v90uZsqIqlWvWUgian8J6yOt5Fyk/+A==", "dev": true, "requires": { - "mkdirp": "0.5.1", - "xmldom": "0.1.27" + "mkdirp": "^0.5.1", + "xmldom": "^0.1.22" } }, "jasmine-spec-reporter": { @@ -9176,8 +9195,8 @@ "integrity": "sha1-QdJ6+qSiWjNV0IIeMRPnZFX8Q7U=", "dev": true, "requires": { - "mkdirp": "0.5.1", - "q": "1.5.1" + "mkdirp": "^0.5.1", + "q": "^1.4.1" } }, "jasminewd2": { @@ -9204,11 +9223,11 @@ "integrity": "sha512-OMwf/tPDpE/BLlYKqZOhqWsd3/z2N3KOlyn1wsCRGFwViE8LOQTcDtathQvHvZc+q+zWmcNAbwKSC+iJoMaH2Q==", "dev": true, "requires": { - "config-chain": "1.1.12", - "editorconfig": "0.15.3", - "glob": "7.1.3", - "mkdirp": "0.5.1", - "nopt": "4.0.1" + "config-chain": "^1.1.12", + "editorconfig": "^0.15.3", + "glob": "^7.1.3", + "mkdirp": "~0.5.1", + "nopt": "~4.0.1" }, "dependencies": { "nopt": { @@ -9217,8 +9236,8 @@ "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", "dev": true, "requires": { - "abbrev": "1.1.1", - "osenv": "0.1.5" + "abbrev": "1", + "osenv": "^0.1.4" } } } @@ -9241,8 +9260,8 @@ "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { - "argparse": "1.0.10", - "esprima": "4.0.1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" } }, "jsbn": { @@ -9268,7 +9287,7 @@ "integrity": "sha1-5i7FJh0aal/CDoEqMgdAxtkAVnc=", "dev": true, "requires": { - "esprima": "2.7.3" + "esprima": "^2.7.0" }, "dependencies": { "esprima": { @@ -9291,7 +9310,7 @@ "integrity": "sha1-ukelsAcvxyOWRg4b1gtE1SF4u8Y=", "dev": true, "requires": { - "ajv": "5.5.2" + "ajv": "^5.0.0" }, "dependencies": { "ajv": { @@ -9300,10 +9319,10 @@ "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", "dev": true, "requires": { - "co": "4.6.0", - "fast-deep-equal": "1.1.0", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.3.1" + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" } }, "fast-deep-equal": { @@ -9342,7 +9361,7 @@ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "requires": { - "minimist": "1.2.0" + "minimist": "^1.2.0" } }, "jsonfile": { @@ -9351,7 +9370,7 @@ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, "requires": { - "graceful-fs": "4.2.0" + "graceful-fs": "^4.1.6" } }, "jsonify": { @@ -9384,10 +9403,10 @@ "integrity": "sha512-NmKajvAFQpbg3taXQXr/ccS2wcucR1AZ+NtyWp2Nq7HHVsXhcJFR8p0Baf32C2yVvBylFWVeKf+WI2AnvlPhpA==", "dev": true, "requires": { - "lie": "3.3.0", - "pako": "1.0.10", - "readable-stream": "2.3.6", - "set-immediate-shim": "1.0.1" + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "set-immediate-shim": "~1.0.1" } }, "karma": { @@ -9396,31 +9415,31 @@ "integrity": "sha512-xckiDqyNi512U4dXGOOSyLKPwek6X/vUizSy2f3geYevbLj+UIdvNwbn7IwfUIL2g1GXEPWt/87qFD1fBbl/Uw==", "dev": true, "requires": { - "bluebird": "3.5.5", - "body-parser": "1.19.0", - "braces": "2.3.2", - "chokidar": "2.0.4", - "colors": "1.1.2", - "connect": "3.7.0", - "core-js": "2.6.9", - "di": "0.0.1", - "dom-serialize": "2.2.1", - "flatted": "2.0.1", - "glob": "7.1.3", - "graceful-fs": "4.2.0", - "http-proxy": "1.17.0", - "isbinaryfile": "3.0.3", - "lodash": "4.17.15", - "log4js": "4.4.0", - "mime": "2.4.4", - "minimatch": "3.0.4", - "optimist": "0.6.1", - "qjobs": "1.2.0", - "range-parser": "1.2.1", - "rimraf": "2.6.3", - "safe-buffer": "5.1.2", + "bluebird": "^3.3.0", + "body-parser": "^1.16.1", + "braces": "^2.3.2", + "chokidar": "^2.0.3", + "colors": "^1.1.0", + "connect": "^3.6.0", + "core-js": "^2.2.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.0", + "flatted": "^2.0.0", + "glob": "^7.1.1", + "graceful-fs": "^4.1.2", + "http-proxy": "^1.13.0", + "isbinaryfile": "^3.0.0", + "lodash": "^4.17.11", + "log4js": "^4.0.0", + "mime": "^2.3.1", + "minimatch": "^3.0.2", + "optimist": "^0.6.1", + "qjobs": "^1.1.4", + "range-parser": "^1.2.0", + "rimraf": "^2.6.0", + "safe-buffer": "^5.0.1", "socket.io": "2.1.1", - "source-map": "0.6.1", + "source-map": "^0.6.1", "tmp": "0.0.33", "useragent": "2.3.0" }, @@ -9445,8 +9464,8 @@ "integrity": "sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w==", "dev": true, "requires": { - "fs-access": "1.0.1", - "which": "1.3.1" + "fs-access": "^1.0.0", + "which": "^1.2.1" } }, "karma-cli": { @@ -9455,7 +9474,7 @@ "integrity": "sha1-rmw8WKMTodALRRZMRVubhs4X+WA=", "dev": true, "requires": { - "resolve": "1.11.1" + "resolve": "^1.1.6" } }, "karma-coverage": { @@ -9464,11 +9483,11 @@ "integrity": "sha512-eQawj4Cl3z/CjxslYy9ariU4uDh7cCNFZHNWXWRpl0pNeblY/4wHR7M7boTYXWrn9bY0z2pZmr11eKje/S/hIw==", "dev": true, "requires": { - "dateformat": "1.0.12", - "istanbul": "0.4.5", - "lodash": "4.17.15", - "minimatch": "3.0.4", - "source-map": "0.5.6" + "dateformat": "^1.0.6", + "istanbul": "^0.4.0", + "lodash": "^4.17.0", + "minimatch": "^3.0.0", + "source-map": "^0.5.1" } }, "karma-coverage-istanbul-reporter": { @@ -9477,8 +9496,8 @@ "integrity": "sha1-O13/RmT6W41RlrmInj9hwforgNk=", "dev": true, "requires": { - "istanbul-api": "1.3.7", - "minimatch": "3.0.4" + "istanbul-api": "^1.3.1", + "minimatch": "^3.0.4" } }, "karma-jasmine": { @@ -9493,7 +9512,7 @@ "integrity": "sha1-eLuS2Jb+MqJaGACYxHci4dlgW/w=", "dev": true, "requires": { - "jasmine-ajax": "3.2.0" + "jasmine-ajax": "^3.0.0" } }, "karma-jasmine-html-reporter": { @@ -9502,7 +9521,7 @@ "integrity": "sha1-SKjl7xiAdhfuK14zwRlMNbQ5Ukw=", "dev": true, "requires": { - "karma-jasmine": "1.1.2" + "karma-jasmine": "^1.0.2" } }, "karma-mocha-reporter": { @@ -9511,9 +9530,9 @@ "integrity": "sha1-FRIAlejtgZGG5HoLAS8810GJVWA=", "dev": true, "requires": { - "chalk": "2.4.2", - "log-symbols": "2.2.0", - "strip-ansi": "4.0.0" + "chalk": "^2.1.0", + "log-symbols": "^2.1.0", + "strip-ansi": "^4.0.0" }, "dependencies": { "ansi-regex": { @@ -9528,7 +9547,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -9539,8 +9558,8 @@ "integrity": "sha1-l/O3cAZSVPm0ck8tm+SjouG69vw=", "dev": true, "requires": { - "istanbul": "0.4.5", - "remap-istanbul": "0.9.6" + "istanbul": "^0.4.3", + "remap-istanbul": "^0.9.0" } }, "karma-source-map-support": { @@ -9549,7 +9568,7 @@ "integrity": "sha512-HcPqdAusNez/ywa+biN4EphGz62MmQyPggUsDfsHqa7tSe4jdsxgvTKuDfIazjL+IOxpVWyT7Pr4dhAV+sxX5Q==", "dev": true, "requires": { - "source-map-support": "0.5.10" + "source-map-support": "^0.5.5" } }, "karma-systemjs": { @@ -9558,8 +9577,8 @@ "integrity": "sha1-/iyB+vpkm8j9DuyMxba9dRXB8V0=", "dev": true, "requires": { - "lodash": "4.17.15", - "minimatch": "3.0.4" + "lodash": "^4.16.2", + "minimatch": "^3.0.0" } }, "killable": { @@ -9580,7 +9599,7 @@ "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", "dev": true, "requires": { - "graceful-fs": "4.2.0" + "graceful-fs": "^4.1.9" } }, "known-css-properties": { @@ -9595,7 +9614,7 @@ "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=", "dev": true, "requires": { - "package-json": "4.0.1" + "package-json": "^4.0.0" } }, "lcid": { @@ -9604,7 +9623,7 @@ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", "dev": true, "requires": { - "invert-kv": "1.0.0" + "invert-kv": "^1.0.0" } }, "less": { @@ -9613,15 +9632,15 @@ "integrity": "sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==", "dev": true, "requires": { - "clone": "2.1.2", - "errno": "0.1.7", - "graceful-fs": "4.2.0", - "image-size": "0.5.5", - "mime": "1.6.0", - "mkdirp": "0.5.1", - "promise": "7.3.1", - "request": "2.88.0", - "source-map": "0.6.1" + "clone": "^2.1.2", + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "mime": "^1.4.1", + "mkdirp": "^0.5.0", + "promise": "^7.1.1", + "request": "^2.83.0", + "source-map": "~0.6.0" }, "dependencies": { "source-map": { @@ -9639,9 +9658,9 @@ "integrity": "sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==", "dev": true, "requires": { - "clone": "2.1.2", - "loader-utils": "1.2.3", - "pify": "3.0.0" + "clone": "^2.1.1", + "loader-utils": "^1.1.0", + "pify": "^3.0.0" } }, "less-plugin-npm-import": { @@ -9650,8 +9669,8 @@ "integrity": "sha1-gj5phskzGKmBccqFiEi2vq1Vvz4=", "dev": true, "requires": { - "promise": "7.0.4", - "resolve": "1.1.7" + "promise": "~7.0.1", + "resolve": "~1.1.6" }, "dependencies": { "promise": { @@ -9660,7 +9679,7 @@ "integrity": "sha1-Nj6EpMNsg1a4kP7WLJHOhdAu1Tk=", "dev": true, "requires": { - "asap": "2.0.6" + "asap": "~2.0.3" } }, "resolve": { @@ -9688,8 +9707,8 @@ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "dev": true, "requires": { - "prelude-ls": "1.1.2", - "type-check": "0.3.2" + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" } }, "license-checker": { @@ -9698,16 +9717,16 @@ "integrity": "sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g==", "dev": true, "requires": { - "chalk": "2.4.2", - "debug": "3.2.6", - "mkdirp": "0.5.1", - "nopt": "4.0.1", - "read-installed": "4.0.3", - "semver": "5.7.0", - "spdx-correct": "3.1.0", - "spdx-expression-parse": "3.0.0", - "spdx-satisfies": "4.0.1", - "treeify": "1.1.0" + "chalk": "^2.4.1", + "debug": "^3.1.0", + "mkdirp": "^0.5.1", + "nopt": "^4.0.1", + "read-installed": "~4.0.3", + "semver": "^5.5.0", + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-satisfies": "^4.0.0", + "treeify": "^1.1.0" }, "dependencies": { "nopt": { @@ -9716,8 +9735,8 @@ "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", "dev": true, "requires": { - "abbrev": "1.1.1", - "osenv": "0.1.5" + "abbrev": "1", + "osenv": "^0.1.4" } } } @@ -9728,8 +9747,8 @@ "integrity": "sha512-vDiBeMWxjE9n6TabQ9J4FH8urFdsRK0Nvxn1cit9biCiR9aq1zBR0X2BlAkEiIG6qPamLeU0GzvIgLkrFc398A==", "dev": true, "requires": { - "@types/webpack-sources": "0.1.5", - "webpack-sources": "1.3.0" + "@types/webpack-sources": "^0.1.5", + "webpack-sources": "^1.2.0" } }, "lie": { @@ -9738,7 +9757,7 @@ "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", "dev": true, "requires": { - "immediate": "3.0.6" + "immediate": "~3.0.5" } }, "limiter": { @@ -9753,7 +9772,7 @@ "integrity": "sha512-4REs8/062kV2DSHxNfq5183zrqXMl7WP0WzABH9IeJI+NLm429FgE1PDecltYfnOoFDFlZGh2T8PfZn0r+GTRg==", "dev": true, "requires": { - "uc.micro": "1.0.6" + "uc.micro": "^1.0.1" } }, "lint-staged": { @@ -9762,30 +9781,30 @@ "integrity": "sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==", "dev": true, "requires": { - "chalk": "2.4.2", - "commander": "2.20.0", - "cosmiconfig": "5.2.1", - "debug": "3.2.6", - "dedent": "0.7.0", - "del": "3.0.0", - "execa": "1.0.0", - "g-status": "2.0.2", - "is-glob": "4.0.1", - "is-windows": "1.0.2", - "listr": "0.14.3", - "listr-update-renderer": "0.5.0", - "lodash": "4.17.15", - "log-symbols": "2.2.0", - "micromatch": "3.1.10", - "npm-which": "3.0.1", - "p-map": "1.2.0", - "path-is-inside": "1.0.2", - "pify": "3.0.0", - "please-upgrade-node": "3.1.1", + "chalk": "^2.3.1", + "commander": "^2.14.1", + "cosmiconfig": "^5.2.0", + "debug": "^3.1.0", + "dedent": "^0.7.0", + "del": "^3.0.0", + "execa": "^1.0.0", + "g-status": "^2.0.2", + "is-glob": "^4.0.0", + "is-windows": "^1.0.2", + "listr": "^0.14.2", + "listr-update-renderer": "^0.5.0", + "lodash": "^4.17.11", + "log-symbols": "^2.2.0", + "micromatch": "^3.1.8", + "npm-which": "^3.0.1", + "p-map": "^1.1.1", + "path-is-inside": "^1.0.2", + "pify": "^3.0.0", + "please-upgrade-node": "^3.0.2", "staged-git-files": "1.1.2", - "string-argv": "0.0.2", - "stringify-object": "3.3.0", - "yup": "0.27.0" + "string-argv": "^0.0.2", + "stringify-object": "^3.2.2", + "yup": "^0.27.0" }, "dependencies": { "cross-spawn": { @@ -9794,11 +9813,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.0", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -9807,13 +9826,13 @@ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "cross-spawn": "6.0.5", - "get-stream": "4.1.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "get-stream": { @@ -9822,7 +9841,7 @@ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "pump": "3.0.0" + "pump": "^3.0.0" } }, "pump": { @@ -9831,8 +9850,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } } } @@ -9843,15 +9862,15 @@ "integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==", "dev": true, "requires": { - "@samverschueren/stream-to-observable": "0.3.0", - "is-observable": "1.1.0", - "is-promise": "2.1.0", - "is-stream": "1.1.0", - "listr-silent-renderer": "1.1.1", - "listr-update-renderer": "0.5.0", - "listr-verbose-renderer": "0.5.0", - "p-map": "2.1.0", - "rxjs": "6.5.2" + "@samverschueren/stream-to-observable": "^0.3.0", + "is-observable": "^1.1.0", + "is-promise": "^2.1.0", + "is-stream": "^1.1.0", + "listr-silent-renderer": "^1.1.1", + "listr-update-renderer": "^0.5.0", + "listr-verbose-renderer": "^0.5.0", + "p-map": "^2.0.0", + "rxjs": "^6.3.3" }, "dependencies": { "p-map": { @@ -9874,14 +9893,14 @@ "integrity": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA==", "dev": true, "requires": { - "chalk": "1.1.3", - "cli-truncate": "0.2.1", - "elegant-spinner": "1.0.1", - "figures": "1.7.0", - "indent-string": "3.2.0", - "log-symbols": "1.0.2", - "log-update": "2.3.0", - "strip-ansi": "3.0.1" + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "elegant-spinner": "^1.0.1", + "figures": "^1.7.0", + "indent-string": "^3.0.0", + "log-symbols": "^1.0.2", + "log-update": "^2.3.0", + "strip-ansi": "^3.0.1" }, "dependencies": { "ansi-styles": { @@ -9896,11 +9915,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "figures": { @@ -9909,8 +9928,8 @@ "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { - "escape-string-regexp": "1.0.5", - "object-assign": "4.1.1" + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" } }, "indent-string": { @@ -9925,7 +9944,7 @@ "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "dev": true, "requires": { - "chalk": "1.1.3" + "chalk": "^1.0.0" } }, "supports-color": { @@ -9942,10 +9961,10 @@ "integrity": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw==", "dev": true, "requires": { - "chalk": "2.4.2", - "cli-cursor": "2.1.0", - "date-fns": "1.30.1", - "figures": "2.0.0" + "chalk": "^2.4.1", + "cli-cursor": "^2.1.0", + "date-fns": "^1.27.2", + "figures": "^2.0.0" } }, "lite-server": { @@ -9954,10 +9973,10 @@ "integrity": "sha512-D+CfLgGn/WVlGKKrZaGnBDIpXqm5lFXLt2tw0aCQNxMIbXD7VlYiud2bxe3oQDAIwfVPEBHIF6RdZVml2cBcLA==", "dev": true, "requires": { - "browser-sync": "2.26.7", - "connect-history-api-fallback": "1.6.0", + "browser-sync": "^2.26.5", + "connect-history-api-fallback": "^1.2.0", "connect-logger": "0.0.1", - "lodash": "4.17.15", + "lodash": "^4.17.11", "minimist": "1.2.0" } }, @@ -9967,11 +9986,11 @@ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "2.2.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "strip-bom": "2.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" }, "dependencies": { "pify": { @@ -9993,9 +10012,9 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", "requires": { - "big.js": "5.2.2", - "emojis-list": "2.1.0", - "json5": "1.0.1" + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" } }, "localtunnel": { @@ -10017,7 +10036,7 @@ "dev": true, "requires": { "follow-redirects": "1.5.10", - "is-buffer": "2.0.3" + "is-buffer": "^2.0.2" } }, "camelcase": { @@ -10032,7 +10051,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" }, "dependencies": { "ms": { @@ -10049,7 +10068,7 @@ "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", "dev": true, "requires": { - "debug": "3.1.0" + "debug": "=3.1.0" }, "dependencies": { "debug": { @@ -10087,19 +10106,19 @@ "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=", "dev": true, "requires": { - "camelcase": "3.0.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.3", - "os-locale": "1.4.0", - "read-pkg-up": "1.0.1", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "1.0.2", - "which-module": "1.0.0", - "y18n": "3.2.1", - "yargs-parser": "4.2.1" + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^4.2.0" } }, "yargs-parser": { @@ -10108,7 +10127,7 @@ "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=", "dev": true, "requires": { - "camelcase": "3.0.0" + "camelcase": "^3.0.0" } } } @@ -10119,8 +10138,8 @@ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { - "p-locate": "2.0.0", - "path-exists": "3.0.0" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" } }, "lodash": { @@ -10213,7 +10232,7 @@ "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", "dev": true, "requires": { - "lodash._root": "3.0.1" + "lodash._root": "^3.0.0" } }, "lodash.flatten": { @@ -10246,9 +10265,9 @@ "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", "dev": true, "requires": { - "lodash._getnative": "3.9.1", - "lodash.isarguments": "3.1.0", - "lodash.isarray": "3.0.4" + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" } }, "lodash.mergewith": { @@ -10275,15 +10294,15 @@ "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", "dev": true, "requires": { - "lodash._basecopy": "3.0.1", - "lodash._basetostring": "3.0.1", - "lodash._basevalues": "3.0.0", - "lodash._isiterateecall": "3.0.9", - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0", - "lodash.keys": "3.1.2", - "lodash.restparam": "3.6.1", - "lodash.templatesettings": "3.1.1" + "lodash._basecopy": "^3.0.0", + "lodash._basetostring": "^3.0.0", + "lodash._basevalues": "^3.0.0", + "lodash._isiterateecall": "^3.0.0", + "lodash._reinterpolate": "^3.0.0", + "lodash.escape": "^3.0.0", + "lodash.keys": "^3.0.0", + "lodash.restparam": "^3.0.0", + "lodash.templatesettings": "^3.0.0" } }, "lodash.templatesettings": { @@ -10292,8 +10311,8 @@ "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", "dev": true, "requires": { - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0" + "lodash._reinterpolate": "^3.0.0", + "lodash.escape": "^3.0.0" } }, "lodash.wrap": { @@ -10308,7 +10327,7 @@ "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, "requires": { - "chalk": "2.4.2" + "chalk": "^2.0.1" } }, "log-update": { @@ -10317,9 +10336,9 @@ "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=", "dev": true, "requires": { - "ansi-escapes": "3.2.0", - "cli-cursor": "2.1.0", - "wrap-ansi": "3.0.1" + "ansi-escapes": "^3.0.0", + "cli-cursor": "^2.0.0", + "wrap-ansi": "^3.0.1" }, "dependencies": { "ansi-regex": { @@ -10340,8 +10359,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -10350,7 +10369,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } }, "wrap-ansi": { @@ -10359,8 +10378,8 @@ "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=", "dev": true, "requires": { - "string-width": "2.1.1", - "strip-ansi": "4.0.0" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" } } } @@ -10371,11 +10390,11 @@ "integrity": "sha512-xwRvmxFsq8Hb7YeS+XKfvCrsH114bXex6mIwJ2+KmYVi23pB3+hlzyGq1JPycSFTJWNLhD/7PCtM0RfPy6/2yg==", "dev": true, "requires": { - "date-format": "2.0.0", - "debug": "4.1.1", - "flatted": "2.0.1", - "rfdc": "1.1.4", - "streamroller": "1.0.5" + "date-format": "^2.0.0", + "debug": "^4.1.1", + "flatted": "^2.0.0", + "rfdc": "^1.1.4", + "streamroller": "^1.0.5" }, "dependencies": { "debug": { @@ -10384,7 +10403,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } } } @@ -10407,7 +10426,7 @@ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, "requires": { - "js-tokens": "3.0.2" + "js-tokens": "^3.0.0 || ^4.0.0" } }, "loud-rejection": { @@ -10416,8 +10435,8 @@ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "dev": true, "requires": { - "currently-unhandled": "0.4.1", - "signal-exit": "3.0.2" + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" } }, "lowercase-keys": { @@ -10432,8 +10451,8 @@ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, "requires": { - "pseudomap": "1.0.2", - "yallist": "2.1.2" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, "lunr": { @@ -10448,7 +10467,7 @@ "integrity": "sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA==", "dev": true, "requires": { - "sourcemap-codec": "1.4.6" + "sourcemap-codec": "^1.4.4" } }, "make-dir": { @@ -10457,7 +10476,7 @@ "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "dev": true, "requires": { - "pify": "3.0.0" + "pify": "^3.0.0" } }, "make-error": { @@ -10472,17 +10491,17 @@ "integrity": "sha512-YMJrAjHSb/BordlsDEcVcPyTbiJKkzqMf48N8dAJZT9Zjctrkb6Yg4TY9Sq2AwSIQJFn5qBBKVTYt3vP5FMIHA==", "dev": true, "requires": { - "agentkeepalive": "3.5.2", - "cacache": "11.3.3", - "http-cache-semantics": "3.8.1", - "http-proxy-agent": "2.1.0", - "https-proxy-agent": "2.2.2", - "lru-cache": "5.1.1", - "mississippi": "3.0.0", - "node-fetch-npm": "2.0.2", - "promise-retry": "1.1.1", - "socks-proxy-agent": "4.0.2", - "ssri": "6.0.1" + "agentkeepalive": "^3.4.1", + "cacache": "^11.3.3", + "http-cache-semantics": "^3.8.1", + "http-proxy-agent": "^2.1.0", + "https-proxy-agent": "^2.2.1", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "node-fetch-npm": "^2.0.2", + "promise-retry": "^1.1.1", + "socks-proxy-agent": "^4.0.0", + "ssri": "^6.0.0" }, "dependencies": { "cacache": { @@ -10491,20 +10510,20 @@ "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", "dev": true, "requires": { - "bluebird": "3.5.5", - "chownr": "1.1.2", - "figgy-pudding": "3.5.1", - "glob": "7.1.4", - "graceful-fs": "4.2.0", - "lru-cache": "5.1.1", - "mississippi": "3.0.0", - "mkdirp": "0.5.1", - "move-concurrently": "1.0.1", - "promise-inflight": "1.0.1", - "rimraf": "2.6.3", - "ssri": "6.0.1", - "unique-filename": "1.1.1", - "y18n": "4.0.0" + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" } }, "glob": { @@ -10513,12 +10532,12 @@ "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "lru-cache": { @@ -10527,7 +10546,7 @@ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "yallist": "3.0.3" + "yallist": "^3.0.2" } }, "mississippi": { @@ -10536,16 +10555,16 @@ "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "dev": true, "requires": { - "concat-stream": "1.6.2", - "duplexify": "3.7.1", - "end-of-stream": "1.4.1", - "flush-write-stream": "1.1.1", - "from2": "2.3.0", - "parallel-transform": "1.1.0", - "pump": "3.0.0", - "pumpify": "1.5.1", - "stream-each": "1.2.3", - "through2": "2.0.5" + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" } }, "pump": { @@ -10554,8 +10573,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "ssri": { @@ -10564,7 +10583,7 @@ "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", "dev": true, "requires": { - "figgy-pudding": "3.5.1" + "figgy-pudding": "^3.5.1" } }, "yallist": { @@ -10581,7 +10600,7 @@ "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", "dev": true, "requires": { - "p-defer": "1.0.0" + "p-defer": "^1.0.0" } }, "map-cache": { @@ -10602,7 +10621,7 @@ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { - "object-visit": "1.0.1" + "object-visit": "^1.0.0" } }, "markdown-escapes": { @@ -10617,11 +10636,11 @@ "integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==", "dev": true, "requires": { - "argparse": "1.0.10", - "entities": "1.1.2", - "linkify-it": "2.1.0", - "mdurl": "1.0.1", - "uc.micro": "1.0.6" + "argparse": "^1.0.7", + "entities": "~1.1.1", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" } }, "markdown-table": { @@ -10645,16 +10664,16 @@ "integrity": "sha512-BmtWhDvbsnbgYirYOiSOxP8THhkCjp28+xVfTyj3D1JsOlj0Txf3IA9wlT5GHCYaR6QfDlWq4pz/rh+bfOw2Vg==", "dev": true, "requires": { - "commander": "2.9.0", - "deep-extend": "0.5.1", - "get-stdin": "5.0.1", - "glob": "7.1.3", - "js-yaml": "3.13.1", - "lodash.differencewith": "4.5.0", - "lodash.flatten": "4.4.0", - "markdownlint": "0.14.2", - "minimatch": "3.0.4", - "rc": "1.2.8" + "commander": "~2.9.0", + "deep-extend": "~0.5.1", + "get-stdin": "~5.0.1", + "glob": "~7.1.2", + "js-yaml": "^3.13.1", + "lodash.differencewith": "~4.5.0", + "lodash.flatten": "~4.4.0", + "markdownlint": "~0.14.1", + "minimatch": "~3.0.4", + "rc": "~1.2.7" }, "dependencies": { "commander": { @@ -10663,7 +10682,7 @@ "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", "dev": true, "requires": { - "graceful-readlink": "1.0.1" + "graceful-readlink": ">= 1.0.0" } }, "deep-extend": { @@ -10692,7 +10711,7 @@ "integrity": "sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==", "dev": true, "requires": { - "escape-string-regexp": "1.0.5" + "escape-string-regexp": "^1.0.4" } }, "mathml-tag-names": { @@ -10707,9 +10726,9 @@ "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, "requires": { - "hash-base": "3.0.4", - "inherits": "2.0.4", - "safe-buffer": "5.1.2" + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, "mdast": { @@ -10730,7 +10749,7 @@ "integrity": "sha512-nRiU5GpNy62rZppDKbLwhhtw5DXoFMqw9UNZFmlPsNaQCZ//WLjGKUwWMdJrUH+Se7UvtO2gXtAMe0g/N+eI5w==", "dev": true, "requires": { - "unist-util-visit": "1.4.1" + "unist-util-visit": "^1.1.0" } }, "mdast-util-definitions": { @@ -10738,7 +10757,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.4.tgz", "integrity": "sha512-HfUArPog1j4Z78Xlzy9Q4aHLnrF/7fb57cooTHypyGoe2XFNbcx/kWZDoOz+ra8CkUzvg3+VHV434yqEd1DRmA==", "requires": { - "unist-util-visit": "1.4.1" + "unist-util-visit": "^1.0.0" } }, "mdast-util-heading-range": { @@ -10747,7 +10766,7 @@ "integrity": "sha512-ypaAuI6mWC37CQt3YsngWR/+y2LK3xx1+7SfgrG/URyVDgMu+i91O2ulyhNOzAXqB7kf9hGZY3twNK5eaEKX6A==", "dev": true, "requires": { - "mdast-util-to-string": "1.0.6" + "mdast-util-to-string": "^1.0.0" } }, "mdast-util-to-string": { @@ -10761,9 +10780,9 @@ "integrity": "sha512-ove/QQWSrYOrf9G3xn2MTAjy7PKCtCmm261wpQwecoPAsUtkihkMVczxFqil7VihxgSz4ID9c8bBTsyXR30gQg==", "dev": true, "requires": { - "github-slugger": "1.2.1", - "mdast-util-to-string": "1.0.6", - "unist-util-visit": "1.4.1" + "github-slugger": "^1.1.1", + "mdast-util-to-string": "^1.0.2", + "unist-util-visit": "^1.1.0" } }, "mdast-zone": { @@ -10772,8 +10791,8 @@ "integrity": "sha512-pqUjjNLTqqDV19wwEw6s67dVtcnhokHW18Qtrj5WA0ABiRzfDfnEk7rgbAUjEG0ZzYUPboECgilewlXPSTP8aQ==", "dev": true, "requires": { - "mdast-comment-marker": "1.1.1", - "unist-util-visit": "1.4.1" + "mdast-comment-marker": "^1.0.1", + "unist-util-visit": "^1.0.0" } }, "mdurl": { @@ -10794,9 +10813,9 @@ "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", "dev": true, "requires": { - "map-age-cleaner": "0.1.3", - "mimic-fn": "2.1.0", - "p-is-promise": "2.1.0" + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" } }, "memory-fs": { @@ -10805,8 +10824,8 @@ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", "dev": true, "requires": { - "errno": "0.1.7", - "readable-stream": "2.3.6" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" } }, "memorystream": { @@ -10821,16 +10840,16 @@ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "requires": { - "camelcase-keys": "2.1.0", - "decamelize": "1.2.0", - "loud-rejection": "1.6.0", - "map-obj": "1.0.1", - "minimist": "1.2.0", - "normalize-package-data": "2.5.0", - "object-assign": "4.1.1", - "read-pkg-up": "1.0.1", - "redent": "1.0.0", - "trim-newlines": "1.0.0" + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" } }, "merge-descriptors": { @@ -10856,19 +10875,19 @@ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "braces": "2.3.2", - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "extglob": "2.0.4", - "fragment-cache": "0.2.1", - "kind-of": "6.0.2", - "nanomatch": "1.2.13", - "object.pick": "1.3.0", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" } }, "miller-rabin": { @@ -10877,8 +10896,8 @@ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, "requires": { - "bn.js": "4.11.8", - "brorand": "1.1.0" + "bn.js": "^4.0.0", + "brorand": "^1.0.1" } }, "mime": { @@ -10917,9 +10936,9 @@ "integrity": "sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw==", "dev": true, "requires": { - "loader-utils": "1.2.3", - "schema-utils": "1.0.0", - "webpack-sources": "1.3.0" + "loader-utils": "^1.1.0", + "schema-utils": "^1.0.0", + "webpack-sources": "^1.1.0" }, "dependencies": { "schema-utils": { @@ -10928,9 +10947,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } } } @@ -10953,7 +10972,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimatch-browser": { @@ -10961,7 +10980,7 @@ "resolved": "https://registry.npmjs.org/minimatch-browser/-/minimatch-browser-1.0.0.tgz", "integrity": "sha512-xET0irkHzT47f9h16H6ZVZw9lFZ33pK5DD5Pt0Gt/PcXAlevXjCz8zzM859gIWEDcD2yjKa31dGfwlKgk/12NQ==", "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -10975,8 +10994,8 @@ "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==", "dev": true, "requires": { - "arrify": "1.0.1", - "is-plain-obj": "1.1.0" + "arrify": "^1.0.1", + "is-plain-obj": "^1.1.0" } }, "minipass": { @@ -10985,8 +11004,8 @@ "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", "dev": true, "requires": { - "safe-buffer": "5.1.2", - "yallist": "3.0.3" + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" }, "dependencies": { "yallist": { @@ -11003,7 +11022,7 @@ "integrity": "sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==", "dev": true, "requires": { - "minipass": "2.3.5" + "minipass": "^2.2.1" } }, "mississippi": { @@ -11012,16 +11031,16 @@ "integrity": "sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw==", "dev": true, "requires": { - "concat-stream": "1.6.2", - "duplexify": "3.7.1", - "end-of-stream": "1.4.1", - "flush-write-stream": "1.1.1", - "from2": "2.3.0", - "parallel-transform": "1.1.0", - "pump": "2.0.1", - "pumpify": "1.5.1", - "stream-each": "1.2.3", - "through2": "2.0.5" + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^2.0.1", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" } }, "mitt": { @@ -11036,8 +11055,8 @@ "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "requires": { - "for-in": "1.0.2", - "is-extendable": "1.0.1" + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { @@ -11046,7 +11065,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "2.0.4" + "is-plain-object": "^2.0.4" } } } @@ -11057,8 +11076,8 @@ "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=", "dev": true, "requires": { - "for-in": "0.1.8", - "is-extendable": "0.1.1" + "for-in": "^0.1.3", + "is-extendable": "^0.1.1" }, "dependencies": { "for-in": { @@ -11096,7 +11115,7 @@ "resolved": "https://registry.npmjs.org/moment-es6/-/moment-es6-1.0.0.tgz", "integrity": "sha1-VS/PQF1iVlsKH+hObB5peseTMt8=", "requires": { - "moment": "2.22.2" + "moment": "*" } }, "move-concurrently": { @@ -11105,12 +11124,12 @@ "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "dev": true, "requires": { - "aproba": "1.2.0", - "copy-concurrently": "1.0.5", - "fs-write-stream-atomic": "1.0.10", - "mkdirp": "0.5.1", - "rimraf": "2.6.3", - "run-queue": "1.0.3" + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" } }, "ms": { @@ -11124,8 +11143,8 @@ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "dev": true, "requires": { - "dns-packet": "1.3.1", - "thunky": "1.0.3" + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" } }, "multicast-dns-service-types": { @@ -11161,17 +11180,17 @@ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "dev": true, "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "fragment-cache": "0.2.1", - "is-windows": "1.0.2", - "kind-of": "6.0.2", - "object.pick": "1.3.0", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" } }, "napi-build-utils": { @@ -11186,10 +11205,10 @@ "integrity": "sha512-fKiXMQrpP7CYWJQzKkPPx9hPgmq+YLDyxcG9N8RpiE9FoCkCbzD0NyW0YhE3xn3Aupe7nnDeIx4PFzYehpHT9Q==", "dev": true, "requires": { - "async": "1.5.2", - "ini": "1.3.5", - "secure-keys": "1.0.0", - "yargs": "3.32.0" + "async": "^1.4.0", + "ini": "^1.3.0", + "secure-keys": "^1.0.0", + "yargs": "^3.19.0" }, "dependencies": { "async": { @@ -11216,13 +11235,13 @@ "integrity": "sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=", "dev": true, "requires": { - "camelcase": "2.1.1", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "os-locale": "1.4.0", - "string-width": "1.0.2", - "window-size": "0.1.4", - "y18n": "3.2.1" + "camelcase": "^2.0.1", + "cliui": "^3.0.3", + "decamelize": "^1.1.1", + "os-locale": "^1.4.0", + "string-width": "^1.0.1", + "window-size": "^0.1.4", + "y18n": "^3.2.0" } } } @@ -11256,34 +11275,34 @@ "integrity": "sha512-MIPKxyrnV22fS3wSfst2XjwWOonFKujVVEnIehYJhiu8GOg37bCdbbr9plsE1jRDmDAUz6M1MvdKibUrJyRp6Q==", "dev": true, "requires": { - "@ngtools/json-schema": "1.1.0", - "autoprefixer": "9.4.6", - "browserslist": "4.6.4", - "chalk": "2.4.2", - "chokidar": "2.0.4", - "clean-css": "4.2.1", - "commander": "2.20.0", - "fs-extra": "7.0.1", - "glob": "7.1.3", - "injection-js": "2.2.1", - "less": "3.9.0", - "less-plugin-npm-import": "2.1.0", - "node-sass": "4.12.0", - "node-sass-tilde-importer": "1.0.2", - "opencollective-postinstall": "2.0.2", - "postcss": "7.0.14", - "postcss-url": "8.0.0", - "read-pkg-up": "4.0.0", - "rimraf": "2.6.3", - "rollup": "0.67.4", - "rollup-plugin-commonjs": "9.3.4", - "rollup-plugin-json": "3.1.0", - "rollup-plugin-node-resolve": "4.2.4", - "rollup-plugin-sourcemaps": "0.4.2", - "rxjs": "6.5.2", - "stylus": "0.54.5", - "uglify-js": "3.6.0", - "update-notifier": "2.5.0" + "@ngtools/json-schema": "^1.1.0", + "autoprefixer": "^9.0.0", + "browserslist": "^4.0.0", + "chalk": "^2.3.1", + "chokidar": "^2.0.3", + "clean-css": "^4.1.11", + "commander": "^2.12.0", + "fs-extra": "^7.0.0", + "glob": "^7.1.2", + "injection-js": "^2.2.1", + "less": "^3.8.0", + "less-plugin-npm-import": "^2.1.0", + "node-sass": "^4.9.3", + "node-sass-tilde-importer": "^1.0.0", + "opencollective-postinstall": "^2.0.1", + "postcss": "^7.0.0", + "postcss-url": "^8.0.0", + "read-pkg-up": "^4.0.0", + "rimraf": "^2.6.1", + "rollup": "^0.67.0", + "rollup-plugin-commonjs": "^9.1.3", + "rollup-plugin-json": "^3.1.0", + "rollup-plugin-node-resolve": "^4.0.0", + "rollup-plugin-sourcemaps": "^0.4.2", + "rxjs": "^6.0.0", + "stylus": "^0.54.5", + "uglify-js": "^3.0.7", + "update-notifier": "^2.3.0" }, "dependencies": { "ansi-styles": { @@ -11298,7 +11317,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "3.0.0" + "locate-path": "^3.0.0" } }, "fs-extra": { @@ -11307,9 +11326,9 @@ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "load-json-file": { @@ -11318,10 +11337,10 @@ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "4.0.0", - "pify": "3.0.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, "locate-path": { @@ -11330,8 +11349,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, "node-sass": { @@ -11340,23 +11359,23 @@ "integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==", "dev": true, "requires": { - "async-foreach": "0.1.3", - "chalk": "1.1.3", - "cross-spawn": "3.0.1", - "gaze": "1.1.3", - "get-stdin": "4.0.1", - "glob": "7.1.3", - "in-publish": "2.0.0", - "lodash": "4.17.15", - "meow": "3.7.0", - "mkdirp": "0.5.1", - "nan": "2.14.0", - "node-gyp": "3.8.0", - "npmlog": "4.1.2", - "request": "2.88.0", - "sass-graph": "2.2.4", - "stdout-stream": "1.4.1", - "true-case-path": "1.0.3" + "async-foreach": "^0.1.3", + "chalk": "^1.1.1", + "cross-spawn": "^3.0.0", + "gaze": "^1.0.0", + "get-stdin": "^4.0.1", + "glob": "^7.0.3", + "in-publish": "^2.0.0", + "lodash": "^4.17.11", + "meow": "^3.7.0", + "mkdirp": "^0.5.1", + "nan": "^2.13.2", + "node-gyp": "^3.8.0", + "npmlog": "^4.0.0", + "request": "^2.88.0", + "sass-graph": "^2.2.4", + "stdout-stream": "^1.4.0", + "true-case-path": "^1.0.2" }, "dependencies": { "chalk": { @@ -11365,11 +11384,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } } } @@ -11380,7 +11399,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "2.2.0" + "p-try": "^2.0.0" } }, "p-locate": { @@ -11389,7 +11408,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "2.2.0" + "p-limit": "^2.0.0" } }, "p-try": { @@ -11404,8 +11423,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "read-pkg": { @@ -11414,9 +11433,9 @@ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "load-json-file": "4.0.0", - "normalize-package-data": "2.5.0", - "path-type": "3.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, "read-pkg-up": { @@ -11425,8 +11444,8 @@ "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", "dev": true, "requires": { - "find-up": "3.0.0", - "read-pkg": "3.0.0" + "find-up": "^3.0.0", + "read-pkg": "^3.0.0" } }, "strip-bom": { @@ -11448,7 +11467,7 @@ "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-1.6.0.tgz", "integrity": "sha512-9w0WH69x5/nuqC1og2WaY39NbaBqTGIP1+5gZaH7/KPN6UEPonNg/pYnsIVklLj1DWPWXKa8+XXIJZ1jy5nLxg==", "requires": { - "chart.js": "2.8.0" + "chart.js": "^2.6.0" }, "dependencies": { "chart.js": { @@ -11456,8 +11475,8 @@ "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.8.0.tgz", "integrity": "sha512-Di3wUL4BFvqI5FB5K26aQ+hvWh8wnP9A3DWGvXHVkO13D3DSnaSsdZx29cXlEsYKVkn1E2az+ZYFS4t0zi8x0w==", "requires": { - "chartjs-color": "2.3.0", - "moment": "2.22.2" + "chartjs-color": "^2.1.0", + "moment": "^2.10.2" } } } @@ -11467,7 +11486,7 @@ "resolved": "https://registry.npmjs.org/ngx-monaco-editor/-/ngx-monaco-editor-7.0.0.tgz", "integrity": "sha512-vzPXTgeZEuRapuiANtrUjNCMdU5MmsJvQVyKgZS042VdXayAn6gPxvIVQp4ipUzX5JzVOfjkL2t+s9+ihMT5Eg==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "nice-try": { @@ -11482,7 +11501,7 @@ "integrity": "sha512-jmEOvv0eanWjhX8dX1pmjb7oJl1U1oR4FOh0b2GnvALwSYoOdU7sj+kLDSAyjo4pfC9aj/IxkloxdLJQhSSQBA==", "dev": true, "requires": { - "semver": "5.7.0" + "semver": "^5.4.1" } }, "node-ensure": { @@ -11496,9 +11515,9 @@ "integrity": "sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==", "dev": true, "requires": { - "encoding": "0.1.12", - "json-parse-better-errors": "1.0.2", - "safe-buffer": "5.1.2" + "encoding": "^0.1.11", + "json-parse-better-errors": "^1.0.0", + "safe-buffer": "^5.1.1" } }, "node-forge": { @@ -11513,18 +11532,18 @@ "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", "dev": true, "requires": { - "fstream": "1.0.12", - "glob": "7.1.3", - "graceful-fs": "4.2.0", - "mkdirp": "0.5.1", - "nopt": "3.0.6", - "npmlog": "4.1.2", - "osenv": "0.1.5", - "request": "2.88.0", - "rimraf": "2.6.3", - "semver": "5.3.0", - "tar": "2.2.2", - "which": "1.3.1" + "fstream": "^1.0.0", + "glob": "^7.0.3", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "nopt": "2 || 3", + "npmlog": "0 || 1 || 2 || 3 || 4", + "osenv": "0", + "request": "^2.87.0", + "rimraf": "2", + "semver": "~5.3.0", + "tar": "^2.0.0", + "which": "1" }, "dependencies": { "semver": { @@ -11541,29 +11560,29 @@ "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", "dev": true, "requires": { - "assert": "1.5.0", - "browserify-zlib": "0.2.0", - "buffer": "4.9.1", - "console-browserify": "1.1.0", - "constants-browserify": "1.0.0", - "crypto-browserify": "3.12.0", - "domain-browser": "1.2.0", - "events": "3.0.0", - "https-browserify": "1.0.0", - "os-browserify": "0.3.0", + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", "path-browserify": "0.0.1", - "process": "0.11.10", - "punycode": "1.4.1", - "querystring-es3": "0.2.1", - "readable-stream": "2.3.6", - "stream-browserify": "2.0.2", - "stream-http": "2.8.3", - "string_decoder": "1.1.1", - "timers-browserify": "2.0.10", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", "tty-browserify": "0.0.0", - "url": "0.11.0", - "util": "0.11.1", - "vm-browserify": "1.1.0" + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" }, "dependencies": { "punycode": { @@ -11580,7 +11599,7 @@ "integrity": "sha512-fI5BXuk83lKEoZDdH3gRhtsNgh05/wZacuXkgbiYkceE7+QIMXOg98n9ZV7mz27B+kFHnqHcUpscZZlGRSmTpQ==", "dev": true, "requires": { - "semver": "5.7.0" + "semver": "^5.3.0" } }, "node-sass": { @@ -11589,25 +11608,25 @@ "integrity": "sha512-LdxoJLZutx0aQXHtWIYwJKMj+9pTjneTcLWJgzf2XbGu0q5pRNqW5QvFCEdm3mc5rJOdru/mzln5d0EZLacf6g==", "dev": true, "requires": { - "async-foreach": "0.1.3", - "chalk": "1.1.3", - "cross-spawn": "3.0.1", - "gaze": "1.1.3", - "get-stdin": "4.0.1", - "glob": "7.1.3", - "in-publish": "2.0.0", - "lodash.assign": "4.2.0", - "lodash.clonedeep": "4.5.0", - "lodash.mergewith": "4.6.2", - "meow": "3.7.0", - "mkdirp": "0.5.1", - "nan": "2.14.0", - "node-gyp": "3.8.0", - "npmlog": "4.1.2", + "async-foreach": "^0.1.3", + "chalk": "^1.1.1", + "cross-spawn": "^3.0.0", + "gaze": "^1.0.0", + "get-stdin": "^4.0.1", + "glob": "^7.0.3", + "in-publish": "^2.0.0", + "lodash.assign": "^4.2.0", + "lodash.clonedeep": "^4.3.2", + "lodash.mergewith": "^4.6.0", + "meow": "^3.7.0", + "mkdirp": "^0.5.1", + "nan": "^2.10.0", + "node-gyp": "^3.3.1", + "npmlog": "^4.0.0", "request": "2.87.0", - "sass-graph": "2.2.4", - "stdout-stream": "1.4.1", - "true-case-path": "1.0.3" + "sass-graph": "^2.2.4", + "stdout-stream": "^1.4.0", + "true-case-path": "^1.0.2" }, "dependencies": { "ajv": { @@ -11616,10 +11635,10 @@ "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", "dev": true, "requires": { - "co": "4.6.0", - "fast-deep-equal": "1.1.0", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.3.1" + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" } }, "ansi-styles": { @@ -11634,11 +11653,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "fast-deep-equal": { @@ -11653,9 +11672,9 @@ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.8", - "mime-types": "2.1.24" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" } }, "har-validator": { @@ -11664,8 +11683,8 @@ "integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=", "dev": true, "requires": { - "ajv": "5.5.2", - "har-schema": "2.0.0" + "ajv": "^5.1.0", + "har-schema": "^2.0.0" } }, "json-schema-traverse": { @@ -11698,26 +11717,26 @@ "integrity": "sha512-fcogkm7Az5bsS6Sl0sibkbhcKsnyon/jV1kF3ajGmF0c8HrttdKTPRT9hieOaQHA5HEq6r8OyWOo/o781C1tNw==", "dev": true, "requires": { - "aws-sign2": "0.7.0", - "aws4": "1.8.0", - "caseless": "0.12.0", - "combined-stream": "1.0.8", - "extend": "3.0.2", - "forever-agent": "0.6.1", - "form-data": "2.3.3", - "har-validator": "5.0.3", - "http-signature": "1.2.0", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.24", - "oauth-sign": "0.8.2", - "performance-now": "2.1.0", - "qs": "6.5.2", - "safe-buffer": "5.1.2", - "tough-cookie": "2.3.4", - "tunnel-agent": "0.6.0", - "uuid": "3.3.2" + "aws-sign2": "~0.7.0", + "aws4": "^1.6.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.1", + "forever-agent": "~0.6.1", + "form-data": "~2.3.1", + "har-validator": "~5.0.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.17", + "oauth-sign": "~0.8.2", + "performance-now": "^2.1.0", + "qs": "~6.5.1", + "safe-buffer": "^5.1.1", + "tough-cookie": "~2.3.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.1.0" } }, "supports-color": { @@ -11732,7 +11751,7 @@ "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", "dev": true, "requires": { - "punycode": "1.4.1" + "punycode": "^1.4.1" } } } @@ -11743,7 +11762,7 @@ "integrity": "sha512-Swcmr38Y7uB78itQeBm3mThjxBy9/Ah/ykPIaURY/L6Nec9AyRoL/jJ7ECfMR+oZeCTVQNxVMu/aHU+TLRVbdg==", "dev": true, "requires": { - "find-parent-dir": "0.3.0" + "find-parent-dir": "^0.3.0" } }, "noop-logger": { @@ -11758,7 +11777,7 @@ "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", "dev": true, "requires": { - "abbrev": "1.1.1" + "abbrev": "1" } }, "normalize-package-data": { @@ -11767,10 +11786,10 @@ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "requires": { - "hosted-git-info": "2.7.1", - "resolve": "1.11.1", - "semver": "5.7.0", - "validate-npm-package-license": "3.0.4" + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" } }, "normalize-path": { @@ -11779,7 +11798,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "1.1.0" + "remove-trailing-separator": "^1.0.1" } }, "normalize-range": { @@ -11812,10 +11831,10 @@ "integrity": "sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA==", "dev": true, "requires": { - "hosted-git-info": "2.7.1", - "osenv": "0.1.5", - "semver": "5.7.0", - "validate-npm-package-name": "3.0.0" + "hosted-git-info": "^2.6.0", + "osenv": "^0.1.5", + "semver": "^5.5.0", + "validate-npm-package-name": "^3.0.0" } }, "npm-packlist": { @@ -11824,8 +11843,8 @@ "integrity": "sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==", "dev": true, "requires": { - "ignore-walk": "3.0.1", - "npm-bundled": "1.0.6" + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" } }, "npm-path": { @@ -11834,7 +11853,7 @@ "integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==", "dev": true, "requires": { - "which": "1.3.1" + "which": "^1.2.10" } }, "npm-pick-manifest": { @@ -11843,9 +11862,9 @@ "integrity": "sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==", "dev": true, "requires": { - "figgy-pudding": "3.5.1", - "npm-package-arg": "6.1.0", - "semver": "5.7.0" + "figgy-pudding": "^3.5.1", + "npm-package-arg": "^6.0.0", + "semver": "^5.4.1" } }, "npm-registry-fetch": { @@ -11854,12 +11873,12 @@ "integrity": "sha512-VQCEZlydXw4AwLROAXWUR7QDfe2Y8Id/vpAgp6TI1/H78a4SiQ1kQrKZALm5/zxM5n4HIi+aYb+idUAV/RuY0Q==", "dev": true, "requires": { - "JSONStream": "1.3.5", - "bluebird": "3.5.5", - "figgy-pudding": "3.5.1", - "lru-cache": "5.1.1", - "make-fetch-happen": "4.0.2", - "npm-package-arg": "6.1.0" + "JSONStream": "^1.3.4", + "bluebird": "^3.5.1", + "figgy-pudding": "^3.4.1", + "lru-cache": "^5.1.1", + "make-fetch-happen": "^4.0.2", + "npm-package-arg": "^6.1.0" }, "dependencies": { "lru-cache": { @@ -11868,7 +11887,7 @@ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "yallist": "3.0.3" + "yallist": "^3.0.2" } }, "yallist": { @@ -11885,15 +11904,15 @@ "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "memorystream": "0.3.1", - "minimatch": "3.0.4", - "pidtree": "0.3.0", - "read-pkg": "3.0.0", - "shell-quote": "1.6.1", - "string.prototype.padend": "3.0.0" + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" }, "dependencies": { "cross-spawn": { @@ -11902,11 +11921,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.0", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "load-json-file": { @@ -11915,10 +11934,10 @@ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "4.0.0", - "pify": "3.0.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, "parse-json": { @@ -11927,8 +11946,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "read-pkg": { @@ -11937,9 +11956,9 @@ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "load-json-file": "4.0.0", - "normalize-package-data": "2.5.0", - "path-type": "3.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, "strip-bom": { @@ -11956,7 +11975,7 @@ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "dev": true, "requires": { - "path-key": "2.0.1" + "path-key": "^2.0.0" } }, "npm-which": { @@ -11965,9 +11984,9 @@ "integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=", "dev": true, "requires": { - "commander": "2.20.0", - "npm-path": "2.0.4", - "which": "1.3.1" + "commander": "^2.9.0", + "npm-path": "^2.0.2", + "which": "^1.2.10" } }, "npmlog": { @@ -11976,10 +11995,10 @@ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", "dev": true, "requires": { - "are-we-there-yet": "1.1.5", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, "nth-check": { @@ -11988,7 +12007,7 @@ "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", "dev": true, "requires": { - "boolbase": "1.0.0" + "boolbase": "~1.0.0" } }, "null-check": { @@ -12033,9 +12052,9 @@ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { - "copy-descriptor": "0.1.1", - "define-property": "0.2.5", - "kind-of": "3.2.2" + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" }, "dependencies": { "define-property": { @@ -12044,7 +12063,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "kind-of": { @@ -12053,7 +12072,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -12076,7 +12095,7 @@ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.0" } }, "object.pick": { @@ -12085,7 +12104,7 @@ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.1" } }, "obuf": { @@ -12115,7 +12134,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "onetime": { @@ -12124,7 +12143,7 @@ "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", "dev": true, "requires": { - "mimic-fn": "1.2.0" + "mimic-fn": "^1.0.0" }, "dependencies": { "mimic-fn": { @@ -12141,7 +12160,7 @@ "integrity": "sha512-/yb5mVZBz7mHLySMiSj2DcLtMBbFPJk5JBKEkHVZFxZAPzeg3L026O0T+lbdz1B2nyDnkClRSwRQJdeVUIF7zw==", "dev": true, "requires": { - "is-wsl": "1.1.0" + "is-wsl": "^1.1.0" } }, "opencollective-postinstall": { @@ -12168,7 +12187,7 @@ "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", "dev": true, "requires": { - "is-wsl": "1.1.0" + "is-wsl": "^1.1.0" } }, "optimist": { @@ -12177,8 +12196,8 @@ "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", "dev": true, "requires": { - "minimist": "0.0.10", - "wordwrap": "0.0.3" + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" }, "dependencies": { "minimist": { @@ -12195,12 +12214,12 @@ "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", "dev": true, "requires": { - "deep-is": "0.1.3", - "fast-levenshtein": "2.0.6", - "levn": "0.3.0", - "prelude-ls": "1.1.2", - "type-check": "0.3.2", - "wordwrap": "1.0.0" + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.4", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "wordwrap": "~1.0.0" }, "dependencies": { "wordwrap": { @@ -12217,7 +12236,7 @@ "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", "dev": true, "requires": { - "url-parse": "1.4.7" + "url-parse": "^1.4.3" } }, "os-browserify": { @@ -12238,7 +12257,7 @@ "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", "dev": true, "requires": { - "lcid": "1.0.0" + "lcid": "^1.0.0" } }, "os-tmpdir": { @@ -12253,8 +12272,8 @@ "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", "dev": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "p-defer": { @@ -12281,7 +12300,7 @@ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "requires": { - "p-try": "1.0.0" + "p-try": "^1.0.0" } }, "p-locate": { @@ -12290,7 +12309,7 @@ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "requires": { - "p-limit": "1.3.0" + "p-limit": "^1.1.0" } }, "p-map": { @@ -12311,10 +12330,10 @@ "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=", "dev": true, "requires": { - "got": "6.7.1", - "registry-auth-token": "3.4.0", - "registry-url": "3.1.0", - "semver": "5.7.0" + "got": "^6.7.1", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" } }, "pacote": { @@ -12323,33 +12342,33 @@ "integrity": "sha512-WQ1KL/phGMkedYEQx9ODsjj7xvwLSpdFJJdEXrLyw5SILMxcTNt5DTxT2Z93fXuLFYJBlZJdnwdalrQdB/rX5w==", "dev": true, "requires": { - "bluebird": "3.5.5", - "cacache": "11.3.3", - "figgy-pudding": "3.5.1", - "get-stream": "4.1.0", - "glob": "7.1.3", - "lru-cache": "5.1.1", - "make-fetch-happen": "4.0.2", - "minimatch": "3.0.4", - "minipass": "2.3.5", - "mississippi": "3.0.0", - "mkdirp": "0.5.1", - "normalize-package-data": "2.5.0", - "npm-package-arg": "6.1.0", - "npm-packlist": "1.4.4", - "npm-pick-manifest": "2.2.3", - "npm-registry-fetch": "3.9.1", - "osenv": "0.1.5", - "promise-inflight": "1.0.1", - "promise-retry": "1.1.1", - "protoduck": "5.0.1", - "rimraf": "2.6.3", - "safe-buffer": "5.1.2", - "semver": "5.7.0", - "ssri": "6.0.1", - "tar": "4.4.10", - "unique-filename": "1.1.1", - "which": "1.3.1" + "bluebird": "^3.5.3", + "cacache": "^11.3.2", + "figgy-pudding": "^3.5.1", + "get-stream": "^4.1.0", + "glob": "^7.1.3", + "lru-cache": "^5.1.1", + "make-fetch-happen": "^4.0.1", + "minimatch": "^3.0.4", + "minipass": "^2.3.5", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "normalize-package-data": "^2.4.0", + "npm-package-arg": "^6.1.0", + "npm-packlist": "^1.1.12", + "npm-pick-manifest": "^2.2.3", + "npm-registry-fetch": "^3.8.0", + "osenv": "^0.1.5", + "promise-inflight": "^1.0.1", + "promise-retry": "^1.1.1", + "protoduck": "^5.0.1", + "rimraf": "^2.6.2", + "safe-buffer": "^5.1.2", + "semver": "^5.6.0", + "ssri": "^6.0.1", + "tar": "^4.4.8", + "unique-filename": "^1.1.1", + "which": "^1.3.1" }, "dependencies": { "cacache": { @@ -12358,20 +12377,20 @@ "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", "dev": true, "requires": { - "bluebird": "3.5.5", - "chownr": "1.1.2", - "figgy-pudding": "3.5.1", - "glob": "7.1.4", - "graceful-fs": "4.2.0", - "lru-cache": "5.1.1", - "mississippi": "3.0.0", - "mkdirp": "0.5.1", - "move-concurrently": "1.0.1", - "promise-inflight": "1.0.1", - "rimraf": "2.6.3", - "ssri": "6.0.1", - "unique-filename": "1.1.1", - "y18n": "4.0.0" + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" }, "dependencies": { "glob": { @@ -12380,12 +12399,12 @@ "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } } } @@ -12396,7 +12415,7 @@ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "pump": "3.0.0" + "pump": "^3.0.0" } }, "lru-cache": { @@ -12405,7 +12424,7 @@ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "yallist": "3.0.3" + "yallist": "^3.0.2" } }, "mississippi": { @@ -12414,16 +12433,16 @@ "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "dev": true, "requires": { - "concat-stream": "1.6.2", - "duplexify": "3.7.1", - "end-of-stream": "1.4.1", - "flush-write-stream": "1.1.1", - "from2": "2.3.0", - "parallel-transform": "1.1.0", - "pump": "3.0.0", - "pumpify": "1.5.1", - "stream-each": "1.2.3", - "through2": "2.0.5" + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" } }, "pump": { @@ -12432,8 +12451,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "ssri": { @@ -12442,7 +12461,7 @@ "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", "dev": true, "requires": { - "figgy-pudding": "3.5.1" + "figgy-pudding": "^3.5.1" } }, "tar": { @@ -12451,13 +12470,13 @@ "integrity": "sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==", "dev": true, "requires": { - "chownr": "1.1.2", - "fs-minipass": "1.2.6", - "minipass": "2.3.5", - "minizlib": "1.2.1", - "mkdirp": "0.5.1", - "safe-buffer": "5.1.2", - "yallist": "3.0.3" + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.3.5", + "minizlib": "^1.2.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.3" } }, "yallist": { @@ -12480,9 +12499,9 @@ "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=", "dev": true, "requires": { - "cyclist": "0.2.2", - "inherits": "2.0.4", - "readable-stream": "2.3.6" + "cyclist": "~0.2.2", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" } }, "parse-asn1": { @@ -12491,12 +12510,12 @@ "integrity": "sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw==", "dev": true, "requires": { - "asn1.js": "4.10.1", - "browserify-aes": "1.2.0", - "create-hash": "1.2.0", - "evp_bytestokey": "1.0.3", - "pbkdf2": "3.0.17", - "safe-buffer": "5.1.2" + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" } }, "parse-entities": { @@ -12505,12 +12524,12 @@ "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==", "dev": true, "requires": { - "character-entities": "1.2.3", - "character-entities-legacy": "1.1.3", - "character-reference-invalid": "1.1.3", - "is-alphanumerical": "1.0.3", - "is-decimal": "1.0.3", - "is-hexadecimal": "1.0.3" + "character-entities": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "character-reference-invalid": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-hexadecimal": "^1.0.0" } }, "parse-json": { @@ -12519,7 +12538,7 @@ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "error-ex": "1.3.2" + "error-ex": "^1.2.0" } }, "parse-node-version": { @@ -12546,7 +12565,7 @@ "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", "dev": true, "requires": { - "better-assert": "1.0.2" + "better-assert": "~1.0.0" } }, "parseuri": { @@ -12555,7 +12574,7 @@ "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", "dev": true, "requires": { - "better-assert": "1.0.2" + "better-assert": "~1.0.0" } }, "parseurl": { @@ -12576,8 +12595,8 @@ "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=", "dev": true, "requires": { - "process": "0.11.10", - "util": "0.10.4" + "process": "^0.11.1", + "util": "^0.10.3" }, "dependencies": { "inherits": { @@ -12651,7 +12670,7 @@ "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { - "pify": "3.0.0" + "pify": "^3.0.0" } }, "pbkdf2": { @@ -12660,11 +12679,11 @@ "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", "dev": true, "requires": { - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "ripemd160": "2.0.2", - "safe-buffer": "5.1.2", - "sha.js": "2.4.11" + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, "pdfjs-dist": { @@ -12672,8 +12691,8 @@ "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-2.0.489.tgz", "integrity": "sha1-Y+VLKSqGeQpFRpfrRNQ0e4+/rSc=", "requires": { - "node-ensure": "0.0.0", - "worker-loader": "1.1.1" + "node-ensure": "^0.0.0", + "worker-loader": "^1.1.1" } }, "pend": { @@ -12712,7 +12731,7 @@ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "dev": true, "requires": { - "pinkie": "2.0.4" + "pinkie": "^2.0.0" } }, "pkg-dir": { @@ -12721,7 +12740,7 @@ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", "dev": true, "requires": { - "find-up": "2.1.0" + "find-up": "^2.1.0" } }, "please-upgrade-node": { @@ -12730,7 +12749,7 @@ "integrity": "sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==", "dev": true, "requires": { - "semver-compare": "1.0.0" + "semver-compare": "^1.0.0" } }, "portfinder": { @@ -12739,9 +12758,9 @@ "integrity": "sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw==", "dev": true, "requires": { - "async": "1.5.2", - "debug": "2.6.9", - "mkdirp": "0.5.1" + "async": "^1.5.2", + "debug": "^2.2.0", + "mkdirp": "0.5.x" }, "dependencies": { "async": { @@ -12774,7 +12793,7 @@ "dev": true, "requires": { "async": "1.5.2", - "is-number-like": "1.0.8" + "is-number-like": "^1.0.3" }, "dependencies": { "async": { @@ -12797,9 +12816,9 @@ "integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==", "dev": true, "requires": { - "chalk": "2.4.2", - "source-map": "0.6.1", - "supports-color": "6.1.0" + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" }, "dependencies": { "source-map": { @@ -12816,7 +12835,7 @@ "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==", "dev": true, "requires": { - "htmlparser2": "3.10.1" + "htmlparser2": "^3.10.0" } }, "postcss-import": { @@ -12825,10 +12844,10 @@ "integrity": "sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==", "dev": true, "requires": { - "postcss": "7.0.14", - "postcss-value-parser": "3.3.1", - "read-cache": "1.0.0", - "resolve": "1.11.1" + "postcss": "^7.0.1", + "postcss-value-parser": "^3.2.3", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" } }, "postcss-jsx": { @@ -12837,7 +12856,7 @@ "integrity": "sha512-xaZpy01YR7ijsFUtu5rViYCFHurFIPHir+faiOQp8g/NfTfWqZCKDhKrydQZ4d8WlSAmVdXGwLjpFbsNUI26Sw==", "dev": true, "requires": { - "@babel/core": "7.5.0" + "@babel/core": ">=7.2.2" } }, "postcss-less": { @@ -12846,7 +12865,7 @@ "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", "dev": true, "requires": { - "postcss": "7.0.14" + "postcss": "^7.0.14" } }, "postcss-load-config": { @@ -12855,8 +12874,8 @@ "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", "dev": true, "requires": { - "cosmiconfig": "5.2.1", - "import-cwd": "2.1.0" + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" } }, "postcss-loader": { @@ -12865,10 +12884,10 @@ "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", "dev": true, "requires": { - "loader-utils": "1.2.3", - "postcss": "7.0.14", - "postcss-load-config": "2.1.0", - "schema-utils": "1.0.0" + "loader-utils": "^1.1.0", + "postcss": "^7.0.0", + "postcss-load-config": "^2.0.0", + "schema-utils": "^1.0.0" }, "dependencies": { "schema-utils": { @@ -12877,9 +12896,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } } } @@ -12890,8 +12909,8 @@ "integrity": "sha512-rl7fs1r/LNSB2bWRhyZ+lM/0bwKv9fhl38/06gF6mKMo/NPnp55+K1dSTosSVjFZc0e1ppBlu+WT91ba0PMBfQ==", "dev": true, "requires": { - "remark": "10.0.1", - "unist-util-find-all-after": "1.0.4" + "remark": "^10.0.1", + "unist-util-find-all-after": "^1.0.2" }, "dependencies": { "is-buffer": { @@ -12906,9 +12925,9 @@ "integrity": "sha512-E6lMuoLIy2TyiokHprMjcWNJ5UxfGQjaMSMhV+f4idM625UjjK4j798+gPs5mfjzDE6vL0oFKVeZM6gZVSVrzQ==", "dev": true, "requires": { - "remark-parse": "6.0.3", - "remark-stringify": "6.0.4", - "unified": "7.1.0" + "remark-parse": "^6.0.0", + "remark-stringify": "^6.0.0", + "unified": "^7.0.0" } }, "remark-parse": { @@ -12917,21 +12936,21 @@ "integrity": "sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg==", "dev": true, "requires": { - "collapse-white-space": "1.0.5", - "is-alphabetical": "1.0.3", - "is-decimal": "1.0.3", - "is-whitespace-character": "1.0.3", - "is-word-character": "1.0.3", - "markdown-escapes": "1.0.3", - "parse-entities": "1.2.2", - "repeat-string": "1.6.1", - "state-toggle": "1.0.2", + "collapse-white-space": "^1.0.2", + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "is-word-character": "^1.0.0", + "markdown-escapes": "^1.0.0", + "parse-entities": "^1.1.0", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", "trim": "0.0.1", - "trim-trailing-lines": "1.1.2", - "unherit": "1.1.2", - "unist-util-remove-position": "1.1.3", - "vfile-location": "2.0.5", - "xtend": "4.0.2" + "trim-trailing-lines": "^1.0.0", + "unherit": "^1.0.4", + "unist-util-remove-position": "^1.0.0", + "vfile-location": "^2.0.0", + "xtend": "^4.0.1" } }, "remark-stringify": { @@ -12940,20 +12959,20 @@ "integrity": "sha512-eRWGdEPMVudijE/psbIDNcnJLRVx3xhfuEsTDGgH4GsFF91dVhw5nhmnBppafJ7+NWINW6C7ZwWbi30ImJzqWg==", "dev": true, "requires": { - "ccount": "1.0.4", - "is-alphanumeric": "1.0.0", - "is-decimal": "1.0.3", - "is-whitespace-character": "1.0.3", - "longest-streak": "2.0.3", - "markdown-escapes": "1.0.3", - "markdown-table": "1.1.3", - "mdast-util-compact": "1.0.3", - "parse-entities": "1.2.2", - "repeat-string": "1.6.1", - "state-toggle": "1.0.2", - "stringify-entities": "1.3.2", - "unherit": "1.1.2", - "xtend": "4.0.2" + "ccount": "^1.0.0", + "is-alphanumeric": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "longest-streak": "^2.0.1", + "markdown-escapes": "^1.0.0", + "markdown-table": "^1.1.0", + "mdast-util-compact": "^1.0.0", + "parse-entities": "^1.0.2", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", + "stringify-entities": "^1.0.1", + "unherit": "^1.0.4", + "xtend": "^4.0.1" } }, "replace-ext": { @@ -12968,14 +12987,14 @@ "integrity": "sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==", "dev": true, "requires": { - "@types/unist": "2.0.3", - "@types/vfile": "3.0.2", - "bail": "1.0.4", - "extend": "3.0.2", - "is-plain-obj": "1.1.0", - "trough": "1.0.4", - "vfile": "3.0.1", - "x-is-string": "0.1.0" + "@types/unist": "^2.0.0", + "@types/vfile": "^3.0.0", + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-plain-obj": "^1.1.0", + "trough": "^1.0.0", + "vfile": "^3.0.0", + "x-is-string": "^0.1.0" } }, "vfile": { @@ -12984,10 +13003,10 @@ "integrity": "sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==", "dev": true, "requires": { - "is-buffer": "2.0.3", + "is-buffer": "^2.0.0", "replace-ext": "1.0.0", - "unist-util-stringify-position": "1.1.2", - "vfile-message": "1.1.1" + "unist-util-stringify-position": "^1.0.0", + "vfile-message": "^1.0.0" } } } @@ -13004,10 +13023,10 @@ "integrity": "sha512-LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw==", "dev": true, "requires": { - "chalk": "2.4.2", - "lodash": "4.17.15", - "log-symbols": "2.2.0", - "postcss": "7.0.14" + "chalk": "^2.4.1", + "lodash": "^4.17.11", + "log-symbols": "^2.2.0", + "postcss": "^7.0.7" } }, "postcss-resolve-nested-selector": { @@ -13022,7 +13041,7 @@ "integrity": "sha512-xZsFA3uX8MO3yAda03QrG3/Eg1LN3EPfjjf07vke/46HERLZyHrTsQ9E1r1w1W//fWEhtYNndo2hQplN2cVpCQ==", "dev": true, "requires": { - "postcss": "7.0.14" + "postcss": "^7.0.0" } }, "postcss-sass": { @@ -13031,8 +13050,8 @@ "integrity": "sha512-B5z2Kob4xBxFjcufFnhQ2HqJQ2y/Zs/ic5EZbCywCkxKd756Q40cIQ/veRDwSrw1BF6+4wUgmpm0sBASqVi65A==", "dev": true, "requires": { - "gonzales-pe": "4.2.4", - "postcss": "7.0.14" + "gonzales-pe": "^4.2.3", + "postcss": "^7.0.1" } }, "postcss-scss": { @@ -13041,7 +13060,7 @@ "integrity": "sha512-um9zdGKaDZirMm+kZFKKVsnKPF7zF7qBAtIfTSnZXD1jZ0JNZIxdB6TxQOjCnlSzLRInVl2v3YdBh/M881C4ug==", "dev": true, "requires": { - "postcss": "7.0.14" + "postcss": "^7.0.0" } }, "postcss-selector-parser": { @@ -13050,9 +13069,9 @@ "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "dev": true, "requires": { - "dot-prop": "4.2.0", - "indexes-of": "1.0.1", - "uniq": "1.0.1" + "dot-prop": "^4.1.1", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" } }, "postcss-syntax": { @@ -13067,11 +13086,11 @@ "integrity": "sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw==", "dev": true, "requires": { - "mime": "2.4.4", - "minimatch": "3.0.4", - "mkdirp": "0.5.1", - "postcss": "7.0.14", - "xxhashjs": "0.2.2" + "mime": "^2.3.1", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.0", + "postcss": "^7.0.2", + "xxhashjs": "^0.2.1" }, "dependencies": { "mime": { @@ -13094,22 +13113,22 @@ "integrity": "sha512-aaLVANlj4HgZweKttFNUVNRxDukytuIuxeK2boIMHjagNJCiVKWFsKF4tCE3ql3GbrD2tExPQ7/pwtEJcHNZeg==", "dev": true, "requires": { - "detect-libc": "1.0.3", - "expand-template": "2.0.3", + "detect-libc": "^1.0.3", + "expand-template": "^2.0.3", "github-from-package": "0.0.0", - "minimist": "1.2.0", - "mkdirp": "0.5.1", - "napi-build-utils": "1.0.1", - "node-abi": "2.9.0", - "noop-logger": "0.1.1", - "npmlog": "4.1.2", - "os-homedir": "1.0.2", - "pump": "2.0.1", - "rc": "1.2.8", - "simple-get": "2.8.1", - "tar-fs": "1.16.3", - "tunnel-agent": "0.6.0", - "which-pm-runs": "1.0.0" + "minimist": "^1.2.0", + "mkdirp": "^0.5.1", + "napi-build-utils": "^1.0.1", + "node-abi": "^2.7.0", + "noop-logger": "^0.1.1", + "npmlog": "^4.0.1", + "os-homedir": "^1.0.1", + "pump": "^2.0.1", + "rc": "^1.2.7", + "simple-get": "^2.7.0", + "tar-fs": "^1.13.0", + "tunnel-agent": "^0.6.0", + "which-pm-runs": "^1.0.0" } }, "prelude-ls": { @@ -13145,9 +13164,9 @@ "integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" + "ansi-styles": "^3.1.0", + "escape-string-regexp": "^1.0.5", + "supports-color": "^4.0.0" } }, "has-flag": { @@ -13162,7 +13181,7 @@ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "dev": true, "requires": { - "has-flag": "2.0.0" + "has-flag": "^2.0.0" } } } @@ -13191,7 +13210,7 @@ "dev": true, "optional": true, "requires": { - "asap": "2.0.6" + "asap": "~2.0.3" } }, "promise-inflight": { @@ -13206,8 +13225,8 @@ "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", "dev": true, "requires": { - "err-code": "1.1.2", - "retry": "0.10.1" + "err-code": "^1.0.0", + "retry": "^0.10.0" } }, "property-expr": { @@ -13221,7 +13240,7 @@ "resolved": "https://registry.npmjs.org/propose/-/propose-0.0.5.tgz", "integrity": "sha1-SKBl2ex9TIZn9AULFcSi2F28pWs=", "requires": { - "levenshtein-edit-distance": "1.0.0" + "levenshtein-edit-distance": "^1.0.0" } }, "proto-list": { @@ -13236,7 +13255,7 @@ "integrity": "sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==", "dev": true, "requires": { - "genfun": "5.0.0" + "genfun": "^5.0.0" } }, "protractor": { @@ -13245,21 +13264,21 @@ "integrity": "sha512-zlIj64Cr6IOWP7RwxVeD8O4UskLYPoyIcg0HboWJL9T79F1F0VWtKkGTr/9GN6BKL+/Q/GmM7C9kFVCfDbP5sA==", "dev": true, "requires": { - "@types/q": "0.0.32", - "@types/selenium-webdriver": "3.0.16", - "blocking-proxy": "1.0.1", - "browserstack": "1.5.3", - "chalk": "1.1.3", - "glob": "7.1.3", + "@types/q": "^0.0.32", + "@types/selenium-webdriver": "^3.0.0", + "blocking-proxy": "^1.0.0", + "browserstack": "^1.5.1", + "chalk": "^1.1.3", + "glob": "^7.0.3", "jasmine": "2.8.0", - "jasminewd2": "2.2.0", - "optimist": "0.6.1", + "jasminewd2": "^2.1.0", + "optimist": "~0.6.0", "q": "1.4.1", - "saucelabs": "1.5.0", + "saucelabs": "^1.5.0", "selenium-webdriver": "3.6.0", - "source-map-support": "0.4.18", + "source-map-support": "~0.4.0", "webdriver-js-extender": "2.1.0", - "webdriver-manager": "12.1.6" + "webdriver-manager": "^12.0.6" }, "dependencies": { "ansi-styles": { @@ -13274,11 +13293,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "del": { @@ -13287,13 +13306,13 @@ "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", "dev": true, "requires": { - "globby": "5.0.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.1", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "rimraf": "2.6.3" + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" } }, "globby": { @@ -13302,12 +13321,12 @@ "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", "dev": true, "requires": { - "array-union": "1.0.2", - "arrify": "1.0.1", - "glob": "7.1.3", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "pify": { @@ -13328,10 +13347,10 @@ "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", "dev": true, "requires": { - "jszip": "3.2.2", - "rimraf": "2.6.3", + "jszip": "^3.1.3", + "rimraf": "^2.5.4", "tmp": "0.0.30", - "xml2js": "0.4.19" + "xml2js": "^0.4.17" } }, "source-map-support": { @@ -13340,7 +13359,7 @@ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { - "source-map": "0.5.6" + "source-map": "^0.5.6" } }, "supports-color": { @@ -13355,7 +13374,7 @@ "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=", "dev": true, "requires": { - "os-tmpdir": "1.0.2" + "os-tmpdir": "~1.0.1" } }, "webdriver-manager": { @@ -13364,17 +13383,17 @@ "integrity": "sha512-B1mOycNCrbk7xODw7Jgq/mdD3qzPxMaTsnKIQDy2nXlQoyjTrJTTD0vRpEZI9b8RibPEyQvh9zIZ0M1mpOxS3w==", "dev": true, "requires": { - "adm-zip": "0.4.13", - "chalk": "1.1.3", - "del": "2.2.2", - "glob": "7.1.3", - "ini": "1.3.5", - "minimist": "1.2.0", - "q": "1.4.1", - "request": "2.88.0", - "rimraf": "2.6.3", - "semver": "5.7.0", - "xml2js": "0.4.19" + "adm-zip": "^0.4.9", + "chalk": "^1.1.1", + "del": "^2.2.0", + "glob": "^7.0.3", + "ini": "^1.3.4", + "minimist": "^1.2.0", + "q": "^1.4.1", + "request": "^2.87.0", + "rimraf": "^2.5.2", + "semver": "^5.3.0", + "xml2js": "^0.4.17" } } } @@ -13392,11 +13411,11 @@ "dev": true, "requires": { "fs": "0.0.1-security", - "fs-extra": "1.0.0", - "jasmine-reporters": "2.3.2", - "lodash": "4.17.15", - "path": "0.12.7", - "xmldoc": "0.5.1" + "fs-extra": "^1.0.0", + "jasmine-reporters": "^2.3.0", + "lodash": "^4.17.5", + "path": "^0.12.7", + "xmldoc": "^0.5.1" }, "dependencies": { "fs-extra": { @@ -13405,9 +13424,9 @@ "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "2.4.0", - "klaw": "1.3.1" + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0" } }, "jsonfile": { @@ -13416,7 +13435,7 @@ "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", "dev": true, "requires": { - "graceful-fs": "4.2.0" + "graceful-fs": "^4.1.6" } } } @@ -13427,15 +13446,15 @@ "integrity": "sha512-HVoTF/j61cvsAToGwR77siEFBAhz+qW0PsYYvYKXM6trzEugOeGb1V9TDY2y+akc4b6BvUhCZdnvGy7E3JfE2A==", "dev": true, "requires": { - "array-unique": "0.3.2", - "chai": "3.5.0", - "chai-as-promised": "5.3.0", - "debug": "2.6.9", - "lodash": "4.17.15", - "mkdirp": "0.5.1", - "q": "1.5.1", - "xml2js": "0.4.19", - "yargs": "11.1.0" + "array-unique": "~0.3.2", + "chai": "3.x", + "chai-as-promised": "5.x", + "debug": "^2.1.1", + "lodash": "^4.13.1", + "mkdirp": "^0.5.1", + "q": "^1.4.1", + "xml2js": "~0.4.17", + "yargs": "^11.0.0" }, "dependencies": { "ansi-regex": { @@ -13456,9 +13475,9 @@ "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "string-width": "2.1.1", - "strip-ansi": "4.0.0", - "wrap-ansi": "2.1.0" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" } }, "cross-spawn": { @@ -13467,9 +13486,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.5", - "shebang-command": "1.2.0", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "debug": { @@ -13487,13 +13506,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "is-fullwidth-code-point": { @@ -13508,7 +13527,7 @@ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "dev": true, "requires": { - "mimic-fn": "1.2.0" + "mimic-fn": "^1.0.0" } }, "mimic-fn": { @@ -13529,9 +13548,9 @@ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "dev": true, "requires": { - "execa": "0.7.0", - "lcid": "1.0.0", - "mem": "1.1.0" + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" } }, "string-width": { @@ -13540,8 +13559,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -13550,7 +13569,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } }, "which-module": { @@ -13571,18 +13590,18 @@ "integrity": "sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==", "dev": true, "requires": { - "cliui": "4.1.0", - "decamelize": "1.2.0", - "find-up": "2.1.0", - "get-caller-file": "1.0.3", - "os-locale": "2.1.0", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "2.1.1", - "which-module": "2.0.0", - "y18n": "3.2.1", - "yargs-parser": "9.0.2" + "cliui": "^4.0.0", + "decamelize": "^1.1.1", + "find-up": "^2.1.0", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^9.0.2" } }, "yargs-parser": { @@ -13591,7 +13610,7 @@ "integrity": "sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -13602,7 +13621,7 @@ "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==", "dev": true, "requires": { - "forwarded": "0.1.2", + "forwarded": "~0.1.2", "ipaddr.js": "1.9.0" } }, @@ -13636,12 +13655,12 @@ "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "dev": true, "requires": { - "bn.js": "4.11.8", - "browserify-rsa": "4.0.1", - "create-hash": "1.2.0", - "parse-asn1": "5.1.4", - "randombytes": "2.1.0", - "safe-buffer": "5.1.2" + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" } }, "pump": { @@ -13650,8 +13669,8 @@ "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "pumpify": { @@ -13660,9 +13679,9 @@ "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", "dev": true, "requires": { - "duplexify": "3.7.1", - "inherits": "2.0.4", - "pump": "2.0.1" + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" } }, "punycode": { @@ -13759,7 +13778,7 @@ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "^5.1.0" } }, "randomfill": { @@ -13768,8 +13787,8 @@ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, "requires": { - "randombytes": "2.1.0", - "safe-buffer": "5.1.2" + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" } }, "range-parser": { @@ -13818,10 +13837,10 @@ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "dev": true, "requires": { - "deep-extend": "0.6.0", - "ini": "1.3.5", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" } }, "read-cache": { @@ -13830,7 +13849,7 @@ "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", "dev": true, "requires": { - "pify": "2.3.0" + "pify": "^2.3.0" }, "dependencies": { "pify": { @@ -13847,13 +13866,13 @@ "integrity": "sha1-/5uLZ/GH0eTCm5/rMfayI6zRkGc=", "dev": true, "requires": { - "debuglog": "1.0.1", - "graceful-fs": "4.2.0", - "read-package-json": "2.0.13", - "readdir-scoped-modules": "1.1.0", - "semver": "5.7.0", - "slide": "1.1.6", - "util-extend": "1.0.3" + "debuglog": "^1.0.1", + "graceful-fs": "^4.1.2", + "read-package-json": "^2.0.0", + "readdir-scoped-modules": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "slide": "~1.1.3", + "util-extend": "^1.0.1" } }, "read-package-json": { @@ -13862,11 +13881,11 @@ "integrity": "sha512-/1dZ7TRZvGrYqE0UAfN6qQb5GYBsNcqS1C0tNK601CFOJmtHI7NIGXwetEPU/OtoFHZL3hDxm4rolFFVE9Bnmg==", "dev": true, "requires": { - "glob": "7.1.3", - "graceful-fs": "4.2.0", - "json-parse-better-errors": "1.0.2", - "normalize-package-data": "2.5.0", - "slash": "1.0.0" + "glob": "^7.1.1", + "graceful-fs": "^4.1.2", + "json-parse-better-errors": "^1.0.1", + "normalize-package-data": "^2.0.0", + "slash": "^1.0.0" } }, "read-pkg": { @@ -13875,9 +13894,9 @@ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { - "load-json-file": "1.1.0", - "normalize-package-data": "2.5.0", - "path-type": "1.1.0" + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" }, "dependencies": { "path-type": { @@ -13886,9 +13905,9 @@ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "pify": { @@ -13905,8 +13924,8 @@ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { - "find-up": "1.1.2", - "read-pkg": "1.1.0" + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" }, "dependencies": { "find-up": { @@ -13915,8 +13934,8 @@ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { - "path-exists": "2.1.0", - "pinkie-promise": "2.0.1" + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "path-exists": { @@ -13925,7 +13944,7 @@ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { - "pinkie-promise": "2.0.1" + "pinkie-promise": "^2.0.0" } } } @@ -13935,13 +13954,13 @@ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.4", - "isarray": "1.0.0", - "process-nextick-args": "2.0.1", - "safe-buffer": "5.1.2", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, "readdir-scoped-modules": { @@ -13950,10 +13969,10 @@ "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", "dev": true, "requires": { - "debuglog": "1.0.1", - "dezalgo": "1.0.3", - "graceful-fs": "4.2.0", - "once": "1.4.0" + "debuglog": "^1.0.1", + "dezalgo": "^1.0.0", + "graceful-fs": "^4.1.2", + "once": "^1.3.0" } }, "readdirp": { @@ -13962,9 +13981,9 @@ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "micromatch": "3.1.10", - "readable-stream": "2.3.6" + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" } }, "rechoir": { @@ -13973,7 +13992,7 @@ "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "dev": true, "requires": { - "resolve": "1.11.1" + "resolve": "^1.1.6" } }, "redent": { @@ -13982,8 +14001,8 @@ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { - "indent-string": "2.1.0", - "strip-indent": "1.0.1" + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" } }, "reflect-metadata": { @@ -14008,8 +14027,8 @@ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "requires": { - "extend-shallow": "3.0.2", - "safe-regex": "1.1.0" + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" } }, "regexpu-core": { @@ -14017,9 +14036,9 @@ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz", "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", "requires": { - "regenerate": "1.4.0", - "regjsgen": "0.2.0", - "regjsparser": "0.1.5" + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" } }, "registry-auth-token": { @@ -14028,8 +14047,8 @@ "integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==", "dev": true, "requires": { - "rc": "1.2.8", - "safe-buffer": "5.1.2" + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" } }, "registry-url": { @@ -14038,7 +14057,7 @@ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", "dev": true, "requires": { - "rc": "1.2.8" + "rc": "^1.0.1" } }, "regjsgen": { @@ -14051,7 +14070,7 @@ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "requires": { - "jsesc": "0.5.0" + "jsesc": "~0.5.0" } }, "remap-istanbul": { @@ -14060,11 +14079,11 @@ "integrity": "sha512-l0WDBsVjaTzP8m3glERJO6bjlAFUahcgfcgvcX+owZw7dKeDLT3CVRpS7UO4L9LfGcMiNsqk223HopwVxlh8Hg==", "dev": true, "requires": { - "amdefine": "1.0.1", + "amdefine": "^1.0.0", "gulp-util": "3.0.7", "istanbul": "0.4.5", - "minimatch": "3.0.4", - "source-map": "0.6.1", + "minimatch": "^3.0.3", + "source-map": "^0.6.1", "through2": "2.0.1" }, "dependencies": { @@ -14080,12 +14099,12 @@ "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", "dev": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.4", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "string_decoder": "0.10.31", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~0.10.x", + "util-deprecate": "~1.0.1" } }, "source-map": { @@ -14106,8 +14125,8 @@ "integrity": "sha1-OE51MU1J8y3hLuu4E2uOtrXVnak=", "dev": true, "requires": { - "readable-stream": "2.0.6", - "xtend": "4.0.2" + "readable-stream": "~2.0.0", + "xtend": "~4.0.0" } } } @@ -14118,9 +14137,9 @@ "integrity": "sha512-amw8rGdD5lHbMEakiEsllmkdBP+/KpjW/PRK6NSGPZKCQowh0BT4IWXDAkRMyG3SB9dKPXWMviFjNusXzXNn3A==", "dev": true, "requires": { - "remark-parse": "5.0.0", - "remark-stringify": "5.0.0", - "unified": "6.2.0" + "remark-parse": "^5.0.0", + "remark-stringify": "^5.0.0", + "unified": "^6.0.0" } }, "remark-frontmatter": { @@ -14129,8 +14148,8 @@ "integrity": "sha512-2eayxITZ8rezsXdgcXnYB3iLivohm2V/ZT4Ne8uhua6A4pk6GdLE2ZzJnbnINtD1HRLaTdB7RwF9sgUbMptJZA==", "dev": true, "requires": { - "fault": "1.0.3", - "xtend": "4.0.2" + "fault": "^1.0.1", + "xtend": "^4.0.1" } }, "remark-parse": { @@ -14139,21 +14158,21 @@ "integrity": "sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==", "dev": true, "requires": { - "collapse-white-space": "1.0.5", - "is-alphabetical": "1.0.3", - "is-decimal": "1.0.3", - "is-whitespace-character": "1.0.3", - "is-word-character": "1.0.3", - "markdown-escapes": "1.0.3", - "parse-entities": "1.2.2", - "repeat-string": "1.6.1", - "state-toggle": "1.0.2", + "collapse-white-space": "^1.0.2", + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "is-word-character": "^1.0.0", + "markdown-escapes": "^1.0.0", + "parse-entities": "^1.1.0", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", "trim": "0.0.1", - "trim-trailing-lines": "1.1.2", - "unherit": "1.1.2", - "unist-util-remove-position": "1.1.3", - "vfile-location": "2.0.5", - "xtend": "4.0.2" + "trim-trailing-lines": "^1.0.0", + "unherit": "^1.0.4", + "unist-util-remove-position": "^1.0.0", + "vfile-location": "^2.0.0", + "xtend": "^4.0.1" } }, "remark-stringify": { @@ -14162,20 +14181,20 @@ "integrity": "sha512-Ws5MdA69ftqQ/yhRF9XhVV29mhxbfGhbz0Rx5bQH+oJcNhhSM6nCu1EpLod+DjrFGrU0BMPs+czVmJZU7xiS7w==", "dev": true, "requires": { - "ccount": "1.0.4", - "is-alphanumeric": "1.0.0", - "is-decimal": "1.0.3", - "is-whitespace-character": "1.0.3", - "longest-streak": "2.0.3", - "markdown-escapes": "1.0.3", - "markdown-table": "1.1.3", - "mdast-util-compact": "1.0.3", - "parse-entities": "1.2.2", - "repeat-string": "1.6.1", - "state-toggle": "1.0.2", - "stringify-entities": "1.3.2", - "unherit": "1.1.2", - "xtend": "4.0.2" + "ccount": "^1.0.0", + "is-alphanumeric": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "longest-streak": "^2.0.1", + "markdown-escapes": "^1.0.0", + "markdown-table": "^1.1.0", + "mdast-util-compact": "^1.0.0", + "parse-entities": "^1.0.2", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", + "stringify-entities": "^1.0.1", + "unherit": "^1.0.4", + "xtend": "^4.0.1" } }, "remark-validate-links": { @@ -14183,14 +14202,14 @@ "resolved": "https://registry.npmjs.org/remark-validate-links/-/remark-validate-links-8.0.3.tgz", "integrity": "sha512-HYN6fpXQGUjtwePdLgiUute+8YvyIlfuthqzHPzg6GLd8n8Wr4COctAHTTuy+GocwalQLfixguR0Z26faO1/5w==", "requires": { - "github-slugger": "1.2.1", - "hosted-git-info": "2.7.1", - "mdast-util-definitions": "1.2.4", - "mdast-util-to-string": "1.0.6", + "github-slugger": "^1.2.0", + "hosted-git-info": "^2.5.0", + "mdast-util-definitions": "^1.0.0", + "mdast-util-to-string": "^1.0.4", "propose": "0.0.5", - "unist-util-visit": "1.4.1", - "urljoin": "0.1.5", - "xtend": "4.0.2" + "unist-util-visit": "^1.0.0", + "urljoin": "^0.1.5", + "xtend": "^4.0.1" } }, "remove-trailing-separator": { @@ -14217,7 +14236,7 @@ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { - "is-finite": "1.0.2" + "is-finite": "^1.0.0" } }, "replace-ext": { @@ -14232,26 +14251,26 @@ "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", "dev": true, "requires": { - "aws-sign2": "0.7.0", - "aws4": "1.8.0", - "caseless": "0.12.0", - "combined-stream": "1.0.8", - "extend": "3.0.2", - "forever-agent": "0.6.1", - "form-data": "2.3.3", - "har-validator": "5.1.3", - "http-signature": "1.2.0", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.24", - "oauth-sign": "0.9.0", - "performance-now": "2.1.0", - "qs": "6.5.2", - "safe-buffer": "5.1.2", - "tough-cookie": "2.4.3", - "tunnel-agent": "0.6.0", - "uuid": "3.3.2" + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" }, "dependencies": { "form-data": { @@ -14260,9 +14279,9 @@ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.8", - "mime-types": "2.1.24" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" } }, "qs": { @@ -14303,7 +14322,7 @@ "integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==", "dev": true, "requires": { - "path-parse": "1.0.6" + "path-parse": "^1.0.6" } }, "resolve-cwd": { @@ -14312,7 +14331,7 @@ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", "dev": true, "requires": { - "resolve-from": "3.0.0" + "resolve-from": "^3.0.0" } }, "resolve-dir": { @@ -14321,8 +14340,8 @@ "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", "dev": true, "requires": { - "expand-tilde": "2.0.2", - "global-modules": "1.0.0" + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" }, "dependencies": { "global-modules": { @@ -14331,9 +14350,9 @@ "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", "dev": true, "requires": { - "global-prefix": "1.0.2", - "is-windows": "1.0.2", - "resolve-dir": "1.0.1" + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" } }, "global-prefix": { @@ -14342,11 +14361,11 @@ "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", "dev": true, "requires": { - "expand-tilde": "2.0.2", - "homedir-polyfill": "1.0.3", - "ini": "1.3.5", - "is-windows": "1.0.2", - "which": "1.3.1" + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" } } } @@ -14369,8 +14388,8 @@ "integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=", "dev": true, "requires": { - "debug": "2.6.9", - "minimatch": "3.0.4" + "debug": "^2.2.0", + "minimatch": "^3.0.2" }, "dependencies": { "debug": { @@ -14396,8 +14415,8 @@ "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", "dev": true, "requires": { - "onetime": "2.0.1", - "signal-exit": "3.0.2" + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" } }, "ret": { @@ -14424,7 +14443,7 @@ "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "requires": { - "glob": "7.1.3" + "glob": "^7.1.3" } }, "ripemd160": { @@ -14433,8 +14452,8 @@ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, "requires": { - "hash-base": "3.0.4", - "inherits": "2.0.4" + "hash-base": "^3.0.0", + "inherits": "^2.0.1" } }, "rollup": { @@ -14444,7 +14463,7 @@ "dev": true, "requires": { "@types/estree": "0.0.39", - "@types/node": "6.0.90" + "@types/node": "*" } }, "rollup-plugin-commonjs": { @@ -14453,10 +14472,10 @@ "integrity": "sha512-DTZOvRoiVIHHLFBCL4pFxOaJt8pagxsVldEXBOn6wl3/V21wVaj17HFfyzTsQUuou3sZL3lEJZVWKPFblJfI6w==", "dev": true, "requires": { - "estree-walker": "0.6.1", - "magic-string": "0.25.3", - "resolve": "1.11.1", - "rollup-pluginutils": "2.8.1" + "estree-walker": "^0.6.0", + "magic-string": "^0.25.2", + "resolve": "^1.10.0", + "rollup-pluginutils": "^2.6.0" } }, "rollup-plugin-json": { @@ -14465,7 +14484,7 @@ "integrity": "sha512-BlYk5VspvGpjz7lAwArVzBXR60JK+4EKtPkCHouAWg39obk9S61hZYJDBfMK+oitPdoe11i69TlxKlMQNFC/Uw==", "dev": true, "requires": { - "rollup-pluginutils": "2.8.1" + "rollup-pluginutils": "^2.3.1" } }, "rollup-plugin-node-resolve": { @@ -14475,9 +14494,9 @@ "dev": true, "requires": { "@types/resolve": "0.0.8", - "builtin-modules": "3.1.0", - "is-module": "1.0.0", - "resolve": "1.11.1" + "builtin-modules": "^3.1.0", + "is-module": "^1.0.0", + "resolve": "^1.10.0" } }, "rollup-plugin-sourcemaps": { @@ -14486,8 +14505,8 @@ "integrity": "sha1-YhJaqUCHqt97g+9N+vYptHMTXoc=", "dev": true, "requires": { - "rollup-pluginutils": "2.8.1", - "source-map-resolve": "0.5.2" + "rollup-pluginutils": "^2.0.1", + "source-map-resolve": "^0.5.0" } }, "rollup-pluginutils": { @@ -14496,7 +14515,7 @@ "integrity": "sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg==", "dev": true, "requires": { - "estree-walker": "0.6.1" + "estree-walker": "^0.6.1" } }, "run-async": { @@ -14505,7 +14524,7 @@ "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", "dev": true, "requires": { - "is-promise": "2.1.0" + "is-promise": "^2.1.0" } }, "run-node": { @@ -14520,7 +14539,7 @@ "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", "dev": true, "requires": { - "aproba": "1.2.0" + "aproba": "^1.1.1" } }, "rx": { @@ -14534,7 +14553,7 @@ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz", "integrity": "sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==", "requires": { - "tslib": "1.10.0" + "tslib": "^1.9.0" } }, "rxjs-stream": { @@ -14549,13 +14568,13 @@ "integrity": "sha512-Y2YFH0lBK9I8yfhFbhNhwdILVyGftvzYozuJ2dPpAgL9lsWsB+adsDWzBhUmUI67mJuER+bcDFx8YTSKh+ogNQ==", "dev": true, "requires": { - "@phenomnomnominal/tsquery": "3.0.0", - "decamelize": "3.2.0", - "resolve": "1.11.1", - "semver": "6.2.0", - "tslib": "1.10.0", - "tsutils": "3.14.0", - "tsutils-etc": "1.1.0" + "@phenomnomnominal/tsquery": "^3.0.0", + "decamelize": "^3.0.0", + "resolve": "^1.4.0", + "semver": "^6.0.0", + "tslib": "^1.8.0", + "tsutils": "^3.0.0", + "tsutils-etc": "^1.1.0" }, "dependencies": { "decamelize": { @@ -14564,7 +14583,7 @@ "integrity": "sha512-4TgkVUsmmu7oCSyGBm5FvfMoACuoh9EOidm7V5/J2X2djAwwt57qb3F2KMP2ITqODTCSwb+YRV+0Zqrv18k/hw==", "dev": true, "requires": { - "xregexp": "4.2.4" + "xregexp": "^4.2.4" } }, "semver": { @@ -14579,7 +14598,7 @@ "integrity": "sha512-sO0bYdYeJAJBcJA8g7MJJX7UrOZIfJPd8U2SC7B2Dd/J24U0aQNoGp33shCaBSWeb0rD5rh6VBUIXOkGal1TZA==", "dev": true, "requires": { - "@babel/runtime-corejs2": "7.5.3" + "@babel/runtime-corejs2": "^7.2.0" } } } @@ -14595,7 +14614,7 @@ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { - "ret": "0.1.15" + "ret": "~0.1.10" } }, "safer-buffer": { @@ -14610,10 +14629,10 @@ "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=", "dev": true, "requires": { - "glob": "7.1.3", - "lodash": "4.17.15", - "scss-tokenizer": "0.2.3", - "yargs": "7.1.0" + "glob": "^7.0.0", + "lodash": "^4.0.0", + "scss-tokenizer": "^0.2.3", + "yargs": "^7.0.0" } }, "sass-loader": { @@ -14622,12 +14641,12 @@ "integrity": "sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w==", "dev": true, "requires": { - "clone-deep": "2.0.2", - "loader-utils": "1.2.3", - "lodash.tail": "4.1.1", - "neo-async": "2.6.1", - "pify": "3.0.0", - "semver": "5.7.0" + "clone-deep": "^2.0.1", + "loader-utils": "^1.0.1", + "lodash.tail": "^4.1.1", + "neo-async": "^2.5.0", + "pify": "^3.0.0", + "semver": "^5.5.0" } }, "saucelabs": { @@ -14636,7 +14655,7 @@ "integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==", "dev": true, "requires": { - "https-proxy-agent": "2.2.2" + "https-proxy-agent": "^2.2.1" } }, "sax": { @@ -14650,8 +14669,8 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", "requires": { - "ajv": "6.10.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0" } }, "scss-bundle": { @@ -14660,13 +14679,13 @@ "integrity": "sha512-Mp12Wa/PbTBY5E6zlN4Vq8ccK4Ex4WX9dvc8QP3BXzatfo9VvQijZIAsMQ4nT+vD0oM1I4m6Cy9twJWYr9oBew==", "dev": true, "requires": { - "archy": "1.0.0", - "fs-extra": "5.0.0", - "globs": "0.1.4", - "node-sass": "4.9.2", - "pretty-bytes": "4.0.2", - "promise": "8.0.3", - "yargs": "11.1.0" + "archy": "^1.0.0", + "fs-extra": "^5.0.0", + "globs": "^0.1.3", + "node-sass": "^4.9.0", + "pretty-bytes": "^4.0.2", + "promise": "^8.0.1", + "yargs": "^11.0.0" }, "dependencies": { "ansi-regex": { @@ -14687,9 +14706,9 @@ "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "string-width": "2.1.1", - "strip-ansi": "4.0.0", - "wrap-ansi": "2.1.0" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" } }, "cross-spawn": { @@ -14698,9 +14717,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.5", - "shebang-command": "1.2.0", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -14709,13 +14728,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "fs-extra": { @@ -14724,9 +14743,9 @@ "integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "is-fullwidth-code-point": { @@ -14741,7 +14760,7 @@ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "dev": true, "requires": { - "mimic-fn": "1.2.0" + "mimic-fn": "^1.0.0" } }, "mimic-fn": { @@ -14756,9 +14775,9 @@ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "dev": true, "requires": { - "execa": "0.7.0", - "lcid": "1.0.0", - "mem": "1.1.0" + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" } }, "promise": { @@ -14767,7 +14786,7 @@ "integrity": "sha512-HeRDUL1RJiLhyA0/grn+PTShlBAcLuh/1BJGtrvjwbvRDCTLLMEz9rOGCV+R3vHY4MixIuoMEd9Yq/XvsTPcjw==", "dev": true, "requires": { - "asap": "2.0.6" + "asap": "~2.0.6" } }, "string-width": { @@ -14776,8 +14795,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -14786,7 +14805,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } }, "which-module": { @@ -14807,18 +14826,18 @@ "integrity": "sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==", "dev": true, "requires": { - "cliui": "4.1.0", - "decamelize": "1.2.0", - "find-up": "2.1.0", - "get-caller-file": "1.0.3", - "os-locale": "2.1.0", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "2.1.1", - "which-module": "2.0.0", - "y18n": "3.2.1", - "yargs-parser": "9.0.2" + "cliui": "^4.0.0", + "decamelize": "^1.1.1", + "find-up": "^2.1.0", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^9.0.2" } }, "yargs-parser": { @@ -14827,7 +14846,7 @@ "integrity": "sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -14838,8 +14857,8 @@ "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", "dev": true, "requires": { - "js-base64": "2.5.1", - "source-map": "0.4.4" + "js-base64": "^2.1.8", + "source-map": "^0.4.2" }, "dependencies": { "source-map": { @@ -14848,7 +14867,7 @@ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", "dev": true, "requires": { - "amdefine": "1.0.1" + "amdefine": ">=0.0.4" } } } @@ -14871,10 +14890,10 @@ "integrity": "sha512-hktl3DSrhzM59yLhWzDGHIX9o56DvA+cVK7Dw6FcJR6qQ4CGzkaHeXQPcdrslkWMTeq0Ci9AmCxq0EMOvm2Rkg==", "dev": true, "requires": { - "jszip": "3.2.2", - "rimraf": "2.6.3", + "jszip": "^3.1.5", + "rimraf": "^2.6.3", "tmp": "0.0.30", - "xml2js": "0.4.19" + "xml2js": "^0.4.19" }, "dependencies": { "tmp": { @@ -14883,7 +14902,7 @@ "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=", "dev": true, "requires": { - "os-tmpdir": "1.0.2" + "os-tmpdir": "~1.0.1" } } } @@ -14914,7 +14933,7 @@ "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", "dev": true, "requires": { - "semver": "5.7.0" + "semver": "^5.0.3" } }, "semver-dsl": { @@ -14922,7 +14941,7 @@ "resolved": "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz", "integrity": "sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA=", "requires": { - "semver": "5.7.0" + "semver": "^5.3.0" } }, "semver-intersect": { @@ -14931,7 +14950,7 @@ "integrity": "sha512-d8fvGg5ycKAq0+I6nfWeCx6ffaWJCsBYU0H2Rq56+/zFePYfT8mXkB3tWBSjR5BerkHNZ5eTPIk1/LBYas35xQ==", "dev": true, "requires": { - "semver": "5.7.0" + "semver": "^5.0.0" } }, "send": { @@ -14941,18 +14960,18 @@ "dev": true, "requires": { "debug": "2.6.9", - "depd": "1.1.2", - "destroy": "1.0.4", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", "fresh": "0.5.2", - "http-errors": "1.7.2", + "http-errors": "~1.7.2", "mime": "1.6.0", "ms": "2.1.1", - "on-finished": "2.3.0", - "range-parser": "1.2.1", - "statuses": "1.5.0" + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" }, "dependencies": { "debug": { @@ -14992,13 +15011,13 @@ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", "dev": true, "requires": { - "accepts": "1.3.7", + "accepts": "~1.3.4", "batch": "0.6.1", "debug": "2.6.9", - "escape-html": "1.0.3", - "http-errors": "1.6.3", - "mime-types": "2.1.24", - "parseurl": "1.3.3" + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" }, "dependencies": { "debug": { @@ -15016,10 +15035,10 @@ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { - "depd": "1.1.2", + "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.0", - "statuses": "1.5.0" + "statuses": ">= 1.4.0 < 2" } }, "inherits": { @@ -15048,9 +15067,9 @@ "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", "dev": true, "requires": { - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "parseurl": "1.3.3", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", "send": "0.17.1" } }, @@ -15078,10 +15097,10 @@ "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "split-string": "3.1.0" + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" }, "dependencies": { "extend-shallow": { @@ -15090,7 +15109,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -15113,8 +15132,8 @@ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { - "inherits": "2.0.4", - "safe-buffer": "5.1.2" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "shallow-clone": { @@ -15123,9 +15142,9 @@ "integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==", "dev": true, "requires": { - "is-extendable": "0.1.1", - "kind-of": "5.1.0", - "mixin-object": "2.0.1" + "is-extendable": "^0.1.1", + "kind-of": "^5.0.0", + "mixin-object": "^2.0.1" }, "dependencies": { "kind-of": { @@ -15142,7 +15161,7 @@ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { - "shebang-regex": "1.0.0" + "shebang-regex": "^1.0.0" } }, "shebang-regex": { @@ -15157,10 +15176,10 @@ "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", "dev": true, "requires": { - "array-filter": "0.0.1", - "array-map": "0.0.0", - "array-reduce": "0.0.0", - "jsonify": "0.0.0" + "array-filter": "~0.0.0", + "array-map": "~0.0.0", + "array-reduce": "~0.0.0", + "jsonify": "~0.0.0" } }, "shelljs": { @@ -15169,9 +15188,9 @@ "integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==", "dev": true, "requires": { - "glob": "7.1.3", - "interpret": "1.2.0", - "rechoir": "0.6.2" + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" } }, "sigmund": { @@ -15198,9 +15217,9 @@ "integrity": "sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==", "dev": true, "requires": { - "decompress-response": "3.3.0", - "once": "1.4.0", - "simple-concat": "1.0.0" + "decompress-response": "^3.3.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" } }, "simple-git": { @@ -15209,7 +15228,7 @@ "integrity": "sha512-SV2rTeVYKVSPsG3SZgu0tc4YedWL+/GzUx+iZwQyMXulIRX9R1BHvIcf8d1gpmjDahrfjDlngHJU9K3VZYm3gQ==", "dev": true, "requires": { - "debug": "4.1.1" + "debug": "^4.0.1" }, "dependencies": { "debug": { @@ -15218,7 +15237,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } } } @@ -15253,14 +15272,14 @@ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "requires": { - "base": "0.11.2", - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "map-cache": "0.2.2", - "source-map": "0.5.6", - "source-map-resolve": "0.5.2", - "use": "3.1.1" + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" }, "dependencies": { "debug": { @@ -15278,7 +15297,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "extend-shallow": { @@ -15287,7 +15306,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "ms": { @@ -15304,9 +15323,9 @@ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "requires": { - "define-property": "1.0.0", - "isobject": "3.0.1", - "snapdragon-util": "3.0.1" + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" }, "dependencies": { "define-property": { @@ -15315,7 +15334,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { @@ -15324,7 +15343,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -15333,7 +15352,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -15342,9 +15361,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -15355,7 +15374,7 @@ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.2.0" }, "dependencies": { "kind-of": { @@ -15364,7 +15383,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -15375,12 +15394,12 @@ "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", "dev": true, "requires": { - "debug": "3.1.0", - "engine.io": "3.2.1", - "has-binary2": "1.0.3", - "socket.io-adapter": "1.1.1", + "debug": "~3.1.0", + "engine.io": "~3.2.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", "socket.io-client": "2.1.1", - "socket.io-parser": "3.2.0" + "socket.io-parser": "~3.2.0" }, "dependencies": { "debug": { @@ -15416,15 +15435,15 @@ "base64-arraybuffer": "0.1.5", "component-bind": "1.0.0", "component-emitter": "1.2.1", - "debug": "3.1.0", - "engine.io-client": "3.2.1", - "has-binary2": "1.0.3", + "debug": "~3.1.0", + "engine.io-client": "~3.2.0", + "has-binary2": "~1.0.2", "has-cors": "1.1.0", "indexof": "0.0.1", "object-component": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "socket.io-parser": "3.2.0", + "socket.io-parser": "~3.2.0", "to-array": "0.1.4" }, "dependencies": { @@ -15458,7 +15477,7 @@ "dev": true, "requires": { "component-emitter": "1.2.1", - "debug": "3.1.0", + "debug": "~3.1.0", "isarray": "2.0.1" }, "dependencies": { @@ -15497,8 +15516,8 @@ "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", "dev": true, "requires": { - "faye-websocket": "0.10.0", - "uuid": "3.3.2" + "faye-websocket": "^0.10.0", + "uuid": "^3.0.1" } }, "sockjs-client": { @@ -15507,12 +15526,12 @@ "integrity": "sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==", "dev": true, "requires": { - "debug": "3.2.6", - "eventsource": "1.0.7", - "faye-websocket": "0.11.3", - "inherits": "2.0.4", - "json3": "3.3.3", - "url-parse": "1.4.7" + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" }, "dependencies": { "faye-websocket": { @@ -15521,7 +15540,7 @@ "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", "dev": true, "requires": { - "websocket-driver": "0.7.3" + "websocket-driver": ">=0.5.1" } } } @@ -15532,7 +15551,7 @@ "integrity": "sha512-pCpjxQgOByDHLlNqlnh/mNSAxIUkyBBuwwhTcV+enZGbDaClPvHdvm6uvOwZfFJkam7cGhBNbb4JxiP8UZkRvQ==", "dev": true, "requires": { - "ip": "1.1.5", + "ip": "^1.1.5", "smart-buffer": "4.0.2" } }, @@ -15542,8 +15561,8 @@ "integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==", "dev": true, "requires": { - "agent-base": "4.2.1", - "socks": "2.3.2" + "agent-base": "~4.2.1", + "socks": "~2.3.2" }, "dependencies": { "agent-base": { @@ -15552,7 +15571,7 @@ "integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==", "dev": true, "requires": { - "es6-promisify": "5.0.0" + "es6-promisify": "^5.0.0" } } } @@ -15574,8 +15593,8 @@ "integrity": "sha512-OU6UJUty+i2JDpTItnizPrlpOIBLmQbWMuBg9q5bVtnHACqw1tn9nNwqJLbv0/00JjnJb/Ee5g5WS5vrRv7zIQ==", "dev": true, "requires": { - "async": "2.6.2", - "loader-utils": "1.2.3" + "async": "^2.5.0", + "loader-utils": "^1.1.0" } }, "source-map-resolve": { @@ -15584,11 +15603,11 @@ "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", "dev": true, "requires": { - "atob": "2.1.2", - "decode-uri-component": "0.2.0", - "resolve-url": "0.2.1", - "source-map-url": "0.4.0", - "urix": "0.1.0" + "atob": "^2.1.1", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" } }, "source-map-support": { @@ -15597,8 +15616,8 @@ "integrity": "sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==", "dev": true, "requires": { - "buffer-from": "1.1.1", - "source-map": "0.6.1" + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" }, "dependencies": { "source-map": { @@ -15639,9 +15658,9 @@ "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", "dev": true, "requires": { - "array-find-index": "1.0.2", - "spdx-expression-parse": "3.0.0", - "spdx-ranges": "2.1.0" + "array-find-index": "^1.0.2", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" } }, "spdx-correct": { @@ -15650,8 +15669,8 @@ "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", "dev": true, "requires": { - "spdx-expression-parse": "3.0.0", - "spdx-license-ids": "3.0.4" + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" } }, "spdx-exceptions": { @@ -15666,8 +15685,8 @@ "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", "dev": true, "requires": { - "spdx-exceptions": "2.2.0", - "spdx-license-ids": "3.0.4" + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" } }, "spdx-license-ids": { @@ -15694,9 +15713,9 @@ "integrity": "sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA==", "dev": true, "requires": { - "spdx-compare": "1.0.0", - "spdx-expression-parse": "3.0.0", - "spdx-ranges": "2.1.0" + "spdx-compare": "^1.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" } }, "spdy": { @@ -15705,11 +15724,11 @@ "integrity": "sha512-ot0oEGT/PGUpzf/6uk4AWLqkq+irlqHXkrdbk51oWONh3bxQmBuljxPNl66zlRRcIJStWq0QkLUCPOPjgjvU0Q==", "dev": true, "requires": { - "debug": "4.1.1", - "handle-thing": "2.0.0", - "http-deceiver": "1.2.7", - "select-hose": "2.0.0", - "spdy-transport": "3.0.0" + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" }, "dependencies": { "debug": { @@ -15718,7 +15737,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } } } @@ -15729,12 +15748,12 @@ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, "requires": { - "debug": "4.1.1", - "detect-node": "2.0.4", - "hpack.js": "2.1.6", - "obuf": "1.1.2", - "readable-stream": "3.4.0", - "wbuf": "1.7.3" + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" }, "dependencies": { "debug": { @@ -15743,7 +15762,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "readable-stream": { @@ -15752,9 +15771,9 @@ "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", "dev": true, "requires": { - "inherits": "2.0.4", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" } } } @@ -15771,7 +15790,7 @@ "integrity": "sha512-qVIkJvbtS9j/UeZumbdfz0vg+QfG/zxonAjzefZrqzkr7xOncLVXkeGbTpzd1gjCBM4PmVNkWlkeTVhgskAGSQ==", "dev": true, "requires": { - "chalk": "2.4.2" + "chalk": "^2.0.1" } }, "split-string": { @@ -15780,7 +15799,7 @@ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, "requires": { - "extend-shallow": "3.0.2" + "extend-shallow": "^3.0.0" } }, "sprintf-js": { @@ -15794,15 +15813,15 @@ "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", "dev": true, "requires": { - "asn1": "0.2.4", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.2", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.2", - "getpass": "0.1.7", - "jsbn": "0.1.1", - "safer-buffer": "2.1.2", - "tweetnacl": "0.14.5" + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" } }, "ssri": { @@ -15811,7 +15830,7 @@ "integrity": "sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "^5.1.1" } }, "staged-git-files": { @@ -15832,8 +15851,8 @@ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "requires": { - "define-property": "0.2.5", - "object-copy": "0.1.0" + "define-property": "^0.2.5", + "object-copy": "^0.1.0" }, "dependencies": { "define-property": { @@ -15842,7 +15861,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -15853,7 +15872,7 @@ "integrity": "sha512-NT0YGhwuQ0EOX+uPhhUcI6/+1Sq/pMzNuSCBVT4GbFl/ac6I/JZefBcjlECNfAb1t3GOx5dEj1Z7x0cAxeeVLQ==", "dev": true, "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.4" } }, "statuses": { @@ -15868,7 +15887,7 @@ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", "dev": true, "requires": { - "readable-stream": "2.3.6" + "readable-stream": "^2.0.1" } }, "stream-browserify": { @@ -15877,8 +15896,8 @@ "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", "dev": true, "requires": { - "inherits": "2.0.4", - "readable-stream": "2.3.6" + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" } }, "stream-each": { @@ -15887,8 +15906,8 @@ "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "stream-shift": "1.0.0" + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" } }, "stream-http": { @@ -15897,11 +15916,11 @@ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, "requires": { - "builtin-status-codes": "3.0.0", - "inherits": "2.0.4", - "readable-stream": "2.3.6", - "to-arraybuffer": "1.0.1", - "xtend": "4.0.2" + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" } }, "stream-shift": { @@ -15916,8 +15935,8 @@ "integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=", "dev": true, "requires": { - "commander": "2.20.0", - "limiter": "1.1.4" + "commander": "^2.2.0", + "limiter": "^1.0.5" } }, "streamroller": { @@ -15926,11 +15945,11 @@ "integrity": "sha512-iGVaMcyF5PcUY0cPbW3xFQUXnr9O4RZXNBBjhuLZgrjLO4XCLLGfx4T2sGqygSeylUjwgWRsnNbT9aV0Zb8AYw==", "dev": true, "requires": { - "async": "2.6.2", - "date-format": "2.0.0", - "debug": "3.2.6", - "fs-extra": "7.0.1", - "lodash": "4.17.15" + "async": "^2.6.2", + "date-format": "^2.0.0", + "debug": "^3.2.6", + "fs-extra": "^7.0.1", + "lodash": "^4.17.11" }, "dependencies": { "fs-extra": { @@ -15939,9 +15958,9 @@ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } } } @@ -15958,9 +15977,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string.prototype.padend": { @@ -15969,9 +15988,9 @@ "integrity": "sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=", "dev": true, "requires": { - "define-properties": "1.1.3", - "es-abstract": "1.13.0", - "function-bind": "1.1.1" + "define-properties": "^1.1.2", + "es-abstract": "^1.4.3", + "function-bind": "^1.0.2" } }, "string_decoder": { @@ -15979,7 +15998,7 @@ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "~5.1.0" } }, "stringify-entities": { @@ -15988,10 +16007,10 @@ "integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==", "dev": true, "requires": { - "character-entities-html4": "1.1.3", - "character-entities-legacy": "1.1.3", - "is-alphanumerical": "1.0.3", - "is-hexadecimal": "1.0.3" + "character-entities-html4": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-hexadecimal": "^1.0.0" } }, "stringify-object": { @@ -16000,9 +16019,9 @@ "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", "dev": true, "requires": { - "get-own-enumerable-property-symbols": "3.0.0", - "is-obj": "1.0.1", - "is-regexp": "1.0.0" + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" } }, "strip-ansi": { @@ -16011,7 +16030,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-bom": { @@ -16020,7 +16039,7 @@ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { - "is-utf8": "0.2.1" + "is-utf8": "^0.2.0" } }, "strip-eof": { @@ -16035,7 +16054,7 @@ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, "requires": { - "get-stdin": "4.0.1" + "get-stdin": "^4.0.1" } }, "strip-json-comments": { @@ -16050,8 +16069,8 @@ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==", "dev": true, "requires": { - "loader-utils": "1.2.3", - "schema-utils": "1.0.0" + "loader-utils": "^1.1.0", + "schema-utils": "^1.0.0" }, "dependencies": { "schema-utils": { @@ -16060,9 +16079,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } } } @@ -16079,53 +16098,53 @@ "integrity": "sha512-9UiHxZhOAHEgeQ7oLGwrwoDR8vclBKlSX7r4fH0iuu0SfPwFaLkb1c7Q2j1cqg9P7IDXeAV2TvQML/fRQzGBBQ==", "dev": true, "requires": { - "autoprefixer": "9.4.6", - "balanced-match": "1.0.0", - "chalk": "2.4.2", - "cosmiconfig": "5.2.1", - "debug": "4.1.1", - "execall": "1.0.0", - "file-entry-cache": "4.0.0", - "get-stdin": "6.0.0", - "global-modules": "2.0.0", - "globby": "9.2.0", - "globjoin": "0.1.4", - "html-tags": "2.0.0", - "ignore": "5.1.2", - "import-lazy": "3.1.0", - "imurmurhash": "0.1.4", - "known-css-properties": "0.11.0", - "leven": "2.1.0", - "lodash": "4.17.15", - "log-symbols": "2.2.0", - "mathml-tag-names": "2.1.1", - "meow": "5.0.0", - "micromatch": "3.1.10", - "normalize-selector": "0.2.0", - "pify": "4.0.1", - "postcss": "7.0.14", - "postcss-html": "0.36.0", - "postcss-jsx": "0.36.1", - "postcss-less": "3.1.4", - "postcss-markdown": "0.36.0", - "postcss-media-query-parser": "0.2.3", - "postcss-reporter": "6.0.1", - "postcss-resolve-nested-selector": "0.1.1", - "postcss-safe-parser": "4.0.1", - "postcss-sass": "0.3.5", - "postcss-scss": "2.0.0", - "postcss-selector-parser": "3.1.1", - "postcss-syntax": "0.36.2", - "postcss-value-parser": "3.3.1", - "resolve-from": "4.0.0", - "signal-exit": "3.0.2", - "slash": "2.0.0", - "specificity": "0.4.1", - "string-width": "3.1.0", - "style-search": "0.1.0", - "sugarss": "2.0.0", - "svg-tags": "1.0.0", - "table": "5.4.1" + "autoprefixer": "^9.0.0", + "balanced-match": "^1.0.0", + "chalk": "^2.4.1", + "cosmiconfig": "^5.0.0", + "debug": "^4.0.0", + "execall": "^1.0.0", + "file-entry-cache": "^4.0.0", + "get-stdin": "^6.0.0", + "global-modules": "^2.0.0", + "globby": "^9.0.0", + "globjoin": "^0.1.4", + "html-tags": "^2.0.0", + "ignore": "^5.0.4", + "import-lazy": "^3.1.0", + "imurmurhash": "^0.1.4", + "known-css-properties": "^0.11.0", + "leven": "^2.1.0", + "lodash": "^4.17.4", + "log-symbols": "^2.0.0", + "mathml-tag-names": "^2.0.1", + "meow": "^5.0.0", + "micromatch": "^3.1.10", + "normalize-selector": "^0.2.0", + "pify": "^4.0.0", + "postcss": "^7.0.13", + "postcss-html": "^0.36.0", + "postcss-jsx": "^0.36.0", + "postcss-less": "^3.1.0", + "postcss-markdown": "^0.36.0", + "postcss-media-query-parser": "^0.2.3", + "postcss-reporter": "^6.0.0", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-safe-parser": "^4.0.0", + "postcss-sass": "^0.3.5", + "postcss-scss": "^2.0.0", + "postcss-selector-parser": "^3.1.0", + "postcss-syntax": "^0.36.2", + "postcss-value-parser": "^3.3.0", + "resolve-from": "^4.0.0", + "signal-exit": "^3.0.2", + "slash": "^2.0.0", + "specificity": "^0.4.1", + "string-width": "^3.0.0", + "style-search": "^0.1.0", + "sugarss": "^2.0.0", + "svg-tags": "^1.0.0", + "table": "^5.0.0" }, "dependencies": { "ansi-regex": { @@ -16146,9 +16165,9 @@ "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, "requires": { - "camelcase": "4.1.0", - "map-obj": "2.0.0", - "quick-lru": "1.1.0" + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" } }, "debug": { @@ -16157,7 +16176,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "emoji-regex": { @@ -16178,14 +16197,14 @@ "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", "dev": true, "requires": { - "@types/glob": "7.1.1", - "array-union": "1.0.2", - "dir-glob": "2.2.2", - "fast-glob": "2.2.7", - "glob": "7.1.3", - "ignore": "4.0.6", - "pify": "4.0.1", - "slash": "2.0.0" + "@types/glob": "^7.1.1", + "array-union": "^1.0.2", + "dir-glob": "^2.2.2", + "fast-glob": "^2.2.6", + "glob": "^7.1.3", + "ignore": "^4.0.3", + "pify": "^4.0.1", + "slash": "^2.0.0" }, "dependencies": { "ignore": { @@ -16226,10 +16245,10 @@ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "parse-json": "4.0.0", - "pify": "3.0.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" }, "dependencies": { "pify": { @@ -16252,15 +16271,15 @@ "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", "dev": true, "requires": { - "camelcase-keys": "4.2.0", - "decamelize-keys": "1.1.0", - "loud-rejection": "1.6.0", - "minimist-options": "3.0.2", - "normalize-package-data": "2.5.0", - "read-pkg-up": "3.0.0", - "redent": "2.0.0", - "trim-newlines": "2.0.0", - "yargs-parser": "10.1.0" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0", + "yargs-parser": "^10.0.0" } }, "parse-json": { @@ -16269,8 +16288,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "pify": { @@ -16285,9 +16304,9 @@ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "load-json-file": "4.0.0", - "normalize-package-data": "2.5.0", - "path-type": "3.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, "read-pkg-up": { @@ -16296,8 +16315,8 @@ "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { - "find-up": "2.1.0", - "read-pkg": "3.0.0" + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" } }, "redent": { @@ -16306,8 +16325,8 @@ "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", "dev": true, "requires": { - "indent-string": "3.2.0", - "strip-indent": "2.0.0" + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" } }, "resolve-from": { @@ -16328,9 +16347,9 @@ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { - "emoji-regex": "7.0.3", - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "5.2.0" + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" } }, "strip-ansi": { @@ -16339,7 +16358,7 @@ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "ansi-regex": "4.1.0" + "ansi-regex": "^4.1.0" } }, "strip-bom": { @@ -16366,7 +16385,7 @@ "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -16377,12 +16396,12 @@ "integrity": "sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk=", "dev": true, "requires": { - "css-parse": "1.7.0", - "debug": "3.2.6", - "glob": "7.0.6", - "mkdirp": "0.5.1", - "sax": "0.5.8", - "source-map": "0.1.43" + "css-parse": "1.7.x", + "debug": "*", + "glob": "7.0.x", + "mkdirp": "0.5.x", + "sax": "0.5.x", + "source-map": "0.1.x" }, "dependencies": { "glob": { @@ -16391,12 +16410,12 @@ "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.2", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "source-map": { @@ -16405,7 +16424,7 @@ "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", "dev": true, "requires": { - "amdefine": "1.0.1" + "amdefine": ">=0.0.4" } } } @@ -16416,9 +16435,9 @@ "integrity": "sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA==", "dev": true, "requires": { - "loader-utils": "1.2.3", - "lodash.clonedeep": "4.5.0", - "when": "3.6.4" + "loader-utils": "^1.0.2", + "lodash.clonedeep": "^4.5.0", + "when": "~3.6.x" }, "dependencies": { "when": { @@ -16435,7 +16454,7 @@ "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", "dev": true, "requires": { - "postcss": "7.0.14" + "postcss": "^7.0.2" } }, "superagent": { @@ -16443,16 +16462,16 @@ "resolved": "https://registry.npmjs.org/superagent/-/superagent-3.8.2.tgz", "integrity": "sha512-gVH4QfYHcY3P0f/BZzavLreHW3T1v7hG9B+hpMQotGQqurOvhv87GcMCd6LWySmBuf+BDR44TQd0aISjVHLeNQ==", "requires": { - "component-emitter": "1.3.0", - "cookiejar": "2.1.2", - "debug": "3.2.6", - "extend": "3.0.2", - "form-data": "2.5.0", - "formidable": "1.2.1", - "methods": "1.1.2", - "mime": "1.6.0", - "qs": "6.7.0", - "readable-stream": "2.3.6" + "component-emitter": "^1.2.0", + "cookiejar": "^2.1.0", + "debug": "^3.1.0", + "extend": "^3.0.0", + "form-data": "^2.3.1", + "formidable": "^1.1.1", + "methods": "^1.1.1", + "mime": "^1.4.1", + "qs": "^6.5.1", + "readable-stream": "^2.0.5" } }, "supports-color": { @@ -16461,7 +16480,7 @@ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } }, "svg-tags": { @@ -16487,7 +16506,7 @@ "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.27.tgz", "integrity": "sha1-8XQNVlzmQ3GsDecHKk0eVHG6e6I=", "requires": { - "when": "3.7.8" + "when": "^3.7.5" } }, "table": { @@ -16496,10 +16515,10 @@ "integrity": "sha512-E6CK1/pZe2N75rGZQotFOdmzWQ1AILtgYbMAbAjvms0S1l5IDB47zG3nCnFGB/w+7nB3vKofbLXCH7HPBo864w==", "dev": true, "requires": { - "ajv": "6.10.1", - "lodash": "4.17.15", - "slice-ansi": "2.1.0", - "string-width": "3.1.0" + "ajv": "^6.9.1", + "lodash": "^4.17.11", + "slice-ansi": "^2.1.0", + "string-width": "^3.0.0" }, "dependencies": { "ansi-regex": { @@ -16526,9 +16545,9 @@ "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "astral-regex": "1.0.0", - "is-fullwidth-code-point": "2.0.0" + "ansi-styles": "^3.2.0", + "astral-regex": "^1.0.0", + "is-fullwidth-code-point": "^2.0.0" } }, "string-width": { @@ -16537,9 +16556,9 @@ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { - "emoji-regex": "7.0.3", - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "5.2.0" + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" } }, "strip-ansi": { @@ -16548,7 +16567,7 @@ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "ansi-regex": "4.1.0" + "ansi-regex": "^4.1.0" } } } @@ -16565,9 +16584,9 @@ "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", "dev": true, "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.12", - "inherits": "2.0.4" + "block-stream": "*", + "fstream": "^1.0.12", + "inherits": "2" } }, "tar-fs": { @@ -16576,10 +16595,10 @@ "integrity": "sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==", "dev": true, "requires": { - "chownr": "1.1.2", - "mkdirp": "0.5.1", - "pump": "1.0.3", - "tar-stream": "1.6.2" + "chownr": "^1.0.1", + "mkdirp": "^0.5.1", + "pump": "^1.0.0", + "tar-stream": "^1.1.2" }, "dependencies": { "pump": { @@ -16588,8 +16607,8 @@ "integrity": "sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } } } @@ -16600,13 +16619,13 @@ "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==", "dev": true, "requires": { - "bl": "1.2.2", - "buffer-alloc": "1.2.0", - "end-of-stream": "1.4.1", - "fs-constants": "1.0.0", - "readable-stream": "2.3.6", - "to-buffer": "1.1.1", - "xtend": "4.0.2" + "bl": "^1.0.0", + "buffer-alloc": "^1.2.0", + "end-of-stream": "^1.0.0", + "fs-constants": "^1.0.0", + "readable-stream": "^2.3.0", + "to-buffer": "^1.1.1", + "xtend": "^4.0.0" } }, "temp": { @@ -16621,7 +16640,7 @@ "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", "dev": true, "requires": { - "execa": "0.7.0" + "execa": "^0.7.0" }, "dependencies": { "cross-spawn": { @@ -16630,9 +16649,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.5", - "shebang-command": "1.2.0", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -16641,13 +16660,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } } } @@ -16658,9 +16677,9 @@ "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", "dev": true, "requires": { - "commander": "2.20.0", - "source-map": "0.6.1", - "source-map-support": "0.5.10" + "commander": "^2.19.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.10" }, "dependencies": { "source-map": { @@ -16677,14 +16696,14 @@ "integrity": "sha512-1DMkTk286BzmfylAvLXwpJrI7dWa5BnFmscV/2dCr8+c56egFcbaeFAl7+sujAjdmpLam21XRdhA4oifLyiWWg==", "dev": true, "requires": { - "cacache": "11.3.3", - "find-cache-dir": "2.1.0", - "schema-utils": "1.0.0", - "serialize-javascript": "1.7.0", - "source-map": "0.6.1", - "terser": "3.17.0", - "webpack-sources": "1.3.0", - "worker-farm": "1.7.0" + "cacache": "^11.0.2", + "find-cache-dir": "^2.0.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^1.4.0", + "source-map": "^0.6.1", + "terser": "^3.16.1", + "webpack-sources": "^1.1.0", + "worker-farm": "^1.5.2" }, "dependencies": { "cacache": { @@ -16693,20 +16712,20 @@ "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", "dev": true, "requires": { - "bluebird": "3.5.5", - "chownr": "1.1.2", - "figgy-pudding": "3.5.1", - "glob": "7.1.4", - "graceful-fs": "4.2.0", - "lru-cache": "5.1.1", - "mississippi": "3.0.0", - "mkdirp": "0.5.1", - "move-concurrently": "1.0.1", - "promise-inflight": "1.0.1", - "rimraf": "2.6.3", - "ssri": "6.0.1", - "unique-filename": "1.1.1", - "y18n": "4.0.0" + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" } }, "find-cache-dir": { @@ -16715,9 +16734,9 @@ "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "dev": true, "requires": { - "commondir": "1.0.1", - "make-dir": "2.1.0", - "pkg-dir": "3.0.0" + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" } }, "find-up": { @@ -16726,7 +16745,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "3.0.0" + "locate-path": "^3.0.0" } }, "glob": { @@ -16735,12 +16754,12 @@ "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "locate-path": { @@ -16749,8 +16768,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, "lru-cache": { @@ -16759,7 +16778,7 @@ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "yallist": "3.0.3" + "yallist": "^3.0.2" } }, "make-dir": { @@ -16768,8 +16787,8 @@ "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, "requires": { - "pify": "4.0.1", - "semver": "5.7.0" + "pify": "^4.0.1", + "semver": "^5.6.0" } }, "mississippi": { @@ -16778,16 +16797,16 @@ "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "dev": true, "requires": { - "concat-stream": "1.6.2", - "duplexify": "3.7.1", - "end-of-stream": "1.4.1", - "flush-write-stream": "1.1.1", - "from2": "2.3.0", - "parallel-transform": "1.1.0", - "pump": "3.0.0", - "pumpify": "1.5.1", - "stream-each": "1.2.3", - "through2": "2.0.5" + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" } }, "p-limit": { @@ -16796,7 +16815,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "2.2.0" + "p-try": "^2.0.0" } }, "p-locate": { @@ -16805,7 +16824,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "2.2.0" + "p-limit": "^2.0.0" } }, "p-try": { @@ -16826,7 +16845,7 @@ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { - "find-up": "3.0.0" + "find-up": "^3.0.0" } }, "pump": { @@ -16835,8 +16854,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "schema-utils": { @@ -16845,9 +16864,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } }, "source-map": { @@ -16862,7 +16881,7 @@ "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", "dev": true, "requires": { - "figgy-pudding": "3.5.1" + "figgy-pudding": "^3.5.1" } }, "yallist": { @@ -16879,8 +16898,8 @@ "integrity": "sha1-OORBT8ZJd9h6/apy+sttKfgve1s=", "dev": true, "requires": { - "chalk": "1.1.3", - "object-path": "0.9.2" + "chalk": "^1.1.1", + "object-path": "^0.9.0" }, "dependencies": { "ansi-styles": { @@ -16895,11 +16914,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "supports-color": { @@ -16921,8 +16940,8 @@ "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "requires": { - "readable-stream": "2.3.6", - "xtend": "4.0.2" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } }, "thunky": { @@ -16949,7 +16968,7 @@ "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==", "dev": true, "requires": { - "setimmediate": "1.0.5" + "setimmediate": "^1.0.4" } }, "tmp": { @@ -16958,7 +16977,7 @@ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { - "os-tmpdir": "1.0.2" + "os-tmpdir": "~1.0.2" } }, "to-array": { @@ -16991,7 +17010,7 @@ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -17000,7 +17019,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -17011,10 +17030,10 @@ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, "requires": { - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "regex-not": "1.0.2", - "safe-regex": "1.1.0" + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" } }, "to-regex-range": { @@ -17023,8 +17042,8 @@ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "requires": { - "is-number": "3.0.0", - "repeat-string": "1.6.1" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" } }, "toidentifier": { @@ -17045,8 +17064,8 @@ "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", "dev": true, "requires": { - "psl": "1.2.0", - "punycode": "1.4.1" + "psl": "^1.1.24", + "punycode": "^1.4.1" }, "dependencies": { "punycode": { @@ -17105,7 +17124,7 @@ "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", "dev": true, "requires": { - "glob": "7.1.3" + "glob": "^7.1.2" } }, "tryer": { @@ -17120,16 +17139,16 @@ "integrity": "sha512-xcZH12oVg9PShKhy3UHyDmuDLV3y7iKwX25aMVPt1SIXSuAfWkFiGPEkg+th8R4YKW/QCxDoW7lJdb15lx6QWg==", "dev": true, "requires": { - "arrify": "1.0.1", - "chalk": "2.4.2", - "diff": "3.5.0", - "make-error": "1.3.5", - "minimist": "1.2.0", - "mkdirp": "0.5.1", - "source-map-support": "0.5.10", - "tsconfig": "7.0.0", - "v8flags": "3.1.3", - "yn": "2.0.0" + "arrify": "^1.0.0", + "chalk": "^2.3.0", + "diff": "^3.1.0", + "make-error": "^1.1.1", + "minimist": "^1.2.0", + "mkdirp": "^0.5.1", + "source-map-support": "^0.5.0", + "tsconfig": "^7.0.0", + "v8flags": "^3.0.0", + "yn": "^2.0.0" } }, "tsconfig": { @@ -17138,10 +17157,10 @@ "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", "dev": true, "requires": { - "@types/strip-bom": "3.0.0", + "@types/strip-bom": "^3.0.0", "@types/strip-json-comments": "0.0.30", - "strip-bom": "3.0.0", - "strip-json-comments": "2.0.1" + "strip-bom": "^3.0.0", + "strip-json-comments": "^2.0.0" }, "dependencies": { "strip-bom": { @@ -17158,11 +17177,11 @@ "integrity": "sha512-zZEYFo4sjORK8W58ENkRn9s+HmQFkkwydDG7My5s/fnfr2YYCaiyXe/HBUcIgU8epEKOXwiahOO+KZYjiXlWyQ==", "dev": true, "requires": { - "@types/json5": "0.0.29", - "deepmerge": "2.2.1", - "json5": "1.0.1", - "minimist": "1.2.0", - "strip-bom": "3.0.0" + "@types/json5": "^0.0.29", + "deepmerge": "^2.0.1", + "json5": "^1.0.1", + "minimist": "^1.2.0", + "strip-bom": "^3.0.0" }, "dependencies": { "strip-bom": { @@ -17179,9 +17198,9 @@ "integrity": "sha512-mb1v3nsr6rYaZky22xj0d6qv4ogAR40Bc6r37jwWOg3bEIO/ZppEFZiEADs/NNVLcWTPgmNmPZgaX5CfAH6oXA==", "dev": true, "requires": { - "minimist": "1.2.0", - "mkdirp": "0.5.1", - "source-map": "0.7.3" + "minimist": "^1.2.0", + "mkdirp": "^0.5.1", + "source-map": "^0.7.3" }, "dependencies": { "source-map": { @@ -17203,18 +17222,18 @@ "integrity": "sha1-ElX4ej/1frCw4fDmEKi0dIBGya4=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "builtin-modules": "1.1.1", - "chalk": "2.4.2", - "commander": "2.20.0", - "diff": "3.5.0", - "glob": "7.1.3", - "js-yaml": "3.13.1", - "minimatch": "3.0.4", - "resolve": "1.11.1", - "semver": "5.7.0", - "tslib": "1.10.0", - "tsutils": "2.29.0" + "babel-code-frame": "^6.22.0", + "builtin-modules": "^1.1.1", + "chalk": "^2.3.0", + "commander": "^2.12.1", + "diff": "^3.2.0", + "glob": "^7.1.1", + "js-yaml": "^3.7.0", + "minimatch": "^3.0.4", + "resolve": "^1.3.2", + "semver": "^5.3.0", + "tslib": "^1.8.0", + "tsutils": "^2.12.1" }, "dependencies": { "builtin-modules": { @@ -17229,7 +17248,7 @@ "integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.8.1" } } } @@ -17240,9 +17259,9 @@ "integrity": "sha512-38Y3Dz4zcABe/PlPAQSGNEWPGVq0OzcIQR7SEU6dNujp/SgvhxhJOhIhI9gY4r0I3/TNtvVQwARWor9O9LPZWg==", "dev": true, "requires": { - "@fimbul/bifrost": "0.17.0", - "tslib": "1.10.0", - "tsutils": "2.29.0" + "@fimbul/bifrost": "^0.17.0", + "tslib": "^1.7.1", + "tsutils": "^2.29.0" }, "dependencies": { "tsutils": { @@ -17251,7 +17270,7 @@ "integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.8.1" } } } @@ -17262,7 +17281,7 @@ "integrity": "sha512-SmzGbB0l+8I0QwsPgjooFRaRvHLBLNYM8SeQ0k6rtNDru5sCGeLJcZdwilNndN+GysuFjF5EIYgN8GfFG6UeUw==", "dev": true, "requires": { - "tslib": "1.10.0" + "tslib": "^1.8.1" } }, "tsutils-etc": { @@ -17283,7 +17302,7 @@ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "^5.0.1" } }, "tweetnacl": { @@ -17303,7 +17322,7 @@ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "dev": true, "requires": { - "prelude-ls": "1.1.2" + "prelude-ls": "~1.1.2" } }, "type-detect": { @@ -17319,7 +17338,7 @@ "dev": true, "requires": { "media-typer": "0.3.0", - "mime-types": "2.1.24" + "mime-types": "~2.1.24" } }, "typedarray": { @@ -17335,16 +17354,16 @@ "dev": true, "requires": { "@types/minimatch": "3.0.3", - "fs-extra": "8.1.0", - "handlebars": "4.1.2", - "highlight.js": "9.15.9", - "lodash": "4.17.15", - "marked": "0.7.0", - "minimatch": "3.0.4", - "progress": "2.0.3", - "shelljs": "0.8.3", - "typedoc-default-themes": "0.6.0", - "typescript": "3.5.3" + "fs-extra": "^8.1.0", + "handlebars": "^4.1.2", + "highlight.js": "^9.15.8", + "lodash": "^4.17.15", + "marked": "^0.7.0", + "minimatch": "^3.0.0", + "progress": "^2.0.3", + "shelljs": "^0.8.3", + "typedoc-default-themes": "^0.6.0", + "typescript": "3.5.x" }, "dependencies": { "fs-extra": { @@ -17353,9 +17372,9 @@ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "jsonfile": "4.0.0", - "universalify": "0.1.2" + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "typescript": { @@ -17372,10 +17391,10 @@ "integrity": "sha512-MdTROOojxod78CEv22rIA69o7crMPLnVZPefuDLt/WepXqJwgiSu8Xxq+H36x0Jj3YGc7lOglI2vPJ2GhoOybw==", "dev": true, "requires": { - "backbone": "1.4.0", - "jquery": "3.4.1", - "lunr": "2.3.6", - "underscore": "1.9.1" + "backbone": "^1.4.0", + "jquery": "^3.4.1", + "lunr": "^2.3.6", + "underscore": "^1.9.1" } }, "typescript": { @@ -17402,8 +17421,8 @@ "integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==", "dev": true, "requires": { - "commander": "2.20.0", - "source-map": "0.6.1" + "commander": "~2.20.0", + "source-map": "~0.6.1" }, "dependencies": { "source-map": { @@ -17432,8 +17451,8 @@ "integrity": "sha512-W3tMnpaMG7ZY6xe/moK04U9fBhi6wEiCYHUW5Mop/wQHf12+79EQGwxYejNdhEz2mkqkBlGwm7pxmgBKMVUj0w==", "dev": true, "requires": { - "inherits": "2.0.4", - "xtend": "4.0.2" + "inherits": "^2.0.1", + "xtend": "^4.0.1" } }, "unified": { @@ -17442,12 +17461,12 @@ "integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==", "dev": true, "requires": { - "bail": "1.0.4", - "extend": "3.0.2", - "is-plain-obj": "1.1.0", - "trough": "1.0.4", - "vfile": "2.3.0", - "x-is-string": "0.1.0" + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-plain-obj": "^1.1.0", + "trough": "^1.0.0", + "vfile": "^2.0.0", + "x-is-string": "^0.1.0" } }, "union-value": { @@ -17456,10 +17475,10 @@ "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", "dev": true, "requires": { - "arr-union": "3.1.0", - "get-value": "2.0.6", - "is-extendable": "0.1.1", - "set-value": "2.0.1" + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" } }, "uniq": { @@ -17474,7 +17493,7 @@ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "dev": true, "requires": { - "unique-slug": "2.0.2" + "unique-slug": "^2.0.0" } }, "unique-slug": { @@ -17483,7 +17502,7 @@ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", "dev": true, "requires": { - "imurmurhash": "0.1.4" + "imurmurhash": "^0.1.4" } }, "unique-string": { @@ -17492,7 +17511,7 @@ "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", "dev": true, "requires": { - "crypto-random-string": "1.0.0" + "crypto-random-string": "^1.0.0" } }, "unist-util-find-all-after": { @@ -17501,7 +17520,7 @@ "integrity": "sha512-CaxvMjTd+yF93BKLJvZnEfqdM7fgEACsIpQqz8vIj9CJnUb9VpyymFS3tg6TCtgrF7vfCJBF5jbT2Ox9CBRYRQ==", "dev": true, "requires": { - "unist-util-is": "3.0.0" + "unist-util-is": "^3.0.0" } }, "unist-util-is": { @@ -17515,7 +17534,7 @@ "integrity": "sha512-CtszTlOjP2sBGYc2zcKA/CvNdTdEs3ozbiJ63IPBxh8iZg42SCCb8m04f8z2+V1aSk5a7BxbZKEdoDjadmBkWA==", "dev": true, "requires": { - "unist-util-visit": "1.4.1" + "unist-util-visit": "^1.1.0" } }, "unist-util-select": { @@ -17524,11 +17543,11 @@ "integrity": "sha512-Yv5Z5ShMxv7Z9Dw175tKvOiRVXV4FrMHG778DSD9Z0jALgb3wAx9DoeInr3200QlYp71rYUXzzJdCb76xKdrCw==", "dev": true, "requires": { - "css-selector-parser": "1.3.0", - "not": "0.1.0", - "nth-check": "1.0.2", - "unist-util-is": "3.0.0", - "zwitch": "1.0.4" + "css-selector-parser": "^1.1.0", + "not": "^0.1.0", + "nth-check": "^1.0.1", + "unist-util-is": "^3.0.0", + "zwitch": "^1.0.3" } }, "unist-util-stringify-position": { @@ -17542,7 +17561,7 @@ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", "requires": { - "unist-util-visit-parents": "2.1.2" + "unist-util-visit-parents": "^2.0.0" } }, "unist-util-visit-parents": { @@ -17550,7 +17569,7 @@ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", "requires": { - "unist-util-is": "3.0.0" + "unist-util-is": "^3.0.0" } }, "universalify": { @@ -17571,8 +17590,8 @@ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "requires": { - "has-value": "0.3.1", - "isobject": "3.0.1" + "has-value": "^0.3.1", + "isobject": "^3.0.0" }, "dependencies": { "has-value": { @@ -17581,9 +17600,9 @@ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "requires": { - "get-value": "2.0.6", - "has-values": "0.1.4", - "isobject": "2.1.0" + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" }, "dependencies": { "isobject": { @@ -17623,16 +17642,16 @@ "integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==", "dev": true, "requires": { - "boxen": "1.3.0", - "chalk": "2.4.2", - "configstore": "3.1.2", - "import-lazy": "2.1.0", - "is-ci": "1.2.1", - "is-installed-globally": "0.1.0", - "is-npm": "1.0.0", - "latest-version": "3.1.0", - "semver-diff": "2.1.0", - "xdg-basedir": "3.0.0" + "boxen": "^1.2.1", + "chalk": "^2.0.1", + "configstore": "^3.0.0", + "import-lazy": "^2.1.0", + "is-ci": "^1.0.10", + "is-installed-globally": "^0.1.0", + "is-npm": "^1.0.0", + "latest-version": "^3.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^3.0.0" }, "dependencies": { "ci-info": { @@ -17647,12 +17666,12 @@ "integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==", "dev": true, "requires": { - "dot-prop": "4.2.0", - "graceful-fs": "4.2.0", - "make-dir": "1.3.0", - "unique-string": "1.0.0", - "write-file-atomic": "2.4.3", - "xdg-basedir": "3.0.0" + "dot-prop": "^4.1.0", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" } }, "is-ci": { @@ -17661,7 +17680,7 @@ "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", "dev": true, "requires": { - "ci-info": "1.6.0" + "ci-info": "^1.5.0" } } } @@ -17671,7 +17690,7 @@ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "requires": { - "punycode": "2.1.1" + "punycode": "^2.1.0" } }, "urix": { @@ -17710,8 +17729,8 @@ "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", "dev": true, "requires": { - "querystringify": "2.1.1", - "requires-port": "1.0.0" + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" } }, "url-parse-lax": { @@ -17720,7 +17739,7 @@ "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", "dev": true, "requires": { - "prepend-http": "1.0.4" + "prepend-http": "^1.0.1" } }, "urljoin": { @@ -17728,7 +17747,7 @@ "resolved": "https://registry.npmjs.org/urljoin/-/urljoin-0.1.5.tgz", "integrity": "sha1-sl0sYRLFWsnVAJakmg8ft/T1OSE=", "requires": { - "extend": "2.0.2" + "extend": "~2.0.0" }, "dependencies": { "extend": { @@ -17750,8 +17769,8 @@ "integrity": "sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw==", "dev": true, "requires": { - "lru-cache": "4.1.5", - "tmp": "0.0.33" + "lru-cache": "4.1.x", + "tmp": "0.0.x" } }, "util": { @@ -17806,7 +17825,7 @@ "integrity": "sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==", "dev": true, "requires": { - "homedir-polyfill": "1.0.3" + "homedir-polyfill": "^1.0.1" } }, "validate-npm-package-license": { @@ -17815,8 +17834,8 @@ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "requires": { - "spdx-correct": "3.1.0", - "spdx-expression-parse": "3.0.0" + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" } }, "validate-npm-package-name": { @@ -17825,7 +17844,7 @@ "integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=", "dev": true, "requires": { - "builtins": "1.0.3" + "builtins": "^1.0.3" } }, "vary": { @@ -17840,9 +17859,9 @@ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "dev": true, "requires": { - "assert-plus": "1.0.0", + "assert-plus": "^1.0.0", "core-util-is": "1.0.2", - "extsprintf": "1.3.0" + "extsprintf": "^1.2.0" } }, "vfile": { @@ -17851,10 +17870,10 @@ "integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==", "dev": true, "requires": { - "is-buffer": "1.1.6", + "is-buffer": "^1.1.4", "replace-ext": "1.0.0", - "unist-util-stringify-position": "1.1.2", - "vfile-message": "1.1.1" + "unist-util-stringify-position": "^1.0.0", + "vfile-message": "^1.0.0" }, "dependencies": { "replace-ext": { @@ -17877,7 +17896,7 @@ "integrity": "sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==", "dev": true, "requires": { - "unist-util-stringify-position": "1.1.2" + "unist-util-stringify-position": "^1.1.1" } }, "vinyl": { @@ -17886,8 +17905,8 @@ "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", "dev": true, "requires": { - "clone": "1.0.4", - "clone-stats": "0.0.1", + "clone": "^1.0.0", + "clone-stats": "^0.0.1", "replace-ext": "0.0.1" }, "dependencies": { @@ -17929,9 +17948,9 @@ "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==", "dev": true, "requires": { - "chokidar": "2.0.4", - "graceful-fs": "4.2.0", - "neo-async": "2.6.1" + "chokidar": "^2.0.2", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0" } }, "wbuf": { @@ -17940,7 +17959,7 @@ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, "requires": { - "minimalistic-assert": "1.0.1" + "minimalistic-assert": "^1.0.0" } }, "web-animations-js": { @@ -17954,8 +17973,8 @@ "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", "dev": true, "requires": { - "@types/selenium-webdriver": "3.0.16", - "selenium-webdriver": "3.6.0" + "@types/selenium-webdriver": "^3.0.0", + "selenium-webdriver": "^3.0.1" }, "dependencies": { "selenium-webdriver": { @@ -17964,10 +17983,10 @@ "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", "dev": true, "requires": { - "jszip": "3.2.2", - "rimraf": "2.6.3", + "jszip": "^3.1.3", + "rimraf": "^2.5.4", "tmp": "0.0.30", - "xml2js": "0.4.19" + "xml2js": "^0.4.17" } }, "tmp": { @@ -17976,7 +17995,7 @@ "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=", "dev": true, "requires": { - "os-tmpdir": "1.0.2" + "os-tmpdir": "~1.0.1" } } } @@ -17991,26 +18010,26 @@ "@webassemblyjs/helper-module-context": "1.7.11", "@webassemblyjs/wasm-edit": "1.7.11", "@webassemblyjs/wasm-parser": "1.7.11", - "acorn": "6.2.0", - "acorn-dynamic-import": "4.0.0", - "ajv": "6.10.1", - "ajv-keywords": "3.4.1", - "chrome-trace-event": "1.0.2", - "enhanced-resolve": "4.1.0", - "eslint-scope": "4.0.3", - "json-parse-better-errors": "1.0.2", - "loader-runner": "2.4.0", - "loader-utils": "1.2.3", - "memory-fs": "0.4.1", - "micromatch": "3.1.10", - "mkdirp": "0.5.1", - "neo-async": "2.6.1", - "node-libs-browser": "2.2.1", - "schema-utils": "0.4.7", - "tapable": "1.1.3", - "terser-webpack-plugin": "1.2.2", - "watchpack": "1.6.0", - "webpack-sources": "1.3.0" + "acorn": "^6.0.5", + "acorn-dynamic-import": "^4.0.0", + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0", + "chrome-trace-event": "^1.0.0", + "enhanced-resolve": "^4.1.0", + "eslint-scope": "^4.0.0", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.3.0", + "loader-utils": "^1.1.0", + "memory-fs": "~0.4.1", + "micromatch": "^3.1.8", + "mkdirp": "~0.5.0", + "neo-async": "^2.5.0", + "node-libs-browser": "^2.0.0", + "schema-utils": "^0.4.4", + "tapable": "^1.1.0", + "terser-webpack-plugin": "^1.1.0", + "watchpack": "^1.5.0", + "webpack-sources": "^1.3.0" } }, "webpack-bundle-analyzer": { @@ -18019,19 +18038,19 @@ "integrity": "sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==", "dev": true, "requires": { - "acorn": "6.2.0", - "acorn-walk": "6.2.0", - "bfj": "6.1.2", - "chalk": "2.4.2", - "commander": "2.20.0", - "ejs": "2.6.2", - "express": "4.17.1", - "filesize": "3.6.1", - "gzip-size": "5.1.1", - "lodash": "4.17.15", - "mkdirp": "0.5.1", - "opener": "1.5.1", - "ws": "6.2.1" + "acorn": "^6.0.7", + "acorn-walk": "^6.1.1", + "bfj": "^6.1.1", + "chalk": "^2.4.1", + "commander": "^2.18.0", + "ejs": "^2.6.1", + "express": "^4.16.3", + "filesize": "^3.6.1", + "gzip-size": "^5.0.0", + "lodash": "^4.17.10", + "mkdirp": "^0.5.1", + "opener": "^1.5.1", + "ws": "^6.0.0" }, "dependencies": { "gzip-size": { @@ -18040,8 +18059,8 @@ "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", "dev": true, "requires": { - "duplexer": "0.1.1", - "pify": "4.0.1" + "duplexer": "^0.1.1", + "pify": "^4.0.1" } }, "pify": { @@ -18056,7 +18075,7 @@ "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", "dev": true, "requires": { - "async-limiter": "1.0.0" + "async-limiter": "~1.0.0" } } } @@ -18098,9 +18117,9 @@ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", "dev": true, "requires": { - "string-width": "3.1.0", - "strip-ansi": "5.2.0", - "wrap-ansi": "5.1.0" + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" } }, "cross-spawn": { @@ -18109,11 +18128,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.0", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "emoji-regex": { @@ -18128,13 +18147,13 @@ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "cross-spawn": "6.0.5", - "get-stream": "4.1.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "find-up": { @@ -18143,7 +18162,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "3.0.0" + "locate-path": "^3.0.0" } }, "get-caller-file": { @@ -18158,7 +18177,7 @@ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "pump": "3.0.0" + "pump": "^3.0.0" } }, "invert-kv": { @@ -18179,7 +18198,7 @@ "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "dev": true, "requires": { - "invert-kv": "2.0.0" + "invert-kv": "^2.0.0" } }, "locate-path": { @@ -18188,8 +18207,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, "os-locale": { @@ -18198,9 +18217,9 @@ "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", "dev": true, "requires": { - "execa": "1.0.0", - "lcid": "2.0.0", - "mem": "4.3.0" + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" } }, "p-limit": { @@ -18209,7 +18228,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "2.2.0" + "p-try": "^2.0.0" } }, "p-locate": { @@ -18218,7 +18237,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "2.2.0" + "p-limit": "^2.0.0" } }, "p-try": { @@ -18233,8 +18252,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "require-main-filename": { @@ -18249,9 +18268,9 @@ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { - "emoji-regex": "7.0.3", - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "5.2.0" + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" } }, "strip-ansi": { @@ -18260,7 +18279,7 @@ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "ansi-regex": "4.1.0" + "ansi-regex": "^4.1.0" } }, "which-module": { @@ -18275,9 +18294,9 @@ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "string-width": "3.1.0", - "strip-ansi": "5.2.0" + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" } }, "yargs": { @@ -18286,17 +18305,17 @@ "integrity": "sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==", "dev": true, "requires": { - "cliui": "5.0.0", - "find-up": "3.0.0", - "get-caller-file": "2.0.5", - "os-locale": "3.1.0", - "require-directory": "2.1.1", - "require-main-filename": "2.0.0", - "set-blocking": "2.0.0", - "string-width": "3.1.0", - "which-module": "2.0.0", - "y18n": "4.0.0", - "yargs-parser": "13.1.1" + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "os-locale": "^3.1.0", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.0" } }, "yargs-parser": { @@ -18305,8 +18324,8 @@ "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", "dev": true, "requires": { - "camelcase": "5.3.1", - "decamelize": "1.2.0" + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" } } } @@ -18317,8 +18336,8 @@ "integrity": "sha1-/FcViMhVjad76e+23r3Fo7FyvcI=", "dev": true, "requires": { - "source-list-map": "0.1.8", - "source-map": "0.4.4" + "source-list-map": "~0.1.7", + "source-map": "~0.4.1" }, "dependencies": { "source-list-map": { @@ -18333,7 +18352,7 @@ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", "dev": true, "requires": { - "amdefine": "1.0.1" + "amdefine": ">=0.0.4" } } } @@ -18344,10 +18363,10 @@ "integrity": "sha512-4dwCh/AyMOYAybggUr8fiCkRnjVDp+Cqlr9c+aaNB3GJYgRGYQWJ1YX/WAKUNA9dPNHZ6QSN2lYDKqjKSI8Vqw==", "dev": true, "requires": { - "memory-fs": "0.4.1", - "mime": "2.4.4", - "range-parser": "1.2.1", - "webpack-log": "2.0.0" + "memory-fs": "~0.4.1", + "mime": "^2.3.1", + "range-parser": "^1.0.3", + "webpack-log": "^2.0.0" }, "dependencies": { "mime": { @@ -18365,34 +18384,34 @@ "dev": true, "requires": { "ansi-html": "0.0.7", - "bonjour": "3.5.0", - "chokidar": "2.0.4", - "compression": "1.7.4", - "connect-history-api-fallback": "1.6.0", - "debug": "3.2.6", - "del": "3.0.0", - "express": "4.17.1", - "html-entities": "1.2.1", - "http-proxy-middleware": "0.18.0", - "import-local": "2.0.0", - "internal-ip": "3.0.1", - "ip": "1.1.5", - "killable": "1.0.1", - "loglevel": "1.6.3", - "opn": "5.5.0", - "portfinder": "1.0.20", - "schema-utils": "1.0.0", - "selfsigned": "1.10.4", - "semver": "5.7.0", - "serve-index": "1.9.1", + "bonjour": "^3.5.0", + "chokidar": "^2.0.0", + "compression": "^1.5.2", + "connect-history-api-fallback": "^1.3.0", + "debug": "^3.1.0", + "del": "^3.0.0", + "express": "^4.16.2", + "html-entities": "^1.2.0", + "http-proxy-middleware": "~0.18.0", + "import-local": "^2.0.0", + "internal-ip": "^3.0.1", + "ip": "^1.1.5", + "killable": "^1.0.0", + "loglevel": "^1.4.1", + "opn": "^5.1.0", + "portfinder": "^1.0.9", + "schema-utils": "^1.0.0", + "selfsigned": "^1.9.1", + "semver": "^5.6.0", + "serve-index": "^1.7.2", "sockjs": "0.3.19", "sockjs-client": "1.3.0", - "spdy": "4.0.0", - "strip-ansi": "3.0.1", - "supports-color": "5.5.0", - "url": "0.11.0", + "spdy": "^4.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^5.1.0", + "url": "^0.11.0", "webpack-dev-middleware": "3.4.0", - "webpack-log": "2.0.0", + "webpack-log": "^2.0.0", "yargs": "12.0.2" }, "dependencies": { @@ -18414,9 +18433,9 @@ "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "string-width": "2.1.1", - "strip-ansi": "4.0.0", - "wrap-ansi": "2.1.0" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" }, "dependencies": { "strip-ansi": { @@ -18425,7 +18444,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -18436,11 +18455,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.0", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "decamelize": { @@ -18458,13 +18477,13 @@ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "cross-spawn": "6.0.5", - "get-stream": "4.1.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "find-up": { @@ -18473,7 +18492,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "3.0.0" + "locate-path": "^3.0.0" } }, "get-stream": { @@ -18482,7 +18501,7 @@ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "pump": "3.0.0" + "pump": "^3.0.0" } }, "http-proxy-middleware": { @@ -18491,10 +18510,10 @@ "integrity": "sha512-Fs25KVMPAIIcgjMZkVHJoKg9VcXcC1C8yb9JUgeDvVXY0S/zgVIhMb+qVswDIgtJe2DfckMSY2d6TuTEutlk6Q==", "dev": true, "requires": { - "http-proxy": "1.17.0", - "is-glob": "4.0.1", - "lodash": "4.17.15", - "micromatch": "3.1.10" + "http-proxy": "^1.16.2", + "is-glob": "^4.0.0", + "lodash": "^4.17.5", + "micromatch": "^3.1.9" } }, "invert-kv": { @@ -18515,7 +18534,7 @@ "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "dev": true, "requires": { - "invert-kv": "2.0.0" + "invert-kv": "^2.0.0" } }, "locate-path": { @@ -18524,8 +18543,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, "mime": { @@ -18540,9 +18559,9 @@ "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", "dev": true, "requires": { - "execa": "1.0.0", - "lcid": "2.0.0", - "mem": "4.3.0" + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" } }, "p-limit": { @@ -18551,7 +18570,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "2.2.0" + "p-try": "^2.0.0" } }, "p-locate": { @@ -18560,7 +18579,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "2.2.0" + "p-limit": "^2.0.0" } }, "p-try": { @@ -18575,8 +18594,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "schema-utils": { @@ -18585,9 +18604,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "6.10.1", - "ajv-errors": "1.0.1", - "ajv-keywords": "3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" } }, "string-width": { @@ -18596,8 +18615,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" }, "dependencies": { "strip-ansi": { @@ -18606,7 +18625,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -18617,7 +18636,7 @@ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } }, "webpack-dev-middleware": { @@ -18626,10 +18645,10 @@ "integrity": "sha512-Q9Iyc0X9dP9bAsYskAVJ/hmIZZQwf/3Sy4xCAZgL5cUkjZmUZLt4l5HpbST/Pdgjn3u6pE7u5OdGd1apgzRujA==", "dev": true, "requires": { - "memory-fs": "0.4.1", - "mime": "2.4.4", - "range-parser": "1.2.1", - "webpack-log": "2.0.0" + "memory-fs": "~0.4.1", + "mime": "^2.3.1", + "range-parser": "^1.0.3", + "webpack-log": "^2.0.0" } }, "which-module": { @@ -18644,18 +18663,18 @@ "integrity": "sha512-e7SkEx6N6SIZ5c5H22RTZae61qtn3PYUE8JYbBFlK9sYmh3DMQ6E5ygtaG/2BW0JZi4WGgTR2IV5ChqlqrDGVQ==", "dev": true, "requires": { - "cliui": "4.1.0", - "decamelize": "2.0.0", - "find-up": "3.0.0", - "get-caller-file": "1.0.3", - "os-locale": "3.1.0", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "2.1.1", - "which-module": "2.0.0", - "y18n": "4.0.0", - "yargs-parser": "10.1.0" + "cliui": "^4.0.0", + "decamelize": "^2.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^1.0.1", + "os-locale": "^3.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1 || ^4.0.0", + "yargs-parser": "^10.1.0" } }, "yargs-parser": { @@ -18664,7 +18683,7 @@ "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" } } } @@ -18675,8 +18694,8 @@ "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", "dev": true, "requires": { - "ansi-colors": "3.2.4", - "uuid": "3.3.2" + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" } }, "webpack-merge": { @@ -18685,7 +18704,7 @@ "integrity": "sha1-8dgB0sXTn4P/7J8RkkCz476ZShw=", "dev": true, "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.4" } }, "webpack-sources": { @@ -18694,8 +18713,8 @@ "integrity": "sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==", "dev": true, "requires": { - "source-list-map": "2.0.1", - "source-map": "0.6.1" + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" }, "dependencies": { "source-map": { @@ -18712,7 +18731,7 @@ "integrity": "sha512-Az7y8xTniNhaA0620AV1KPwWOqawurVVDzQSpPAeR5RwNbL91GoBSJAAo9cfd+GiFHwsS5bbHepBw1e6Hzxy4w==", "dev": true, "requires": { - "webpack-core": "0.6.9" + "webpack-core": "^0.6.8" } }, "websocket-driver": { @@ -18721,9 +18740,9 @@ "integrity": "sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==", "dev": true, "requires": { - "http-parser-js": "0.4.10", - "safe-buffer": "5.1.2", - "websocket-extensions": "0.1.3" + "http-parser-js": ">=0.4.0 <0.4.11", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" } }, "websocket-extensions": { @@ -18743,7 +18762,7 @@ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { - "isexe": "2.0.0" + "isexe": "^2.0.0" } }, "which-module": { @@ -18764,7 +18783,7 @@ "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", "dev": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.2 || 2" } }, "widest-line": { @@ -18773,7 +18792,7 @@ "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", "dev": true, "requires": { - "string-width": "2.1.1" + "string-width": "^2.1.1" }, "dependencies": { "ansi-regex": { @@ -18794,8 +18813,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -18804,7 +18823,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -18827,7 +18846,7 @@ "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", "dev": true, "requires": { - "errno": "0.1.7" + "errno": "~0.1.7" } }, "worker-loader": { @@ -18835,8 +18854,8 @@ "resolved": "https://registry.npmjs.org/worker-loader/-/worker-loader-1.1.1.tgz", "integrity": "sha512-qJZLVS/jMCBITDzPo/RuweYSIG8VJP5P67mP/71alGyTZRe1LYJFdwLjLalY3T5ifx0bMDRD3OB6P2p1escvlg==", "requires": { - "loader-utils": "1.2.3", - "schema-utils": "0.4.7" + "loader-utils": "^1.0.0", + "schema-utils": "^0.4.0" } }, "wrap-ansi": { @@ -18845,8 +18864,8 @@ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1" + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" } }, "wrappy": { @@ -18861,7 +18880,7 @@ "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", "dev": true, "requires": { - "mkdirp": "0.5.1" + "mkdirp": "^0.5.1" } }, "write-file-atomic": { @@ -18870,9 +18889,9 @@ "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", "dev": true, "requires": { - "graceful-fs": "4.2.0", - "imurmurhash": "0.1.4", - "signal-exit": "3.0.2" + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" } }, "ws": { @@ -18881,9 +18900,9 @@ "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", "dev": true, "requires": { - "async-limiter": "1.0.0", - "safe-buffer": "5.1.2", - "ultron": "1.1.1" + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" } }, "x-is-string": { @@ -18904,8 +18923,8 @@ "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", "dev": true, "requires": { - "sax": "1.2.4", - "xmlbuilder": "9.0.7" + "sax": ">=0.6.0", + "xmlbuilder": "~9.0.1" }, "dependencies": { "sax": { @@ -18928,7 +18947,7 @@ "integrity": "sha1-kuQ36QDb/wRFDvrpDTyl8WVl9zg=", "dev": true, "requires": { - "sax": "1.1.6" + "sax": "~1.1.1" }, "dependencies": { "sax": { @@ -18968,7 +18987,7 @@ "integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==", "dev": true, "requires": { - "cuint": "0.2.2" + "cuint": "^0.2.2" } }, "y18n": { @@ -18989,19 +19008,19 @@ "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", "dev": true, "requires": { - "camelcase": "3.0.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.3", - "os-locale": "1.4.0", - "read-pkg-up": "1.0.1", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "1.0.2", - "which-module": "1.0.0", - "y18n": "3.2.1", - "yargs-parser": "5.0.0" + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.0" }, "dependencies": { "camelcase": { @@ -19024,7 +19043,7 @@ "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", "dev": true, "requires": { - "camelcase": "3.0.0" + "camelcase": "^3.0.0" }, "dependencies": { "camelcase": { @@ -19062,12 +19081,12 @@ "integrity": "sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==", "dev": true, "requires": { - "@babel/runtime": "7.5.3", - "fn-name": "2.0.1", - "lodash": "4.17.15", - "property-expr": "1.5.1", - "synchronous-promise": "2.0.9", - "toposort": "2.0.2" + "@babel/runtime": "^7.0.0", + "fn-name": "~2.0.1", + "lodash": "^4.17.11", + "property-expr": "^1.5.0", + "synchronous-promise": "^2.0.6", + "toposort": "^2.0.2" } }, "zone.js": { diff --git a/package.json b/package.json index cc328673eb..c10601c135 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@types/hammerjs": "2.0.35", "@types/jasmine": "~2.8.3", "@types/jasminewd2": "~2.0.2", - "@types/node": "^12.7.3", + "@types/node": "^12.7.7", "@types/selenium-webdriver": "^3.0.8", "ajv-cli": "^3.0.0", "bundlesize": "^0.17.2", diff --git a/tools/doc/sourceInfoClasses.js b/tools/doc/sourceInfoClasses.js index e50340881b..c9ea10933c 100644 --- a/tools/doc/sourceInfoClasses.js +++ b/tools/doc/sourceInfoClasses.js @@ -91,7 +91,7 @@ var MethodSigInfo = /** @class */ (function () { this.name = sourceData.name; this.docText = sourceData.summary || ''; this.docText = this.docText.replace(/[\n\r]+/g, ' ').trim(); - if (!this.docText) { + if (!this.docText && this.name.indexOf('service') > 0) { this.errorMessages.push("Warning: method \"" + sourceData.name + "\" has no doc text."); } this.returnType = sourceData.syntax['return'].type || ''; @@ -101,7 +101,7 @@ var MethodSigInfo = /** @class */ (function () { if (this.returnDocText.toLowerCase() === 'nothing') { this.returnsSomething = false; } - if (this.returnsSomething && !this.returnDocText) { + if (this.returnsSomething && !this.returnDocText && this.name.indexOf('service') > 0) { this.errorMessages.push("Warning: Return value of method \"" + sourceData.name + "\" has no doc text."); } this.isDeprecated = false; @@ -116,7 +116,7 @@ var MethodSigInfo = /** @class */ (function () { var paramStrings = []; if (sourceData.syntax.parameters) { sourceData.syntax.parameters.forEach(function (rawParam) { - if (!rawParam.description) { + if (rawParam.name && !rawParam.description && !rawParam.name.startWith('on')) { _this.errorMessages.push("Warning: parameter \"" + rawParam.name + "\" of method \"" + sourceData.name + "\" has no doc text."); } var param = new ParamInfo(rawParam); diff --git a/tools/doc/sourceInfoClasses.ts b/tools/doc/sourceInfoClasses.ts index a57e251d4a..c2dbb9d43f 100644 --- a/tools/doc/sourceInfoClasses.ts +++ b/tools/doc/sourceInfoClasses.ts @@ -132,7 +132,7 @@ export class MethodSigInfo { this.docText = sourceData.summary || ''; this.docText = this.docText.replace(/[\n\r]+/g, ' ').trim(); - if (!this.docText) { + if (!this.docText && this.name.indexOf('service') > 0) { this.errorMessages.push(`Warning: method "${sourceData.name}" has no doc text.`); } @@ -145,7 +145,7 @@ export class MethodSigInfo { this.returnsSomething = false; } - if (this.returnsSomething && !this.returnDocText) { + if (this.returnsSomething && !this.returnDocText && this.name.indexOf('service') > 0) { this.errorMessages.push(`Warning: Return value of method "${sourceData.name}" has no doc text.`); } @@ -165,7 +165,7 @@ export class MethodSigInfo { if (sourceData.syntax.parameters) { sourceData.syntax.parameters.forEach(rawParam => { - if (!rawParam.description) { + if (rawParam.name && !rawParam.description && !rawParam.name.startWith('on')) { this.errorMessages.push(`Warning: parameter "${rawParam.name}" of method "${sourceData.name}" has no doc text.`); } diff --git a/tools/doc/tools/tsInfo.js b/tools/doc/tools/tsInfo.js index 43a2fb4a3f..ef6d636580 100644 --- a/tools/doc/tools/tsInfo.js +++ b/tools/doc/tools/tsInfo.js @@ -143,10 +143,11 @@ function getMDMethodParams(methItem) { paramName = paramNameNode.text().item.value.replace(/:/, ''); } else { - paramName = paramListItem.childNav - .paragraph().childNav - .strong().childNav - .text().item.value; + var item = paramListItem.childNav.paragraph().childNav + .strong().childNav.text(); + if (paramName) { + paramName = item.value; + } } var paramDoc = paramListItem.childNav .paragraph().childNav diff --git a/tools/doc/tools/tsInfo.ts b/tools/doc/tools/tsInfo.ts index 8522b68c54..acf1eeb2fe 100644 --- a/tools/doc/tools/tsInfo.ts +++ b/tools/doc/tools/tsInfo.ts @@ -87,28 +87,28 @@ function getPropDocsFromMD(tree, sectionHeading, docsColumn) { const nav = new MDNav(tree); const classMemHeading = nav - .heading(h => { - return (h.children[0].type === 'text') && (h.children[0].value === 'Class members'); - }); + .heading(h => { + return (h.children[0].type === 'text') && (h.children[0].value === 'Class members'); + }); const propsTable = classMemHeading - .heading(h => { - return (h.children[0].type === 'text') && (h.children[0].value === sectionHeading); - }).table(); + .heading(h => { + return (h.children[0].type === 'text') && (h.children[0].value === sectionHeading); + }).table(); let propTableRow = propsTable.childNav - .tableRow(() => true, 1).childNav; + .tableRow(() => true, 1).childNav; let i = 1; while (!propTableRow.empty) { const propName = propTableRow - .tableCell().childNav - .text().item.value; + .tableCell().childNav + .text().item.value; const propDocText = propTableRow - .tableCell(() => true, docsColumn).childNav - .text().item; + .tableCell(() => true, docsColumn).childNav + .text().item; if (propDocText) { result[propName] = propDocText.value; @@ -116,7 +116,7 @@ function getPropDocsFromMD(tree, sectionHeading, docsColumn) { i++; propTableRow = propsTable.childNav - .tableRow(() => true, i).childNav; + .tableRow(() => true, i).childNav; } return result; @@ -128,24 +128,24 @@ function getMethodDocsFromMD(tree) { const nav = new MDNav(tree); const classMemHeading = nav - .heading(h => { - return (h.children[0].type === 'text') && (h.children[0].value === 'Class members'); - }); + .heading(h => { + return (h.children[0].type === 'text') && (h.children[0].value === 'Class members'); + }); const methListItems = classMemHeading - .heading(h => { - return (h.children[0].type === 'text') && (h.children[0].value === 'Methods'); - }).list().childNav; + .heading(h => { + return (h.children[0].type === 'text') && (h.children[0].value === 'Methods'); + }).list().childNav; let methItem = methListItems - .listItem(); + .listItem(); let i = 0; while (!methItem.empty) { const methNameSection = methItem.childNav - .paragraph().childNav - .strong().childNav; + .paragraph().childNav + .strong().childNav; let methName = ''; @@ -154,9 +154,9 @@ function getMethodDocsFromMD(tree) { methName = methNameSection.text().item.value; const methDoc = methItem.childNav - .paragraph().childNav - .html() - .text().value; + .paragraph().childNav + .html() + .text().value; const params = getMDMethodParams(methItem); @@ -169,7 +169,7 @@ function getMethodDocsFromMD(tree) { i++; methItem = methListItems - .listItem(l => true, i); + .listItem(l => true, i); } return result; @@ -181,27 +181,30 @@ function getMDMethodParams(methItem: MDNav) { const paramList = methItem.childNav.list().childNav; const paramListItems = paramList - .listItems(); + .listItems(); paramListItems.forEach(paramListItem => { const paramNameNode = paramListItem.childNav - .paragraph().childNav - .emph().childNav; + .paragraph().childNav + .emph().childNav; let paramName; if (!paramNameNode.empty) { paramName = paramNameNode.text().item.value.replace(/:/, ''); } else { - paramName = paramListItem.childNav - .paragraph().childNav - .strong().childNav - .text().item.value; + let item = paramListItem.childNav.paragraph().childNav + .strong().childNav.text(); + + if (paramName) { + paramName = item.value; + } + } const paramDoc = paramListItem.childNav - .paragraph().childNav - .text(t => true, 1).value; // item.value; + .paragraph().childNav + .text(t => true, 1).value; // item.value; result[paramName] = paramDoc.replace(/^[ -]+/, ''); }); diff --git a/tools/doc/tools/versionIndex.js b/tools/doc/tools/versionIndex.js index 9bc716b236..bc1837be9c 100644 --- a/tools/doc/tools/versionIndex.js +++ b/tools/doc/tools/versionIndex.js @@ -49,7 +49,7 @@ function readPhase(mdCache, aggData) { function getFileData(tree, pathname, aggData) { var compName = pathname; - var angNameRegex = /([a-zA-Z0-9\-]+)\.((component)|(directive)|(model)|(pipe)|(service)|(widget))/; + var angNameRegex = /([a-zA-Z0-9\-]+)\.((component)|(directive)|(model)|(pipe)|(service)|(widget)|(dialog))/; if (!compName.match(angNameRegex)) return; diff --git a/tools/export-check/export-2.0.0.json b/tools/export-check/export-2.0.0.json deleted file mode 100644 index bc368000e8..0000000000 --- a/tools/export-check/export-2.0.0.json +++ /dev/null @@ -1,5171 +0,0 @@ -[ - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion.component.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion-group.component.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/mock/AlfrescoApi.mock.ts" - }, - "name": "AlfrescoApiMock" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/alfresco-api.service.ts" - }, - "name": "AlfrescoApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/amount/amount.widget.ts" - }, - "name": "AmountWidgetComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics.component.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-generator.component.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportHeatMapComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-list.component.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-parameters.component.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/insights/analytics-process/services/analytics.service.ts" - }, - "name": "AnalyticsService" - }, - { - "position": { - "line": 95, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/app-config/app-config.service.ts" - }, - "name": "AppConfigService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/app-config.service.mock.ts" - }, - "name": "AppConfigServiceMock" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "AppDefinitionRepresentationModel" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.component.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/apps-process.service.ts" - }, - "name": "AppsProcessService" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-task-attachment.component.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/attach/attach.widget.ts" - }, - "name": "AttachWidgetComponent", - "skipError":true - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/authentication.service.mock.ts" - }, - "name": "AuthenticationMock" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/authentication.service.ts" - }, - "name": "AuthenticationService" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/auth-guard.service.ts" - }, - "name": "AuthGuard" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/auth-guard-bpm.service.ts" - }, - "name": "AuthGuardBpm" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/auth-guard-ecm.service.ts" - }, - "name": "AuthGuardEcm" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/events/base.event.ts" - }, - "name": "BaseEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/events/base-ui.event.ts" - }, - "name": "BaseUIEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts" - }, - "name": "BooleanEditorComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "BpmProductVersionModel" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/userinfo/services/bpm-user.service.ts" - }, - "name": "BpmUserService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.component.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 96, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "BrowserAnimationsModule", - "skipError":true - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "BrowserAnimationsModule", - "skipError":true - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "BrowserAnimationsModule", - "skipError":true - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/card-item-types.service.ts" - }, - "name": "CardItemTypeService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/models/card-view-baseitem.model.ts" - }, - "name": "CardViewBaseItemModel" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/card-view/card-view.component.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/card-view-content-proxy.directive.ts" - }, - "name": "CardViewContentProxyDirective" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/card-view/card-view-dateitem.component.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/models/card-view-dateitem.model.ts" - }, - "name": "CardViewDateItemModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/card-view/card-view-item-dispatcher.component.ts" - }, - "name": "CardViewItemDispatcherComponent" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/card-view-mapitem.component.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/models/card-view-mapitem.model.ts" - }, - "name": "CardViewMapItemModel" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 102, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/card-view-textitem.component.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/models/card-view-textitem.model.ts" - }, - "name": "CardViewTextItemModel" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/core/services/card-view-update.service.ts" - }, - "name": "CardViewUpdateService" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "CheckboxWidgetAanalyticsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/checkbox/checkbox.widget.ts" - }, - "name": "CheckboxWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/checklist.component.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 103, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/comments/comment-list.component.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/comment-process.model.ts" - }, - "name": "CommentProcessModel" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/comment-process.service.ts" - }, - "name": "CommentProcessService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/comments/comments.component.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 97, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container-column.model.ts" - }, - "name": "ContainerColumnModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container.model.ts" - }, - "name": "ContainerModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/container/container.widget.ts" - }, - "name": "ContainerWidgetComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action.component.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action-list.component.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "ContentActionModel" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column.component.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column-list.component.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 63, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "ContentInfo" - }, - { - "position": { - "line": 21, - "character": 1, - "fileName": "lib/core/form/components/widgets/core/content-link.model.ts" - }, - "name": "ContentLinkModel" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.component.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.service.ts" - }, - "name": "ContentMetadataService" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModule" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.component.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.service.ts" - }, - "name": "ContentNodeSelectorService" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/content.service.ts" - }, - "name": "ContentService" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/content/content.widget.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.directive.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/context-menu/context-menu-holder.component.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 101, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.service.ts" - }, - "name": "ContextMenuService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/cookie.service.ts" - }, - "name": "CookieService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/cookie.service.mock.ts" - }, - "name": "CookieServiceMock" - }, - { - "position": { - "line": 54, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-process-attachment.component.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEventModel" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/data-column/data-column.component.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/data-column/data-column-list.component.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 110, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionEvent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/data/data-row-event.model.ts" - }, - "name": "DataRowEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/datatable/data/data-sorting.model.ts" - }, - "name": "DataSorting" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable-cell.component.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable.component.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 111, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/date-cell.component.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/date/date.editor.ts" - }, - "name": "DateEditorComponent" - }, - { - "position": { - "line": 127, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "DateFieldValidator" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DateRangeWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/date/date.widget.ts" - }, - "name": "DateWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/deleted-nodes-api.service.ts" - }, - "name": "DeletedNodesApiService" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoundaryEventComponent" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoxPublishTaskComponent" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBusinessRuleTaskComponent" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramCamelTaskComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerIconEventTaskComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerServiceTaskComponent" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEndEventComponent" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventComponent" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventGatewayComponent" - }, - { - "position": { - "line": 257, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventSubprocessComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramExclusiveGatewayComponent" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGatewayComponent" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBoxPublishTaskComponent" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBusinessRuleTaskComponent" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconCamelTaskComponent" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconErrorComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconManualTaskComponent" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMessageComponent" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMuleTaskComponent" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconReceiveTaskComponent" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconRestCallTaskComponent" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconScriptTaskComponent" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSendTaskComponent" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconServiceTaskComponent" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSignalComponent" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconTimerComponent" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconUserTaskComponent" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramInclusiveGatewayComponent" - }, - { - "position": { - "line": 255, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIntermediateCatchingEventComponent" - }, - { - "position": { - "line": 261, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLaneComponent" - }, - { - "position": { - "line": 260, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLanesComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramManualTaskComponent" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramMuleTaskComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramParallelGatewayComponent" - }, - { - "position": { - "line": 259, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolComponent" - }, - { - "position": { - "line": 258, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolsComponent" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramReceiveTaskComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramRestCallTaskComponent" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramScriptTaskComponent" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSendTaskComponent" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramServiceTaskComponent" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramStartEventComponent" - }, - { - "position": { - "line": 256, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSubprocessComponent" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTaskComponent" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramThrowEventComponent" - }, - { - "position": { - "line": 262, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTooltipComponent" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramUserTaskComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 116, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/discovery-api.service.ts" - }, - "name": "DiscoveryApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/display-text/display-text.widget.ts" - }, - "name": "DisplayTextWidgetComponentComponent" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "DocumentActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-actions.service.ts" - }, - "name": "DocumentActionsService" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/content-services/document-list/components/document-list.component.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-list.service.ts" - }, - "name": "DocumentListService" - }, - { - "position": { - "line": 73, - "character": 9, - "fileName": "lib/core/form/components/widgets/index.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/document/document.widget.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/download-zip.dialog.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/dropdown-breadcrumb.component.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts" - }, - "name": "DropdownEditorComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.component.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DropdownWidgetAanalyticsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/dropdown/dropdown.widget.ts" - }, - "name": "DropdownWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DurationWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentMapper" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentResolver" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.model.ts" - }, - "name": "DynamicTableModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.ts" - }, - "name": "DynamicTableWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/ecm-company.model.ts" - }, - "name": "EcmCompanyModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/ecm-model.service.ts" - }, - "name": "EcmModelService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "EcmProductVersionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/userinfo/services/ecm-user.service.ts" - }, - "name": "EcmUserService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/empty-folder/empty-folder-content.directive.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/error-message.model.ts" - }, - "name": "ErrorMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/error/error.component.ts" - }, - "name": "ErrorWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/event.mock.ts" - }, - "name": "EventMock" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/favorites-api.service.ts" - }, - "name": "FavoritesApiService" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/directives/file-draggable.directive.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/models/file.model.ts" - }, - "name": "FileModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/filesize-cell.component.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/pipes/file-size.pipe.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadCompleteEvent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadDeleteEvent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadErrorEvent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadEvent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-dialog.component.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list.component.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list-row.component.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/utils/file-utils.ts" - }, - "name": "FileUtils" - }, - { - "position": { - "line": 85, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamRepresentationModel" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "FilterProcessRepresentationModel" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterRepresentationModel" - }, - { - "position": { - "line": 378, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "FixedValueFieldValidator" - }, - { - "position": { - "line": 50, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "FolderActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/folder-actions.service.ts" - }, - "name": "FolderActionsService" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-create.directive.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/folder.dialog.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-edit.directive.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/form.component.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormErrorEvent" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormEvent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormFieldComponent" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormFieldEvent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field.model.ts" - }, - "name": "FormFieldModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-types.ts" - }, - "name": "FormFieldTypes" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/form/components/form-list.component.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form.model.ts" - }, - "name": "FormModel" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 117, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome-event.model.ts" - }, - "name": "FormOutcomeEvent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome.model.ts" - }, - "name": "FormOutcomeModel" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/core/form/services/form-rendering.service.ts" - }, - "name": "FormRenderingService" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/services/form.service.ts" - }, - "name": "FormService" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 98, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-widget.model.ts" - }, - "name": "FormWidgetModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/functional-group/functional-group.widget.ts" - }, - "name": "FunctionalGroupWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/directives/highlight.directive.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/text-highlight.pipe.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/highlight-transform.service.ts" - }, - "name": "HighlightTransformService" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/settings/host-settings.component.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 112, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts" - }, - "name": "HyperlinkWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/imgViewer.component.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/pagination/infinite-pagination.component.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerButtonsDirective" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerContentDirective" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 109, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerTitleDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/user-initial.pipe.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text-mask.component.ts" - }, - "name": "InputMaskDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.component.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 108, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 80, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "LicenseModel" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/like.component.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/loading-template.directive.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/location-cell.component.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/core/login/components/login.component.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 44, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-error.event.ts" - }, - "name": "LoginErrorEvent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-footer.directive.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 45, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-header.directive.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 46, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 106, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-submit.event.ts" - }, - "name": "LoginSubmitEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-success.event.ts" - }, - "name": "LoginSuccessEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/directives/logout.directive.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/log.service.ts" - }, - "name": "LogService" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 118, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 200, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateFieldValidator" - }, - { - "position": { - "line": 267, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxLengthFieldValidator" - }, - { - "position": { - "line": 323, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxValueFieldValidator" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/mediaPlayer.component.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/mime-type-icon.pipe.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 159, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateFieldValidator" - }, - { - "position": { - "line": 241, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinLengthFieldValidator" - }, - { - "position": { - "line": 293, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinValueFieldValidator" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/utils/momentDateAdapter.ts" - }, - "name": "MomentDateAdapter" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts" - }, - "name": "MultilineTextWidgetComponentComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-content-template.directive.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/node-actions.service.ts" - }, - "name": "NodeActionsService" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/core/directives/node-delete.directive.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntityEvent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntryEvent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/directives/node-favorite.directive.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimal" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimalEntry" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/node-name-tooltip.pipe.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePaging" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePagingList" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/directives/node-permission.directive.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/nodes-api.service.ts" - }, - "name": "NodesApiService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/services/node.service.ts" - }, - "name": "NodeService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/no-permission/no-permission-content.directive.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-permission-template.directive.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/no-task-detail-template.directive.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/services/notification.service.ts" - }, - "name": "NotificationService" - }, - { - "position": { - "line": 86, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "NumberFieldValidator" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "NumberWidgetAanlyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/number/number.widget.ts" - }, - "name": "NumberWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datacolumn.model.ts" - }, - "name": "ObjectDataColumn" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datarow.model.ts" - }, - "name": "ObjectDataRow" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/data/object-datatable-adapter.ts" - }, - "name": "ObjectDataTableAdapter" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/utils/object-utils.ts" - }, - "name": "ObjectUtils" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/page-title.service.ts" - }, - "name": "PageTitleService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "Pagination" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/pagination/pagination.component.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 104, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 76, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathElementEntity" - }, - { - "position": { - "line": 70, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathInfoEntity" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer.component.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/people.component.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/people-content.service.ts" - }, - "name": "PeopleContentService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/people-list.component.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/people-process.service.ts" - }, - "name": "PeopleProcessService" - }, - { - "position": { - "line": 115, - "character": 0, - "fileName": "lib/process-services/people/people-search.component.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/people/people-search.component.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 114, - "character": 0, - "fileName": "lib/process-services/people/people-search.component.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/people/people.widget.ts" - }, - "name": "PeopleWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions.model.ts" - }, - "name": "PermissionModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/permissions.enum.ts" - }, - "name": "PermissionsEnum" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions-style.model.ts" - }, - "name": "PermissionStyleModel" - }, - { - "position": { - "line": 115, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/process-attachment-list.component.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-audit.directive.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/comments/process-comments.component.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/process-content.service.ts" - }, - "name": "ProcessContentService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-definition.model.ts" - }, - "name": "ProcessDefinitionRepresentation" - }, - { - "position": { - "line": 52, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "ProcessFilterParamRepresentationModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-filter.model.ts" - }, - "name": "ProcessFilterRequestRepresentation" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-filters.component.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/process-list/services/process-filter.service.ts" - }, - "name": "ProcessFilterService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance.model.ts" - }, - "name": "ProcessInstance" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-details.component.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-header.component.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-list.component.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-tasks.component.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-variable.model.ts" - }, - "name": "ProcessInstanceVariable" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/process-list/services/process.service.ts" - }, - "name": "ProcessService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/process-upload.service.ts" - }, - "name": "ProcessUploadService" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/radio-buttons/radio-buttons.widget.ts" - }, - "name": "RadioButtonsWidgetComponent" - }, - { - "position": { - "line": 263, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCircleDirective" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCrossDirective" - }, - { - "position": { - "line": 267, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelFlowArrowDirective" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconAlfrescoPublishDirective" - }, - { - "position": { - "line": 281, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBoxPublishDirective" - }, - { - "position": { - "line": 284, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBusinessRuleDirective" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconCamelDirective" - }, - { - "position": { - "line": 286, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconErrorDirective" - }, - { - "position": { - "line": 280, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconGoogleDrivePublishDirective" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconManualDirective" - }, - { - "position": { - "line": 288, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMessageDirective" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMuleDirective" - }, - { - "position": { - "line": 282, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconReceiveDirective" - }, - { - "position": { - "line": 279, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconRestCallDirective" - }, - { - "position": { - "line": 283, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconScriptDirective" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSendDirective" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconServiceDirective" - }, - { - "position": { - "line": 287, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSignalDirective" - }, - { - "position": { - "line": 285, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconTimerDirective" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconUserDirective" - }, - { - "position": { - "line": 266, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelMultilineTextDirective" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPentagonDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPlusDirective" - }, - { - "position": { - "line": 264, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRectDirective" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRhombusDirective" - }, - { - "position": { - "line": 265, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelTextDirective" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/rating.component.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/services/rating.service.ts" - }, - "name": "RatingService" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 99, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 353, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RegExFieldValidator" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/renditions.service.ts" - }, - "name": "RenditionsService" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RequiredFieldValidator" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/row.editor.ts" - }, - "name": "RowEditorComponent" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/content-services/search/components/search.component.ts" - }, - "name": "SearchComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/search/components/search-control.component.ts" - }, - "name": "SearchControlComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/search.service.ts" - }, - "name": "SearchService" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/content-services/search/components/search-trigger.directive.ts" - }, - "name": "SearchTriggerDirective" - }, - { - "position": { - "line": 52, - "character": 0, - "fileName": "lib/core/services/service.module.ts" - }, - "name": "ServiceModule", - "skipError" : true - }, - { - "position": { - "line": 113, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ServiceModule", - "skipError" : true - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/settings.service.ts" - }, - "name": "SettingsService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-data-row.model.ts" - }, - "name": "ShareDataRow" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-datatable-adapter.ts" - }, - "name": "ShareDataTableAdapter" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/shared-links-api.service.ts" - }, - "name": "SharedLinksApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/site.model.ts" - }, - "name": "SiteContentsModel", - "skipError" : true - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/models/site.model.ts" - }, - "name": "SiteMembersModel", - "skipError" : true - }, - { - "position": { - "line": 53, - "character": 0, - "fileName": "lib/core/models/site.model.ts" - }, - "name": "SiteModel", - "skipError": true - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/sites.service.ts" - }, - "name": "SitesService" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/form/components/start-form.component.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormCustomButtonDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/process-list/components/start-process.component.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/task-list/components/start-task.component.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/models/start-task.model.ts" - }, - "name": "StartTaskModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/storage.service.ts" - }, - "name": "StorageService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/tab.model.ts" - }, - "name": "TabModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/tabs/tabs.widget.ts" - }, - "name": "TabsWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/tag/tag-actions.component.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag-list.component.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag-node-list.component.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/services/tag.service.ts" - }, - "name": "TagService" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/task-attachment-list.component.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-audit.directive.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-details.component.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.event.ts" - }, - "name": "TaskDetailsEvent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.model.ts" - }, - "name": "TaskDetailsModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-filters.component.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-filter.service.ts" - }, - "name": "TaskFilterService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-header.component.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-list.component.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/services/tasklist.service.ts" - }, - "name": "TaskListService" - }, - { - "position": { - "line": 109, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "TaskQueryRequestRepresentationModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-upload.service.ts" - }, - "name": "TaskUploadService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/text/text.editor.ts" - }, - "name": "TextEditorComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text.widget.ts" - }, - "name": "TextWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/thumbnail.service.ts" - }, - "name": "ThumbnailService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/time-ago.pipe.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.component.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-divider.component.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 105, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-title.component.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/translate-loader.service.ts" - }, - "name": "TranslateLoaderService" - }, - { - "position": { - "line": 100, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/mock/traslation.service.mock.ts" - }, - "name": "TranslationMock" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/services/translation.service.ts" - }, - "name": "TranslationService" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/txtViewer.component.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/typeahead/typeahead.widget.ts" - }, - "name": "TypeaheadWidgetComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/unknown-format/unknown-format.component.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/unknown/unknown.widget.ts" - }, - "name": "UnknownWidgetComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-button.component.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/directives/upload.directive.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-drag-area.component.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/upload.service.ts" - }, - "name": "UploadService" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/upload/upload.widget.ts" - }, - "name": "UploadWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-event.model.ts" - }, - "name": "UserEventModel" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "UserInfo" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/userinfo/components/user-info.component.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 107, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/user-preferences.service.ts" - }, - "name": "UserPreferencesService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/models/user-process.model.ts" - }, - "name": "UserProcessModel" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateDynamicTableRowEvent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormEvent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormFieldEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-list.component.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.component.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModel" - }, - { - "position": { - "line": 118, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModuleModel" - }, - { - "position": { - "line": 102, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionStatusModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/version-manager/version-upload.component.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/viewer/components/viewer.component.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/directives/viewer-extension.directive.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 114, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-more-actions.component.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-open-with.component.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-sidebar.component.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar.component.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.component.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/form/components/widgets/widget.component.ts" - }, - "name": "WidgetComponent" - } -] diff --git a/tools/export-check/export-2.1.0.json b/tools/export-check/export-2.1.0.json deleted file mode 100644 index 87a687f69e..0000000000 --- a/tools/export-check/export-2.1.0.json +++ /dev/null @@ -1,5592 +0,0 @@ -[ - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion.component.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion-group.component.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/activiti-alfresco.service.ts" - }, - "name": "ActivitiContentService" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/mock/AlfrescoApi.mock.ts" - }, - "name": "AlfrescoApiMock" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/alfresco-api.service.ts" - }, - "name": "AlfrescoApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/amount/amount.widget.ts" - }, - "name": "AmountWidgetComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics.component.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-generator.component.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportHeatMapComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-list.component.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-parameters.component.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/insights/analytics-process/services/analytics.service.ts" - }, - "name": "AnalyticsService" - }, - { - "position": { - "line": 97, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/app-config/app-config.service.ts" - }, - "name": "AppConfigService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/app-config.service.mock.ts" - }, - "name": "AppConfigServiceMock" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "AppDefinitionRepresentationModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.component.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/apps-process.service.ts" - }, - "name": "AppsProcessService" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-file-widget.component.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-folder-widget.component.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-task-attachment.component.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/authentication.service.mock.ts" - }, - "name": "AuthenticationMock" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/services/authentication.service.ts" - }, - "name": "AuthenticationService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard.service.ts" - }, - "name": "AuthGuard" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard-bpm.service.ts" - }, - "name": "AuthGuardBpm" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/auth-guard-ecm.service.ts" - }, - "name": "AuthGuardEcm" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/barChart.model.ts" - }, - "name": "BarChart" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/events/base.event.ts" - }, - "name": "BaseEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/events/base-ui.event.ts" - }, - "name": "BaseUIEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts" - }, - "name": "BooleanEditorComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "BpmProductVersionModel" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/userinfo/services/bpm-user.service.ts" - }, - "name": "BpmUserService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.component.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 98, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "BrowserAnimationsModule", - "skipError":true - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "BrowserAnimationsModule", - "skipError":true - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "BrowserAnimationsModule", - "skipError":true - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/services/card-item-types.service.ts" - }, - "name": "CardItemTypeService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-baseitem.model.ts" - }, - "name": "CardViewBaseItemModel" - }, - { - "position": { - "line": 19, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-boolitem/card-view-boolitem.component.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-boolitem.model.ts" - }, - "name": "CardViewBoolItemModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/card-view/components/card-view/card-view.component.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 18, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/directives/card-view-content-proxy.directive.ts" - }, - "name": "CardViewContentProxyDirective" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 20, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-dateitem.model.ts" - }, - "name": "CardViewDateItemModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-datetimeitem.model.ts" - }, - "name": "CardViewDatetimeItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-floatitem.model.ts" - }, - "name": "CardViewFloatItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-intitem.model.ts" - }, - "name": "CardViewIntItemModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts" - }, - "name": "CardViewItemDispatcherComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-float.validator.ts" - }, - "name": "CardViewItemFloatValidator" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-int.validator.ts" - }, - "name": "CardViewItemIntValidator" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-mapitem/card-view-mapitem.component.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-mapitem.model.ts" - }, - "name": "CardViewMapItemModel" - }, - { - "position": { - "line": 104, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 22, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-textitem/card-view-textitem.component.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-textitem.model.ts" - }, - "name": "CardViewTextItemModel" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/core/card-view/services/card-view-update.service.ts" - }, - "name": "CardViewUpdateService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/chart.model.ts" - }, - "name": "Chart" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "CheckboxWidgetAanalyticsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/checkbox/checkbox.widget.ts" - }, - "name": "CheckboxWidgetComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/checklist.component.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 105, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/comments/comment-list.component.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/comment-process.model.ts" - }, - "name": "CommentProcessModel" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/comment-process.service.ts" - }, - "name": "CommentProcessService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/comments/comments.component.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 99, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container-column.model.ts" - }, - "name": "ContainerColumnModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container.model.ts" - }, - "name": "ContainerModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/container/container.widget.ts" - }, - "name": "ContainerWidgetComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action.component.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action-list.component.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "ContentActionModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column.component.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column-list.component.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 63, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "ContentInfo" - }, - { - "position": { - "line": 21, - "character": 1, - "fileName": "lib/core/form/components/widgets/core/content-link.model.ts" - }, - "name": "ContentLinkModel" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-metadata/components/content-metadata-card/content-metadata-card.component.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/content-services/content-metadata/public-api.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-dialog.service.ts" - }, - "name": "ContentNodeDialogService" - }, - { - "position": { - "line": 50, - "character": 43, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.component.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector-panel.component.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.service.ts" - }, - "name": "ContentNodeSelectorService" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/content.service.ts" - }, - "name": "ContentService" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/content/content.widget.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.directive.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/context-menu/context-menu-holder.component.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 103, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.service.ts" - }, - "name": "ContextMenuService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/cookie.service.ts" - }, - "name": "CookieService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/cookie.service.mock.ts" - }, - "name": "CookieServiceMock" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 55, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-process-attachment.component.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/data-column/data-column.component.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/data-column/data-column-list.component.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 112, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionEvent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/data/data-row-event.model.ts" - }, - "name": "DataRowEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/datatable/data/data-sorting.model.ts" - }, - "name": "DataSorting" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable-cell.component.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable.component.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 113, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/date-cell.component.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/date/date.editor.ts" - }, - "name": "DateEditorComponent" - }, - { - "position": { - "line": 127, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "DateFieldValidator" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DateRangeWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/date/date.widget.ts" - }, - "name": "DateWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/deleted-nodes-api.service.ts" - }, - "name": "DeletedNodesApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/detailsTableChart.model.ts" - }, - "name": "DetailsTableChart" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoundaryEventComponent" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoxPublishTaskComponent" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBusinessRuleTaskComponent" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramCamelTaskComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/services/diagram-color.service.ts" - }, - "name": "DiagramColorService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram.component.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerIconEventTaskComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerServiceTaskComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElement.model.ts" - }, - "name": "DiagramElementModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElementProperty.model.ts" - }, - "name": "DiagramElementPropertyModel" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEndEventComponent" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramEventDefinition.model.ts" - }, - "name": "DiagramEventDefinitionModel" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventGatewayComponent" - }, - { - "position": { - "line": 257, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventSubprocessComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramExclusiveGatewayComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramFlowElement.model.ts" - }, - "name": "DiagramFlowElementModel" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGatewayComponent" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBoxPublishTaskComponent" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBusinessRuleTaskComponent" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconCamelTaskComponent" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconErrorComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconManualTaskComponent" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMessageComponent" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMuleTaskComponent" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconReceiveTaskComponent" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconRestCallTaskComponent" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconScriptTaskComponent" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSendTaskComponent" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconServiceTaskComponent" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSignalComponent" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconTimerComponent" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconUserTaskComponent" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramInclusiveGatewayComponent" - }, - { - "position": { - "line": 255, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIntermediateCatchingEventComponent" - }, - { - "position": { - "line": 261, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLaneComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramLaneElement.model.ts" - }, - "name": "DiagramLaneElementModel" - }, - { - "position": { - "line": 260, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLanesComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramManualTaskComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagram.model.ts" - }, - "name": "DiagramModel" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramMuleTaskComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramParallelGatewayComponent" - }, - { - "position": { - "line": 259, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramPoolElement.model.ts" - }, - "name": "DiagramPoolElementModel" - }, - { - "position": { - "line": 258, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolsComponent" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramReceiveTaskComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramRestCallTaskComponent" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramScriptTaskComponent" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSendTaskComponent" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram-sequence-flow.component.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramServiceTaskComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 118, - "character": 0, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/diagram/services/diagrams.service.ts" - }, - "name": "DiagramsService" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramStartEventComponent" - }, - { - "position": { - "line": 256, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSubprocessComponent" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTaskComponent" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramThrowEventComponent" - }, - { - "position": { - "line": 262, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTooltipComponent" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramUserTaskComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramWayPoint.model.ts" - }, - "name": "DiagramWayPointModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 119, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/discovery-api.service.ts" - }, - "name": "DiscoveryApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/display-text/display-text.widget.ts" - }, - "name": "DisplayTextWidgetComponentComponent" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "DocumentActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-actions.service.ts" - }, - "name": "DocumentActionsService" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/content-services/document-list/components/document-list.component.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-list.service.ts" - }, - "name": "DocumentListService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/document/document.widget.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 71, - "character": 9, - "fileName": "lib/core/form/components/widgets/index.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/download-zip.dialog.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/dropdown-breadcrumb.component.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts" - }, - "name": "DropdownEditorComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.component.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DropdownWidgetAanalyticsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/dropdown/dropdown.widget.ts" - }, - "name": "DropdownWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DurationWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentMapper" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentResolver" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.model.ts" - }, - "name": "DynamicTableModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.ts" - }, - "name": "DynamicTableWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/ecm-company.model.ts" - }, - "name": "EcmCompanyModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/ecm-model.service.ts" - }, - "name": "EcmModelService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "EcmProductVersionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/userinfo/services/ecm-user.service.ts" - }, - "name": "EcmUserService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/empty-folder/empty-folder-content.directive.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/error-message.model.ts" - }, - "name": "ErrorMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/error/error.component.ts" - }, - "name": "ErrorWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/event.mock.ts" - }, - "name": "EventMock" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/favorites-api.service.ts" - }, - "name": "FavoritesApiService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/directives/file-draggable.directive.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/models/file.model.ts" - }, - "name": "FileModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/filesize-cell.component.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/file-size.pipe.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadCompleteEvent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadDeleteEvent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadErrorEvent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadEvent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-dialog.component.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list.component.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list-row.component.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/utils/file-utils.ts" - }, - "name": "FileUtils" - }, - { - "position": { - "line": 85, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamRepresentationModel" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "FilterProcessRepresentationModel" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterRepresentationModel" - }, - { - "position": { - "line": 378, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "FixedValueFieldValidator" - }, - { - "position": { - "line": 50, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "FolderActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/folder-actions.service.ts" - }, - "name": "FolderActionsService" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-create.directive.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/folder.dialog.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-edit.directive.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/form.model.ts" - }, - "name": "Form" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/form.component.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormErrorEvent" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormEvent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormFieldComponent" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormFieldEvent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field.model.ts" - }, - "name": "FormFieldModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-types.ts" - }, - "name": "FormFieldTypes" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/form/components/form-list.component.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form.model.ts" - }, - "name": "FormModel" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 120, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome-event.model.ts" - }, - "name": "FormOutcomeEvent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome.model.ts" - }, - "name": "FormOutcomeModel" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/form/services/form-rendering.service.ts" - }, - "name": "FormRenderingService" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/services/form.service.ts" - }, - "name": "FormService" - }, - { - "position": { - "line": 100, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-widget.model.ts" - }, - "name": "FormWidgetModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/functional-group/functional-group.widget.ts" - }, - "name": "FunctionalGroupWidgetComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/heatMapChart.model.ts" - }, - "name": "HeatMapChart" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/highlight.directive.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/text-highlight.pipe.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/highlight-transform.service.ts" - }, - "name": "HighlightTransformService" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/settings/host-settings.component.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 114, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts" - }, - "name": "HyperlinkWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/imgViewer.component.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/pagination/infinite-pagination.component.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerButtonsDirective" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerContentDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 111, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerTitleDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/user-initial.pipe.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text-mask.component.ts" - }, - "name": "InputMaskDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModule" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.component.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 110, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 80, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "LicenseModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/like.component.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/lineChart.model.ts" - }, - "name": "LineChart" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/loading-template.directive.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/location-cell.component.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 44, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/core/login/components/login.component.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-error.event.ts" - }, - "name": "LoginErrorEvent" - }, - { - "position": { - "line": 45, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-footer.directive.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-header.directive.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 46, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 108, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-submit.event.ts" - }, - "name": "LoginSubmitEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-success.event.ts" - }, - "name": "LoginSuccessEvent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/directives/logout.directive.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/log.service.ts" - }, - "name": "LogService" - }, - { - "position": { - "line": 121, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 200, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateFieldValidator" - }, - { - "position": { - "line": 267, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxLengthFieldValidator" - }, - { - "position": { - "line": 323, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxValueFieldValidator" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/mediaPlayer.component.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/mime-type-icon.pipe.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 159, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateFieldValidator" - }, - { - "position": { - "line": 241, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinLengthFieldValidator" - }, - { - "position": { - "line": 293, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinValueFieldValidator" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/utils/momentDateAdapter.ts" - }, - "name": "MomentDateAdapter" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/multiBarChart.model.ts" - }, - "name": "MultiBarChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts" - }, - "name": "MultilineTextWidgetComponentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-content-template.directive.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/services/node-actions.service.ts" - }, - "name": "NodeActionsService" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 51, - "character": 0, - "fileName": "lib/core/directives/node-delete.directive.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntityEvent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntryEvent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/directives/node-favorite.directive.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimal" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimalEntry" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/node-name-tooltip.pipe.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePaging" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePagingList" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/directives/node-permission.directive.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/nodes-api.service.ts" - }, - "name": "NodesApiService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/services/node.service.ts" - }, - "name": "NodeService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/no-permission/no-permission-content.directive.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-permission-template.directive.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/no-task-detail-template.directive.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/services/notification.service.ts" - }, - "name": "NotificationService" - }, - { - "position": { - "line": 86, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "NumberFieldValidator" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "NumberWidgetAanlyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/number/number.widget.ts" - }, - "name": "NumberWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datacolumn.model.ts" - }, - "name": "ObjectDataColumn" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datarow.model.ts" - }, - "name": "ObjectDataRow" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/data/object-datatable-adapter.ts" - }, - "name": "ObjectDataTableAdapter" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/utils/object-utils.ts" - }, - "name": "ObjectUtils" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/page-title.service.ts" - }, - "name": "PageTitleService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "Pagination" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/pagination/pagination.component.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 106, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/parameterValue.model.ts" - }, - "name": "ParameterValueModel" - }, - { - "position": { - "line": 76, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathElementEntity" - }, - { - "position": { - "line": 70, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathInfoEntity" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer.component.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/people.component.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/people-content.service.ts" - }, - "name": "PeopleContentService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/people-list.component.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/people-process.service.ts" - }, - "name": "PeopleProcessService" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 115, - "character": 0, - "fileName": "lib/process-services/people/people-search.component.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/people/people-search.component.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 114, - "character": 0, - "fileName": "lib/process-services/people/people-search.component.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/people/people.widget.ts" - }, - "name": "PeopleWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions.model.ts" - }, - "name": "PermissionModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/permissions.enum.ts" - }, - "name": "PermissionsEnum" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions-style.model.ts" - }, - "name": "PermissionStyleModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/pieChart.model.ts" - }, - "name": "PieChart" - }, - { - "position": { - "line": 118, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/process-attachment-list.component.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-audit.directive.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/comments/process-comments.component.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/process-content.service.ts" - }, - "name": "ProcessContentService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-definition.model.ts" - }, - "name": "ProcessDefinitionRepresentation" - }, - { - "position": { - "line": 52, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "ProcessFilterParamRepresentationModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-filter.model.ts" - }, - "name": "ProcessFilterRequestRepresentation" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-filters.component.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/process-list/services/process-filter.service.ts" - }, - "name": "ProcessFilterService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance.model.ts" - }, - "name": "ProcessInstance" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-details.component.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-header.component.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-list.component.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-tasks.component.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-variable.model.ts" - }, - "name": "ProcessInstanceVariable" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/process-list/services/process.service.ts" - }, - "name": "ProcessService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/process-upload.service.ts" - }, - "name": "ProcessUploadService" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/radio-buttons/radio-buttons.widget.ts" - }, - "name": "RadioButtonsWidgetComponent" - }, - { - "position": { - "line": 263, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCircleDirective" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCrossDirective" - }, - { - "position": { - "line": 267, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelFlowArrowDirective" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconAlfrescoPublishDirective" - }, - { - "position": { - "line": 281, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBoxPublishDirective" - }, - { - "position": { - "line": 284, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBusinessRuleDirective" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconCamelDirective" - }, - { - "position": { - "line": 286, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconErrorDirective" - }, - { - "position": { - "line": 280, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconGoogleDrivePublishDirective" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconManualDirective" - }, - { - "position": { - "line": 288, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMessageDirective" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMuleDirective" - }, - { - "position": { - "line": 282, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconReceiveDirective" - }, - { - "position": { - "line": 279, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconRestCallDirective" - }, - { - "position": { - "line": 283, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconScriptDirective" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSendDirective" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconServiceDirective" - }, - { - "position": { - "line": 287, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSignalDirective" - }, - { - "position": { - "line": 285, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconTimerDirective" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconUserDirective" - }, - { - "position": { - "line": 266, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelMultilineTextDirective" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPentagonDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPlusDirective" - }, - { - "position": { - "line": 264, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRectDirective" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRhombusDirective" - }, - { - "position": { - "line": 265, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelTextDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/rating.component.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/services/rating.service.ts" - }, - "name": "RatingService" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 101, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/models/redirection.model.ts" - }, - "name": "RedirectionModel" - }, - { - "position": { - "line": 353, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RegExFieldValidator" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/renditions.service.ts" - }, - "name": "RenditionsService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDateRange.model.ts" - }, - "name": "ReportDateRange" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDefinition.model.ts" - }, - "name": "ReportDefinitionModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameterDetails.model.ts" - }, - "name": "ReportParameterDetailsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameters.model.ts" - }, - "name": "ReportParametersModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportQuery.model.ts" - }, - "name": "ReportQuery" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RequiredFieldValidator" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/row.editor.ts" - }, - "name": "RowEditorComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/search/components/search.component.ts" - }, - "name": "SearchComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/search-configuration.service.ts" - }, - "name": "SearchConfigurationService" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/search/components/search-control.component.ts" - }, - "name": "SearchControlComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/search.service.ts" - }, - "name": "SearchService" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/content-services/search/components/search-trigger.directive.ts" - }, - "name": "SearchTriggerDirective" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/app-list/select-apps-dialog-component.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 51, - "character": 0, - "fileName": "lib/core/services/service.module.ts" - }, - "name": "ServiceModule", - "skipError" : true - }, - { - "position": { - "line": 115, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ServiceModule", - "skipError" : true - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/settings.service.ts" - }, - "name": "SettingsService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-data-row.model.ts" - }, - "name": "ShareDataRow" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-datatable-adapter.ts" - }, - "name": "ShareDataTableAdapter" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/shared-links-api.service.ts" - }, - "name": "SharedLinksApiService" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/core/sidebar/sidebar-action.module.ts" - }, - "name": "SidebarActionMenuComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarActionMenuComponent" - }, - { - "position": { - "line": 117, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SideBarActionModule", - "skipError": true - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuDirective" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuExpandIconDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuTitleIconDirective" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/sites.service.ts" - }, - "name": "SitesService" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/form/components/start-form.component.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormCustomButtonDirective" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/process-services/process-list/components/start-process.component.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/task-list/components/start-task.component.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/models/start-task.model.ts" - }, - "name": "StartTaskModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/storage.service.ts" - }, - "name": "StorageService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/tableChart.model.ts" - }, - "name": "TableChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/tab.model.ts" - }, - "name": "TabModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/tabs/tabs.widget.ts" - }, - "name": "TabsWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/tag/tag-actions.component.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag-list.component.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag-node-list.component.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/services/tag.service.ts" - }, - "name": "TagService" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/task-attachment-list.component.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-audit.directive.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-details.component.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.event.ts" - }, - "name": "TaskDetailsEvent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.model.ts" - }, - "name": "TaskDetailsModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-filters.component.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-filter.service.ts" - }, - "name": "TaskFilterService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-header.component.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-list.component.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/services/tasklist.service.ts" - }, - "name": "TaskListService" - }, - { - "position": { - "line": 109, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "TaskQueryRequestRepresentationModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-upload.service.ts" - }, - "name": "TaskUploadService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/text/text.editor.ts" - }, - "name": "TextEditorComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text.widget.ts" - }, - "name": "TextWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/thumbnail.service.ts" - }, - "name": "ThumbnailService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/time-ago.pipe.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.component.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-divider.component.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 107, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-title.component.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/translate-loader.service.ts" - }, - "name": "TranslateLoaderService" - }, - { - "position": { - "line": 102, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/mock/traslation.service.mock.ts" - }, - "name": "TranslationMock" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/services/translation.service.ts" - }, - "name": "TranslationService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/txtViewer.component.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/typeahead/typeahead.widget.ts" - }, - "name": "TypeaheadWidgetComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/unknown-format/unknown-format.component.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/unknown/unknown.widget.ts" - }, - "name": "UnknownWidgetComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-button.component.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/upload.directive.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-drag-area.component.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/upload.service.ts" - }, - "name": "UploadService" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/upload/upload.widget.ts" - }, - "name": "UploadWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-event.model.ts" - }, - "name": "UserEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-group.model.ts" - }, - "name": "UserGroupModel" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "UserInfo" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/userinfo/components/user-info.component.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 109, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/user-preferences.service.ts" - }, - "name": "UserPreferencesService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/models/user-process.model.ts" - }, - "name": "UserProcessModel" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateDynamicTableRowEvent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormEvent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormFieldEvent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-list.component.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.component.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModel" - }, - { - "position": { - "line": 118, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModuleModel" - }, - { - "position": { - "line": 102, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionStatusModel" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/version-manager/version-upload.component.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/viewer/components/viewer.component.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/directives/viewer-extension.directive.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 116, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-more-actions.component.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-open-with.component.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-sidebar.component.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar.component.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.component.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/form/components/widgets/widget.component.ts" - }, - "name": "WidgetComponent" - } -] diff --git a/tools/export-check/export-2.2.0.json b/tools/export-check/export-2.2.0.json deleted file mode 100644 index bcf086269f..0000000000 --- a/tools/export-check/export-2.2.0.json +++ /dev/null @@ -1,5884 +0,0 @@ -[ - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion.component.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion-group.component.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/activiti-alfresco.service.ts" - }, - "name": "ActivitiContentService" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/mock/AlfrescoApi.mock.ts" - }, - "name": "AlfrescoApiMock" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/alfresco-api.service.ts" - }, - "name": "AlfrescoApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/amount/amount.widget.ts" - }, - "name": "AmountWidgetComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics.component.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-generator.component.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportHeatMapComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-list.component.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-parameters.component.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/insights/analytics-process/services/analytics.service.ts" - }, - "name": "AnalyticsService" - }, - { - "position": { - "line": 165, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/app-config/app-config.service.ts" - }, - "name": "AppConfigService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/app-config.service.mock.ts" - }, - "name": "AppConfigServiceMock" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "AppDefinitionRepresentationModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.component.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/apps-process.service.ts" - }, - "name": "AppsProcessService" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-file-widget.component.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-folder-widget.component.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-task-attachment.component.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/authentication.service.mock.ts" - }, - "name": "AuthenticationMock" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/services/authentication.service.ts" - }, - "name": "AuthenticationService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard.service.ts" - }, - "name": "AuthGuard" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard-bpm.service.ts" - }, - "name": "AuthGuardBpm" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/auth-guard-ecm.service.ts" - }, - "name": "AuthGuardEcm" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/barChart.model.ts" - }, - "name": "BarChart" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/events/base.event.ts" - }, - "name": "BaseEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/events/base-ui.event.ts" - }, - "name": "BaseUIEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts" - }, - "name": "BooleanEditorComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "BpmProductVersionModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/userinfo/services/bpm-user.service.ts" - }, - "name": "BpmUserService" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.component.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/services/card-item-types.service.ts" - }, - "name": "CardItemTypeService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-baseitem.model.ts" - }, - "name": "CardViewBaseItemModel" - }, - { - "position": { - "line": 19, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-boolitem/card-view-boolitem.component.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-boolitem.model.ts" - }, - "name": "CardViewBoolItemModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/card-view/components/card-view/card-view.component.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 18, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/directives/card-view-content-proxy.directive.ts" - }, - "name": "CardViewContentProxyDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 20, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-dateitem.model.ts" - }, - "name": "CardViewDateItemModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-datetimeitem.model.ts" - }, - "name": "CardViewDatetimeItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-floatitem.model.ts" - }, - "name": "CardViewFloatItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-intitem.model.ts" - }, - "name": "CardViewIntItemModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts" - }, - "name": "CardViewItemDispatcherComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-float.validator.ts" - }, - "name": "CardViewItemFloatValidator" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-int.validator.ts" - }, - "name": "CardViewItemIntValidator" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-mapitem/card-view-mapitem.component.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-mapitem.model.ts" - }, - "name": "CardViewMapItemModel" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 169, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 22, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-textitem/card-view-textitem.component.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-textitem.model.ts" - }, - "name": "CardViewTextItemModel" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/core/card-view/services/card-view-update.service.ts" - }, - "name": "CardViewUpdateService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/chart.model.ts" - }, - "name": "Chart" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "CheckboxWidgetAanalyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/checkbox/checkbox.widget.ts" - }, - "name": "CheckboxWidgetComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/checklist.component.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 170, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/comments/comment-list.component.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/comment-process.model.ts" - }, - "name": "CommentProcessModel" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/comment-process.service.ts" - }, - "name": "CommentProcessService" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/comments/comments.component.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 157, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container-column.model.ts" - }, - "name": "ContainerColumnModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container.model.ts" - }, - "name": "ContainerModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/container/container.widget.ts" - }, - "name": "ContainerWidgetComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action.component.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action-list.component.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "ContentActionModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column.component.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column-list.component.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 63, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "ContentInfo" - }, - { - "position": { - "line": 21, - "character": 1, - "fileName": "lib/core/form/components/widgets/core/content-link.model.ts" - }, - "name": "ContentLinkModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-metadata/components/content-metadata-card/content-metadata-card.component.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/content-metadata.service.ts" - }, - "name": "ContentMetadataService" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-dialog.service.ts" - }, - "name": "ContentNodeDialogService" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.component.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector-panel.component.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.service.ts" - }, - "name": "ContentNodeSelectorService" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/content.service.ts" - }, - "name": "ContentService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/content/content.widget.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "ContentWidgetModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.directive.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/context-menu/context-menu-holder.component.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 168, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.service.ts" - }, - "name": "ContextMenuService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/cookie.service.ts" - }, - "name": "CookieService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/mock/cookie.service.mock.ts" - }, - "name": "CookieServiceMock" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 183, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 120, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModuleLazy" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-process-attachment.component.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/data-column/data-column.component.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/data-column/data-column-list.component.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 175, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionEvent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/data/data-row-event.model.ts" - }, - "name": "DataRowEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/datatable/data/data-sorting.model.ts" - }, - "name": "DataSorting" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable-cell.component.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable.component.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 176, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/date-cell.component.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/date/date.editor.ts" - }, - "name": "DateEditorComponent" - }, - { - "position": { - "line": 128, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "DateFieldValidator" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DateRangeWidgetComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/form/components/widgets/date-time/date-time.widget.ts" - }, - "name": "DateTimeWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/date/date.widget.ts" - }, - "name": "DateWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/deleted-nodes-api.service.ts" - }, - "name": "DeletedNodesApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/detailsTableChart.model.ts" - }, - "name": "DetailsTableChart" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoundaryEventComponent" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoxPublishTaskComponent" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBusinessRuleTaskComponent" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramCamelTaskComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/services/diagram-color.service.ts" - }, - "name": "DiagramColorService" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram.component.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerIconEventTaskComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerServiceTaskComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElement.model.ts" - }, - "name": "DiagramElementModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElementProperty.model.ts" - }, - "name": "DiagramElementPropertyModel" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEndEventComponent" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramEventDefinition.model.ts" - }, - "name": "DiagramEventDefinitionModel" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventGatewayComponent" - }, - { - "position": { - "line": 257, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventSubprocessComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramExclusiveGatewayComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramFlowElement.model.ts" - }, - "name": "DiagramFlowElementModel" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGatewayComponent" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBoxPublishTaskComponent" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBusinessRuleTaskComponent" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconCamelTaskComponent" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconErrorComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconManualTaskComponent" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMessageComponent" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMuleTaskComponent" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconReceiveTaskComponent" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconRestCallTaskComponent" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconScriptTaskComponent" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSendTaskComponent" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconServiceTaskComponent" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSignalComponent" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconTimerComponent" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconUserTaskComponent" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramInclusiveGatewayComponent" - }, - { - "position": { - "line": 255, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIntermediateCatchingEventComponent" - }, - { - "position": { - "line": 261, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLaneComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramLaneElement.model.ts" - }, - "name": "DiagramLaneElementModel" - }, - { - "position": { - "line": 260, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLanesComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramManualTaskComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagram.model.ts" - }, - "name": "DiagramModel" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramMuleTaskComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramParallelGatewayComponent" - }, - { - "position": { - "line": 259, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramPoolElement.model.ts" - }, - "name": "DiagramPoolElementModel" - }, - { - "position": { - "line": 258, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolsComponent" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramReceiveTaskComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramRestCallTaskComponent" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramScriptTaskComponent" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSendTaskComponent" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram-sequence-flow.component.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramServiceTaskComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 118, - "character": 0, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/diagram/services/diagrams.service.ts" - }, - "name": "DiagramsService" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramStartEventComponent" - }, - { - "position": { - "line": 256, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSubprocessComponent" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTaskComponent" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramThrowEventComponent" - }, - { - "position": { - "line": 262, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTooltipComponent" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramUserTaskComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramWayPoint.model.ts" - }, - "name": "DiagramWayPointModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 158, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/discovery-api.service.ts" - }, - "name": "DiscoveryApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/display-text/display-text.widget.ts" - }, - "name": "DisplayTextWidgetComponentComponent" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "DocumentActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-actions.service.ts" - }, - "name": "DocumentActionsService" - }, - { - "position": { - "line": 60, - "character": 0, - "fileName": "lib/content-services/document-list/components/document-list.component.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-list.service.ts" - }, - "name": "DocumentListService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/document/document.widget.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/download-zip.dialog.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/dropdown-breadcrumb.component.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts" - }, - "name": "DropdownEditorComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.component.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DropdownWidgetAanalyticsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dropdown/dropdown.widget.ts" - }, - "name": "DropdownWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DurationWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentMapper" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentResolver" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.model.ts" - }, - "name": "DynamicTableModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.ts" - }, - "name": "DynamicTableWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/ecm-company.model.ts" - }, - "name": "EcmCompanyModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/ecm-model.service.ts" - }, - "name": "EcmModelService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "EcmProductVersionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/userinfo/services/ecm-user.service.ts" - }, - "name": "EcmUserService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/empty-folder/empty-folder-content.directive.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/search/components/empty-search-result.component.ts" - }, - "name": "EmptySearchResultComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/error-message.model.ts" - }, - "name": "ErrorMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/error/error.component.ts" - }, - "name": "ErrorWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/event.mock.ts" - }, - "name": "EventMock" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/favorites-api.service.ts" - }, - "name": "FavoritesApiService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/directives/file-draggable.directive.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/models/file.model.ts" - }, - "name": "FileModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/filesize-cell.component.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/file-size.pipe.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadCompleteEvent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadDeleteEvent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadErrorEvent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadEvent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-dialog.component.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list.component.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list-row.component.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/utils/file-utils.ts" - }, - "name": "FileUtils" - }, - { - "position": { - "line": 85, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamRepresentationModel" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "FilterProcessRepresentationModel" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterRepresentationModel" - }, - { - "position": { - "line": 479, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "FixedValueFieldValidator" - }, - { - "position": { - "line": 56, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "FolderActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/folder-actions.service.ts" - }, - "name": "FolderActionsService" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-create.directive.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/folder.dialog.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-edit.directive.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/form.model.ts" - }, - "name": "Form" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/form.component.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormErrorEvent" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormEvent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormFieldComponent" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormFieldEvent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field.model.ts" - }, - "name": "FormFieldModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-types.ts" - }, - "name": "FormFieldTypes" - }, - { - "position": { - "line": 89, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/form/components/form-list.component.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form.model.ts" - }, - "name": "FormModel" - }, - { - "position": { - "line": 171, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome-event.model.ts" - }, - "name": "FormOutcomeEvent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome.model.ts" - }, - "name": "FormOutcomeModel" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/form/services/form-rendering.service.ts" - }, - "name": "FormRenderingService" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/services/form.service.ts" - }, - "name": "FormService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 159, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-widget.model.ts" - }, - "name": "FormWidgetModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/functional-group/functional-group.widget.ts" - }, - "name": "FunctionalGroupWidgetComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/heatMapChart.model.ts" - }, - "name": "HeatMapChart" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/highlight.directive.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/text-highlight.pipe.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/highlight-transform.service.ts" - }, - "name": "HighlightTransformService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/settings/host-settings.component.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 162, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 161, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts" - }, - "name": "HyperlinkWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/imgViewer.component.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/pagination/infinite-pagination.component.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerButtonsDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerContentDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 174, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerTitleDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/user-initial.pipe.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text-mask.component.ts" - }, - "name": "InputMaskDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.component.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 173, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 80, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "LicenseModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/like.component.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/lineChart.model.ts" - }, - "name": "LineChart" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/loading-template.directive.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/location-cell.component.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/core/login/components/login.component.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 44, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-error.event.ts" - }, - "name": "LoginErrorEvent" - }, - { - "position": { - "line": 45, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-footer.directive.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 46, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-header.directive.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 172, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-submit.event.ts" - }, - "name": "LoginSubmitEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-success.event.ts" - }, - "name": "LoginSuccessEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/directives/logout.directive.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/log.service.ts" - }, - "name": "LogService" - }, - { - "position": { - "line": 164, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 207, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateFieldValidator" - }, - { - "position": { - "line": 295, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateTimeFieldValidator" - }, - { - "position": { - "line": 368, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxLengthFieldValidator" - }, - { - "position": { - "line": 424, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxValueFieldValidator" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/mediaPlayer.component.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/mime-type-icon.pipe.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 160, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateFieldValidator" - }, - { - "position": { - "line": 248, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateTimeFieldValidator" - }, - { - "position": { - "line": 342, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinLengthFieldValidator" - }, - { - "position": { - "line": 394, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinValueFieldValidator" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/utils/momentDateAdapter.ts" - }, - "name": "MomentDateAdapter" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/multiBarChart.model.ts" - }, - "name": "MultiBarChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts" - }, - "name": "MultilineTextWidgetComponentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-node-selector/name-location-cell/name-location-cell.component.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-content-template.directive.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/node-actions.service.ts" - }, - "name": "NodeActionsService" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 51, - "character": 0, - "fileName": "lib/core/directives/node-delete.directive.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/directives/node-download.directive.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 32, - "character": 9, - "fileName": "lib/content-services/index.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntityEvent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntryEvent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/directives/node-favorite.directive.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimal" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimalEntry" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/node-name-tooltip.pipe.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePaging" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePagingList" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/directives/node-permission.directive.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/nodes-api.service.ts" - }, - "name": "NodesApiService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/services/node.service.ts" - }, - "name": "NodeService" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/no-permission/no-permission-content.directive.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-permission-template.directive.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/no-task-detail-template.directive.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/services/notification.service.ts" - }, - "name": "NotificationService" - }, - { - "position": { - "line": 87, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "NumberFieldValidator" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "NumberWidgetAanlyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/number/number.widget.ts" - }, - "name": "NumberWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datacolumn.model.ts" - }, - "name": "ObjectDataColumn" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datarow.model.ts" - }, - "name": "ObjectDataRow" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/data/object-datatable-adapter.ts" - }, - "name": "ObjectDataTableAdapter" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/utils/object-utils.ts" - }, - "name": "ObjectUtils" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/page-title.service.ts" - }, - "name": "PageTitleService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "Pagination" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/pagination/pagination.component.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 166, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/parameterValue.model.ts" - }, - "name": "ParameterValueModel" - }, - { - "position": { - "line": 76, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathElementEntity" - }, - { - "position": { - "line": 70, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathInfoEntity" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumb.component.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumbnails.component.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer.component.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people/people.component.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/people-content.service.ts" - }, - "name": "PeopleContentService" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/components/people-list/people-list.component.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/people-process.service.ts" - }, - "name": "PeopleProcessService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-action-label.directive.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/components/people-search/people-search.component.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people-search-field/people-search-field.component.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-title.directive.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/people/components/people-selector/people-selector.component.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/people/people.widget.ts" - }, - "name": "PeopleWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions.model.ts" - }, - "name": "PermissionModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/permissions.enum.ts" - }, - "name": "PermissionsEnum" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions-style.model.ts" - }, - "name": "PermissionStyleModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/pieChart.model.ts" - }, - "name": "PieChart" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 156, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/process-attachment-list.component.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-audit.directive.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/comments/process-comments.component.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/process-services/comments/comments.module.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/process-content.service.ts" - }, - "name": "ProcessContentService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-definition.model.ts" - }, - "name": "ProcessDefinitionRepresentation" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "ProcessFilterParamRepresentationModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-filter.model.ts" - }, - "name": "ProcessFilterRequestRepresentation" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-filters.component.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/process-list/services/process-filter.service.ts" - }, - "name": "ProcessFilterService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance.model.ts" - }, - "name": "ProcessInstance" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-details.component.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-header.component.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 52, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-list.component.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-tasks.component.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-variable.model.ts" - }, - "name": "ProcessInstanceVariable" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/process-list/services/process.service.ts" - }, - "name": "ProcessService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/process-upload.service.ts" - }, - "name": "ProcessUploadService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/radio-buttons/radio-buttons.widget.ts" - }, - "name": "RadioButtonsWidgetComponent" - }, - { - "position": { - "line": 263, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCircleDirective" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCrossDirective" - }, - { - "position": { - "line": 267, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelFlowArrowDirective" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconAlfrescoPublishDirective" - }, - { - "position": { - "line": 281, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBoxPublishDirective" - }, - { - "position": { - "line": 284, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBusinessRuleDirective" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconCamelDirective" - }, - { - "position": { - "line": 286, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconErrorDirective" - }, - { - "position": { - "line": 280, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconGoogleDrivePublishDirective" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconManualDirective" - }, - { - "position": { - "line": 288, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMessageDirective" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMuleDirective" - }, - { - "position": { - "line": 282, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconReceiveDirective" - }, - { - "position": { - "line": 279, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconRestCallDirective" - }, - { - "position": { - "line": 283, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconScriptDirective" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSendDirective" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconServiceDirective" - }, - { - "position": { - "line": 287, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSignalDirective" - }, - { - "position": { - "line": 285, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconTimerDirective" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconUserDirective" - }, - { - "position": { - "line": 266, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelMultilineTextDirective" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPentagonDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPlusDirective" - }, - { - "position": { - "line": 264, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRectDirective" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRhombusDirective" - }, - { - "position": { - "line": 265, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelTextDirective" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/rating.component.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/services/rating.service.ts" - }, - "name": "RatingService" - }, - { - "position": { - "line": 160, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/models/redirection.model.ts" - }, - "name": "RedirectionModel" - }, - { - "position": { - "line": 454, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RegExFieldValidator" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/renditions.service.ts" - }, - "name": "RenditionsService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDateRange.model.ts" - }, - "name": "ReportDateRange" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDefinition.model.ts" - }, - "name": "ReportDefinitionModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameterDetails.model.ts" - }, - "name": "ReportParameterDetailsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameters.model.ts" - }, - "name": "ReportParametersModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportQuery.model.ts" - }, - "name": "ReportQuery" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RequiredFieldValidator" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/row.editor.ts" - }, - "name": "RowEditorComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/search/components/search.component.ts" - }, - "name": "SearchComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/search-configuration.service.ts" - }, - "name": "SearchConfigurationService" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/search/components/search-control.component.ts" - }, - "name": "SearchControlComponent" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/search.service.ts" - }, - "name": "SearchService" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/content-services/search/components/search-trigger.directive.ts" - }, - "name": "SearchTriggerDirective" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/app-list/select-apps-dialog-component.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/settings.service.ts" - }, - "name": "SettingsService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-data-row.model.ts" - }, - "name": "ShareDataRow" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-datatable-adapter.ts" - }, - "name": "ShareDataTableAdapter" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/shared-links-api.service.ts" - }, - "name": "SharedLinksApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarActionMenuComponent" - }, - { - "position": { - "line": 155, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SideBarActionModule", - "skipError": true - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SideBarActionModule", - "skipError": true - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuDirective" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuExpandIconDirective" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuTitleIconDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/sites.service.ts" - }, - "name": "SitesService" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/form/components/start-form.component.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 90, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 91, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormCustomButtonDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/process-services/process-list/components/start-process.component.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/task-list/components/start-task.component.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/models/start-task.model.ts" - }, - "name": "StartTaskModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/storage.service.ts" - }, - "name": "StorageService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/tableChart.model.ts" - }, - "name": "TableChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/tab.model.ts" - }, - "name": "TabModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/tabs/tabs.widget.ts" - }, - "name": "TabsWidgetComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/tag/tag-actions.component.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/tag-list.component.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/tag-node-list.component.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/tag/services/tag.service.ts" - }, - "name": "TagService" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/task-attachment-list.component.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-audit.directive.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-details.component.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.event.ts" - }, - "name": "TaskDetailsEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.model.ts" - }, - "name": "TaskDetailsModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-filters.component.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-filter.service.ts" - }, - "name": "TaskFilterService" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-header.component.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 53, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-list.component.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/services/tasklist.service.ts" - }, - "name": "TaskListService" - }, - { - "position": { - "line": 109, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "TaskQueryRequestRepresentationModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-upload.service.ts" - }, - "name": "TaskUploadService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/text/text.editor.ts" - }, - "name": "TextEditorComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text.widget.ts" - }, - "name": "TextWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/thumbnail.service.ts" - }, - "name": "ThumbnailService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/time-ago.pipe.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.component.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-divider.component.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 167, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-title.component.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/services/translate-loader.service.ts" - }, - "name": "TranslateLoaderService" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 177, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/mock/traslation.service.mock.ts" - }, - "name": "TranslationMock" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/services/translation.service.ts" - }, - "name": "TranslationService" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/txtViewer.component.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/typeahead/typeahead.widget.ts" - }, - "name": "TypeaheadWidgetComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/unknown-format/unknown-format.component.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/unknown/unknown.widget.ts" - }, - "name": "UnknownWidgetComponent" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-button.component.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/upload.directive.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-drag-area.component.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/upload.service.ts" - }, - "name": "UploadService" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/upload/upload.widget.ts" - }, - "name": "UploadWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-event.model.ts" - }, - "name": "UserEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-group.model.ts" - }, - "name": "UserGroupModel" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "UserInfo" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/userinfo/components/user-info.component.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 163, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/services/user-preferences.service.ts" - }, - "name": "UserPreferencesService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/models/user-process.model.ts" - }, - "name": "UserProcessModel" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateDynamicTableRowEvent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormEvent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormFieldEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-list.component.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.component.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModel" - }, - { - "position": { - "line": 118, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModuleModel" - }, - { - "position": { - "line": 102, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionStatusModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/version-manager/version-upload.component.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/viewer/components/viewer.component.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/directives/viewer-extension.directive.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 154, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-more-actions.component.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-open-with.component.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-sidebar.component.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar-actions.component.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar.component.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.component.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/form/components/widgets/widget.component.ts" - }, - "name": "WidgetComponent" - } -] diff --git a/tools/export-check/export-2.3.0.json b/tools/export-check/export-2.3.0.json deleted file mode 100644 index 14aef59f2a..0000000000 --- a/tools/export-check/export-2.3.0.json +++ /dev/null @@ -1,6446 +0,0 @@ -[ - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion.component.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion-group.component.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/activiti-alfresco.service.ts" - }, - "name": "ActivitiContentService" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/mock/AlfrescoApi.mock.ts" - }, - "name": "AlfrescoApiMock" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/alfresco-api.service.ts" - }, - "name": "AlfrescoApiService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/mock/alfresco-api.service.mock.ts" - }, - "name": "AlfrescoApiServiceMock" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/amount/amount.widget.ts" - }, - "name": "AmountWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics.component.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-generator.component.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportHeatMapComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-list.component.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-parameters.component.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/insights/analytics-process/services/analytics.service.ts" - }, - "name": "AnalyticsService" - }, - { - "position": { - "line": 174, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/app-config/app-config.service.ts" - }, - "name": "AppConfigService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/app-config.service.mock.ts" - }, - "name": "AppConfigServiceMock" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "AppDefinitionRepresentationModel" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.component.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/apps-process.service.ts" - }, - "name": "AppsProcessService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/aspect-oriented-config.service.ts" - }, - "name": "AspectOrientedConfigService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-file-widget.component.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-folder-widget.component.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-task-attachment.component.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/authentication.service.mock.ts" - }, - "name": "AuthenticationMock" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/services/authentication.service.ts" - }, - "name": "AuthenticationService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard.service.ts" - }, - "name": "AuthGuard" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard-bpm.service.ts" - }, - "name": "AuthGuardBpm" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/auth-guard-ecm.service.ts" - }, - "name": "AuthGuardEcm" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/barChart.model.ts" - }, - "name": "BarChart" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/events/base.event.ts" - }, - "name": "BaseEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/events/base-ui.event.ts" - }, - "name": "BaseUIEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/basic-properties.service.ts" - }, - "name": "BasicPropertiesService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts" - }, - "name": "BooleanEditorComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "BpmProductVersionModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/userinfo/services/bpm-user.service.ts" - }, - "name": "BpmUserService" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.component.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 96, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/services/card-item-types.service.ts" - }, - "name": "CardItemTypeService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-baseitem.model.ts" - }, - "name": "CardViewBaseItemModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-boolitem/card-view-boolitem.component.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 19, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-boolitem.model.ts" - }, - "name": "CardViewBoolItemModel" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 18, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/card-view/components/card-view/card-view.component.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/directives/card-view-content-proxy.directive.ts" - }, - "name": "CardViewContentProxyDirective" - }, - { - "position": { - "line": 20, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-dateitem.model.ts" - }, - "name": "CardViewDateItemModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-datetimeitem.model.ts" - }, - "name": "CardViewDatetimeItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-floatitem.model.ts" - }, - "name": "CardViewFloatItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-intitem.model.ts" - }, - "name": "CardViewIntItemModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts" - }, - "name": "CardViewItemDispatcherComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-float.validator.ts" - }, - "name": "CardViewItemFloatValidator" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-int.validator.ts" - }, - "name": "CardViewItemIntValidator" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-mapitem/card-view-mapitem.component.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-mapitem.model.ts" - }, - "name": "CardViewMapItemModel" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 178, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 22, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-textitem/card-view-textitem.component.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-textitem.model.ts" - }, - "name": "CardViewTextItemModel" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/core/card-view/services/card-view-update.service.ts" - }, - "name": "CardViewUpdateService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/chart.model.ts" - }, - "name": "Chart" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "CheckboxWidgetAanalyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/checkbox/checkbox.widget.ts" - }, - "name": "CheckboxWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/components/checklist.component.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 179, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/comment-content.service.ts" - }, - "name": "CommentContentService" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/comments/comment-list.component.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/comment.model.ts" - }, - "name": "CommentModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/models/comment-process.model.ts" - }, - "name": "CommentProcessModel" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/comment-process.service.ts" - }, - "name": "CommentProcessService" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/comments/comments.component.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 181, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 166, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/dialogs/confirm.dialog.ts" - }, - "name": "ConfirmDialogComponent" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "ConfirmDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container-column.model.ts" - }, - "name": "ContainerColumnModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container.model.ts" - }, - "name": "ContainerModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/container/container.widget.ts" - }, - "name": "ContainerWidgetComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action.component.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action-list.component.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "ContentActionModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column.component.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column-list.component.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 101, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 63, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "ContentInfo" - }, - { - "position": { - "line": 21, - "character": 1, - "fileName": "lib/core/form/components/widgets/core/content-link.model.ts" - }, - "name": "ContentLinkModel" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-metadata/components/content-metadata-card/content-metadata-card.component.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/content-metadata-config.factory.ts" - }, - "name": "ContentMetadataConfigFactory" - }, - { - "position": { - "line": 98, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/content-metadata.service.ts" - }, - "name": "ContentMetadataService" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-dialog.service.ts" - }, - "name": "ContentNodeDialogService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.component.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 97, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector-panel.component.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.service.ts" - }, - "name": "ContentNodeSelectorService" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/content.service.ts" - }, - "name": "ContentService" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/content/content.widget.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "ContentWidgetModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.directive.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/context-menu/context-menu-holder.component.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 177, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.service.ts" - }, - "name": "ContextMenuService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/cookie.service.ts" - }, - "name": "CookieService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/mock/cookie.service.mock.ts" - }, - "name": "CookieServiceMock" - }, - { - "position": { - "line": 193, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 126, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModuleLazy" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-process-attachment.component.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/services/custom-resources.service.ts" - }, - "name": "CustomResourcesService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEventModel" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/data-column/data-column.component.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/data-column/data-column-list.component.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 185, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/data/data-row-event.model.ts" - }, - "name": "DataRowEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/datatable/data/data-sorting.model.ts" - }, - "name": "DataSorting" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable-cell.component.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable.component.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 186, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/date-cell.component.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/date/date.editor.ts" - }, - "name": "DateEditorComponent" - }, - { - "position": { - "line": 133, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "DateFieldValidator" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DateRangeWidgetComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/form/components/widgets/date-time/date-time.widget.ts" - }, - "name": "DateTimeWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/date/date.widget.ts" - }, - "name": "DateWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/deleted-nodes-api.service.ts" - }, - "name": "DeletedNodesApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/detailsTableChart.model.ts" - }, - "name": "DetailsTableChart" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoundaryEventComponent" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoxPublishTaskComponent" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBusinessRuleTaskComponent" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramCamelTaskComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/services/diagram-color.service.ts" - }, - "name": "DiagramColorService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram.component.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerIconEventTaskComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerServiceTaskComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElement.model.ts" - }, - "name": "DiagramElementModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElementProperty.model.ts" - }, - "name": "DiagramElementPropertyModel" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEndEventComponent" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramEventDefinition.model.ts" - }, - "name": "DiagramEventDefinitionModel" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventGatewayComponent" - }, - { - "position": { - "line": 257, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventSubprocessComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramExclusiveGatewayComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramFlowElement.model.ts" - }, - "name": "DiagramFlowElementModel" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGatewayComponent" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBoxPublishTaskComponent" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBusinessRuleTaskComponent" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconCamelTaskComponent" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconErrorComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconManualTaskComponent" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMessageComponent" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMuleTaskComponent" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconReceiveTaskComponent" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconRestCallTaskComponent" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconScriptTaskComponent" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSendTaskComponent" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconServiceTaskComponent" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSignalComponent" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconTimerComponent" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconUserTaskComponent" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramInclusiveGatewayComponent" - }, - { - "position": { - "line": 255, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIntermediateCatchingEventComponent" - }, - { - "position": { - "line": 261, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLaneComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramLaneElement.model.ts" - }, - "name": "DiagramLaneElementModel" - }, - { - "position": { - "line": 260, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLanesComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramManualTaskComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagram.model.ts" - }, - "name": "DiagramModel" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramMuleTaskComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramParallelGatewayComponent" - }, - { - "position": { - "line": 259, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramPoolElement.model.ts" - }, - "name": "DiagramPoolElementModel" - }, - { - "position": { - "line": 258, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolsComponent" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramReceiveTaskComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramRestCallTaskComponent" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramScriptTaskComponent" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSendTaskComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram-sequence-flow.component.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramServiceTaskComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 118, - "character": 0, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/diagram/services/diagrams.service.ts" - }, - "name": "DiagramsService" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramStartEventComponent" - }, - { - "position": { - "line": 256, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSubprocessComponent" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTaskComponent" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramThrowEventComponent" - }, - { - "position": { - "line": 262, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTooltipComponent" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramUserTaskComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramWayPoint.model.ts" - }, - "name": "DiagramWayPointModel" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 99, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 167, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/discovery-api.service.ts" - }, - "name": "DiscoveryApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/display-text/display-text.widget.ts" - }, - "name": "DisplayTextWidgetComponentComponent" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "DocumentActionModel" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-actions.service.ts" - }, - "name": "DocumentActionsService" - }, - { - "position": { - "line": 51, - "character": 0, - "fileName": "lib/content-services/document-list/components/document-list.component.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 92, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-list.service.ts" - }, - "name": "DocumentListService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/document/document.widget.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/download-zip.dialog.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/dropdown-breadcrumb.component.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts" - }, - "name": "DropdownEditorComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.component.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DropdownWidgetAanalyticsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dropdown/dropdown.widget.ts" - }, - "name": "DropdownWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DurationWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentMapper" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentResolver" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.model.ts" - }, - "name": "DynamicTableModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.ts" - }, - "name": "DynamicTableWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/ecm-company.model.ts" - }, - "name": "EcmCompanyModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/ecm-model.service.ts" - }, - "name": "EcmModelService" - }, - { - "position": { - "line": 119, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "EcmProductVersionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/userinfo/services/ecm-user.service.ts" - }, - "name": "EcmUserService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/empty-folder/empty-folder-content.directive.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/search/components/empty-search-result.component.ts" - }, - "name": "EmptySearchResultComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/error-message.model.ts" - }, - "name": "ErrorMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/error/error.component.ts" - }, - "name": "ErrorWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/event.mock.ts" - }, - "name": "EventMock" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetField" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetFieldBucket" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetQuery" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/favorites-api.service.ts" - }, - "name": "FavoritesApiService" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/directives/file-draggable.directive.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/models/file.model.ts" - }, - "name": "FileModel" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/filesize-cell.component.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/file-size.pipe.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadCompleteEvent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadDeleteEvent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadErrorEvent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadEvent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-dialog.component.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list.component.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list-row.component.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/utils/file-utils.ts" - }, - "name": "FileUtils" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamRepresentationModel" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "FilterProcessRepresentationModel" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FilterQuery" - }, - { - "position": { - "line": 83, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterRepresentationModel" - }, - { - "position": { - "line": 484, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "FixedValueFieldValidator" - }, - { - "position": { - "line": 56, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "FolderActionModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/services/folder-actions.service.ts" - }, - "name": "FolderActionsService" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-create.directive.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/folder.dialog.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 100, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-edit.directive.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/form.model.ts" - }, - "name": "Form" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/form.component.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormErrorEvent" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormEvent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormFieldComponent" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormFieldEvent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field.model.ts" - }, - "name": "FormFieldModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-types.ts" - }, - "name": "FormFieldTypes" - }, - { - "position": { - "line": 89, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/form/components/form-list.component.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form.model.ts" - }, - "name": "FormModel" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 180, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome-event.model.ts" - }, - "name": "FormOutcomeEvent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome.model.ts" - }, - "name": "FormOutcomeModel" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/form/services/form-rendering.service.ts" - }, - "name": "FormRenderingService" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/services/form.service.ts" - }, - "name": "FormService" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 168, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-widget.model.ts" - }, - "name": "FormWidgetModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/functional-group/functional-group.widget.ts" - }, - "name": "FunctionalGroupWidgetComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/heatMapChart.model.ts" - }, - "name": "HeatMapChart" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/highlight.directive.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/text-highlight.pipe.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/highlight-transform.service.ts" - }, - "name": "HighlightTransformService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/settings/host-settings.component.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 171, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 170, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts" - }, - "name": "HyperlinkWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/imgViewer.component.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/indifferent-config.service.ts" - }, - "name": "IndifferentConfigService" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/pagination/infinite-pagination.component.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerButtonsDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerContentDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 184, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerTitleDirective" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "InheritPermissionDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/inherited-button.directive.ts" - }, - "name": "InheritPermissionDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/user-initial.pipe.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text-mask.component.ts" - }, - "name": "InputMaskDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModule" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.component.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 183, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/sidenav-layout/sidenav-layout.module.ts" - }, - "name": "LayoutContainerComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/layout-oriented-config.service.ts" - }, - "name": "LayoutOrientedConfigService" - }, - { - "position": { - "line": 57, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "LicenseModel" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/like.component.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/lineChart.model.ts" - }, - "name": "LineChart" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/loading-template.directive.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/location-cell.component.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/core/login/components/login.component.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 44, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-error.event.ts" - }, - "name": "LoginErrorEvent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-footer.directive.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 45, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 46, - "character": 12, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-header.directive.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 182, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-submit.event.ts" - }, - "name": "LoginSubmitEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-success.event.ts" - }, - "name": "LoginSuccessEvent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/directives/logout.directive.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/log.service.ts" - }, - "name": "LogService" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 173, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 212, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateFieldValidator" - }, - { - "position": { - "line": 300, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateTimeFieldValidator" - }, - { - "position": { - "line": 373, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxLengthFieldValidator" - }, - { - "position": { - "line": 429, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxValueFieldValidator" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/mediaPlayer.component.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/mime-type-icon.pipe.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 165, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateFieldValidator" - }, - { - "position": { - "line": 253, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateTimeFieldValidator" - }, - { - "position": { - "line": 347, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinLengthFieldValidator" - }, - { - "position": { - "line": 399, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinValueFieldValidator" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/utils/momentDateAdapter.ts" - }, - "name": "MomentDateAdapter" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/multiBarChart.model.ts" - }, - "name": "MultiBarChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts" - }, - "name": "MultilineTextWidgetComponentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-node-selector/name-location-cell/name-location-cell.component.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-content-template.directive.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/node-actions.service.ts" - }, - "name": "NodeActionsService" - }, - { - "position": { - "line": 50, - "character": 0, - "fileName": "lib/core/directives/node-delete.directive.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/directives/node-download.directive.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntityEvent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntryEvent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/directives/node-favorite.directive.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "NodeLockDialogComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/dialogs/node-lock.dialog.ts" - }, - "name": "NodeLockDialogComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeLockDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimal" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimalEntry" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/node-name-tooltip.pipe.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePaging" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePagingList" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/directives/node-permission.directive.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/services/node-permission.service.ts" - }, - "name": "NodePermissionService" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/nodes-api.service.ts" - }, - "name": "NodesApiService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/services/node.service.ts" - }, - "name": "NodeService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/directives/node-share.directive.ts" - }, - "name": "NodeSharedDirective" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeSharedDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/no-permission/no-permission-content.directive.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-permission-template.directive.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/no-task-detail-template.directive.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/services/notification.service.ts" - }, - "name": "NotificationService" - }, - { - "position": { - "line": 92, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "NumberFieldValidator" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "NumberWidgetAanlyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/number/number.widget.ts" - }, - "name": "NumberWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datacolumn.model.ts" - }, - "name": "ObjectDataColumn" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datarow.model.ts" - }, - "name": "ObjectDataRow" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/data/object-datatable-adapter.ts" - }, - "name": "ObjectDataTableAdapter" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/utils/object-utils.ts" - }, - "name": "ObjectUtils" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/page-title.service.ts" - }, - "name": "PageTitleService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "Pagination" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/pagination/pagination.component.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/pagination.model.ts" - }, - "name": "PaginationModel" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 175, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/parameterValue.model.ts" - }, - "name": "ParameterValueModel" - }, - { - "position": { - "line": 76, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathElementEntity" - }, - { - "position": { - "line": 70, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathInfoEntity" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfPasswordDialogComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumb.component.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumbnails.component.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer.component.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people/people.component.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/people-content.service.ts" - }, - "name": "PeopleContentService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/components/people-list/people-list.component.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/services/people-process.service.ts" - }, - "name": "PeopleProcessService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-action-label.directive.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/components/people-search/people-search.component.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people-search-field/people-search-field.component.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-title.directive.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/people/components/people-selector/people-selector.component.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/people/people.widget.ts" - }, - "name": "PeopleWidgetComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/permission-manager/models/permission.model.ts" - }, - "name": "PermissionDisplayModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/permission-list/permission-list.component.ts" - }, - "name": "PermissionListComponent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "PermissionListComponent" - }, - { - "position": { - "line": 102, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions.model.ts" - }, - "name": "PermissionModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/permissions.enum.ts" - }, - "name": "PermissionsEnum" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions-style.model.ts" - }, - "name": "PermissionStyleModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/pieChart.model.ts" - }, - "name": "PieChart" - }, - { - "position": { - "line": 165, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/process-attachment-list.component.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-audit.directive.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/process-comments/process-comments.component.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/process-services/process-comments/process-comments.module.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-comments/process-comments.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/process-content.service.ts" - }, - "name": "ProcessContentService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-definition.model.ts" - }, - "name": "ProcessDefinitionRepresentation" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "ProcessFilterParamRepresentationModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-filter.model.ts" - }, - "name": "ProcessFilterRequestRepresentation" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-filters.component.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/process-list/services/process-filter.service.ts" - }, - "name": "ProcessFilterService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance.model.ts" - }, - "name": "ProcessInstance" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-details.component.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-header.component.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 53, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-list.component.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-tasks.component.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-variable.model.ts" - }, - "name": "ProcessInstanceVariable" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/process-list/services/process.service.ts" - }, - "name": "ProcessService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/process-upload.service.ts" - }, - "name": "ProcessUploadService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/property-descriptors.service.ts" - }, - "name": "PropertyDescriptorsService" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/property-groups-translator.service.ts" - }, - "name": "PropertyGroupTranslatorService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/radio-buttons/radio-buttons.widget.ts" - }, - "name": "RadioButtonsWidgetComponent" - }, - { - "position": { - "line": 263, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCircleDirective" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCrossDirective" - }, - { - "position": { - "line": 267, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelFlowArrowDirective" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconAlfrescoPublishDirective" - }, - { - "position": { - "line": 281, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBoxPublishDirective" - }, - { - "position": { - "line": 284, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBusinessRuleDirective" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconCamelDirective" - }, - { - "position": { - "line": 286, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconErrorDirective" - }, - { - "position": { - "line": 280, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconGoogleDrivePublishDirective" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconManualDirective" - }, - { - "position": { - "line": 288, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMessageDirective" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMuleDirective" - }, - { - "position": { - "line": 282, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconReceiveDirective" - }, - { - "position": { - "line": 279, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconRestCallDirective" - }, - { - "position": { - "line": 283, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconScriptDirective" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSendDirective" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconServiceDirective" - }, - { - "position": { - "line": 287, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSignalDirective" - }, - { - "position": { - "line": 285, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconTimerDirective" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconUserDirective" - }, - { - "position": { - "line": 266, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelMultilineTextDirective" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPentagonDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPlusDirective" - }, - { - "position": { - "line": 264, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRectDirective" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRhombusDirective" - }, - { - "position": { - "line": 265, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelTextDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/rating.component.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 30, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/services/rating.service.ts" - }, - "name": "RatingService" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 169, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/models/redirection.model.ts" - }, - "name": "RedirectionModel" - }, - { - "position": { - "line": 459, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RegExFieldValidator" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/renditions.service.ts" - }, - "name": "RenditionsService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDateRange.model.ts" - }, - "name": "ReportDateRange" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDefinition.model.ts" - }, - "name": "ReportDefinitionModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameterDetails.model.ts" - }, - "name": "ReportParameterDetailsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameters.model.ts" - }, - "name": "ReportParametersModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportQuery.model.ts" - }, - "name": "ReportQuery" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RequiredFieldValidator" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/row.editor.ts" - }, - "name": "RowEditorComponent" - }, - { - "position": { - "line": 23, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchCategory" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/search/components/search-chip-list/search-chip-list.component.ts" - }, - "name": "SearchChipListComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/search/components/search.component.ts" - }, - "name": "SearchComponent" - }, - { - "position": { - "line": 26, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchConfiguration" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/search-configuration.service.ts" - }, - "name": "SearchConfigurationService" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/content-services/search/components/search-control.component.ts" - }, - "name": "SearchControlComponent" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/content-services/search/components/search-widget-container/search-widgets.module.ts" - }, - "name": "SearchFieldsComponent", - "skipError": true - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/search/components/search-filter/search-filter.component.ts" - }, - "name": "SearchFilterComponent" - }, - { - "position": { - "line": 94, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/search/search-query-builder.service.ts" - }, - "name": "SearchQueryBuilderService" - }, - { - "position": { - "line": 27, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchQueryBuilderService" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/content-services/search/components/search-widget-container/search-widgets.module.ts" - }, - "name": "SearchRadioComponent" - }, - { - "position": { - "line": 28, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchRange" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/search/components/search-widget-container/search-widgets.module.ts" - }, - "name": "SearchScopeLocationsComponent", - "skipError": true - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/search.service.ts" - }, - "name": "SearchService" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/content-services/search/components/search-widget-container/search-widgets.module.ts" - }, - "name": "SearchTextComponent" - }, - { - "position": { - "line": 46, - "character": 0, - "fileName": "lib/content-services/search/components/search-trigger.directive.ts" - }, - "name": "SearchTriggerDirective" - }, - { - "position": { - "line": 25, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchWidget" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchWidgetContainerComponent" - }, - { - "position": { - "line": 24, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchWidgetSettings" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/app-list/select-apps-dialog-component.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/settings.service.ts" - }, - "name": "SettingsService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-data-row.model.ts" - }, - "name": "ShareDataRow" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-datatable-adapter.ts" - }, - "name": "ShareDataTableAdapter" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/share.dialog.ts" - }, - "name": "ShareDialogComponent" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "ShareDialogComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/shared-links-api.service.ts" - }, - "name": "SharedLinksApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarActionMenuComponent" - }, - { - "position": { - "line": 163, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SideBarActionModule", - "skipError": true - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SideBarActionModule", - "skipError": true - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuDirective" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuExpandIconDirective" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/core/sidebar/sidebar-action-menu.component.ts" - }, - "name": "SidebarMenuTitleIconDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/sidenav-layout/components/sidenav-layout/sidenav-layout.component.ts" - }, - "name": "SidenavLayoutComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/sidenav-layout/sidenav-layout.module.ts" - }, - "name": "SidenavLayoutComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/sidenav-layout/sidenav-layout.module.ts" - }, - "name": "SidenavLayoutContentDirective" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/sidenav-layout/sidenav-layout.module.ts" - }, - "name": "SidenavLayoutHeaderDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/sidenav-layout/sidenav-layout.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 164, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/core/sidenav-layout/sidenav-layout.module.ts" - }, - "name": "SidenavLayoutNavigationDirective" - }, - { - "position": { - "line": 95, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/sites.service.ts" - }, - "name": "SitesService" - }, - { - "position": { - "line": 89, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 90, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/form/components/start-form.component.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 91, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormCustomButtonDirective" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/process-services/process-list/components/start-process.component.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/task-list/components/start-task.component.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/models/start-task.model.ts" - }, - "name": "StartTaskModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/storage.service.ts" - }, - "name": "StorageService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/tableChart.model.ts" - }, - "name": "TableChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/tab.model.ts" - }, - "name": "TabModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/tabs/tabs.widget.ts" - }, - "name": "TabsWidgetComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/tag/tag-actions.component.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/tag-list.component.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 90, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/tag-node-list.component.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/tag/services/tag.service.ts" - }, - "name": "TagService" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/task-attachment-list.component.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-audit.directive.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-details.component.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.event.ts" - }, - "name": "TaskDetailsEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.model.ts" - }, - "name": "TaskDetailsModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-filters.component.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-filter.service.ts" - }, - "name": "TaskFilterService" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-header.component.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-list.component.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/process-services/task-list/services/tasklist.service.ts" - }, - "name": "TaskListService" - }, - { - "position": { - "line": 109, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "TaskQueryRequestRepresentationModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-standalone.component.ts" - }, - "name": "TaskStandaloneComponent" - }, - { - "position": { - "line": 89, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskStandaloneComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-upload.service.ts" - }, - "name": "TaskUploadService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/text/text.editor.ts" - }, - "name": "TextEditorComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text.widget.ts" - }, - "name": "TextWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/thumbnail.service.ts" - }, - "name": "ThumbnailService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/pipes/time-ago.pipe.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.component.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-divider.component.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 176, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-title.component.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/services/translate-loader.service.ts" - }, - "name": "TranslateLoaderService" - }, - { - "position": { - "line": 187, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/mock/traslation.service.mock.ts" - }, - "name": "TranslationMock" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/services/translation.service.ts" - }, - "name": "TranslationService" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/txtViewer.component.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/typeahead/typeahead.widget.ts" - }, - "name": "TypeaheadWidgetComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/unknown-format/unknown-format.component.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/unknown/unknown.widget.ts" - }, - "name": "UnknownWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/base-upload/upload-base.ts" - }, - "name": "UploadBase" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-button.component.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/upload.directive.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-drag-area.component.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 93, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/services/upload.service.ts" - }, - "name": "UploadService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-version-button.component.ts" - }, - "name": "UploadVersionButtonComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadVersionButtonComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/upload/upload.widget.ts" - }, - "name": "UploadWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-event.model.ts" - }, - "name": "UserEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-group.model.ts" - }, - "name": "UserGroupModel" - }, - { - "position": { - "line": 58, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "UserInfo" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/userinfo/components/user-info.component.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 172, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/services/user-preferences.service.ts" - }, - "name": "UserPreferencesService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/models/user-process.model.ts" - }, - "name": "UserProcessModel" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateDynamicTableRowEvent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormEvent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormFieldEvent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/version-manager/version-list.component.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.component.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 103, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModel" - }, - { - "position": { - "line": 95, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModuleModel" - }, - { - "position": { - "line": 79, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionStatusModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-upload.component.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/viewer/components/viewer.component.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/directives/viewer-extension.directive.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 162, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-more-actions.component.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-open-with.component.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-sidebar.component.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar-actions.component.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar.component.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.component.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 91, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/form/components/widgets/widget.component.ts" - }, - "name": "WidgetComponent" - } -] diff --git a/tools/export-check/export-2.5.0.json b/tools/export-check/export-2.5.0.json deleted file mode 100644 index cf9fa3a405..0000000000 --- a/tools/export-check/export-2.5.0.json +++ /dev/null @@ -1,7210 +0,0 @@ -[ - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/about/about.component.ts" - }, - "name": "AboutComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/about/about.module.ts" - }, - "name": "AboutComponent" - }, - { - "position": { - "line": 195, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AboutModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/about/about.module.ts" - }, - "name": "AboutModule" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AboutModule" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/collapsable/accordion.component.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion-group.component.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/activiti-alfresco.service.ts" - }, - "name": "ActivitiContentService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/add-permission/add-permission.component.ts" - }, - "name": "AddPermissionComponent" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "AddPermissionComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/add-permission/add-permission-dialog.component.ts" - }, - "name": "AddPermissionDialogComponent" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "AddPermissionDialogComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/add-permission/add-permission-panel.component.ts" - }, - "name": "AddPermissionPanelComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "AddPermissionPanelComponent" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/mock/AlfrescoApi.mock.ts" - }, - "name": "AlfrescoApiMock" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/services/alfresco-api.service.ts" - }, - "name": "AlfrescoApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/mock/alfresco-api.service.mock.ts" - }, - "name": "AlfrescoApiServiceMock" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/amount/amount.widget.ts" - }, - "name": "AmountWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics.component.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-generator.component.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 111, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportHeatMapComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-list.component.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-parameters.component.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/insights/analytics-process/services/analytics.service.ts" - }, - "name": "AnalyticsService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 207, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 280, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 29, - "character": 8, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/app-config/app-config.pipe.ts" - }, - "name": "AppConfigPipe" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/app-config/app-config.service.ts" - }, - "name": "AppConfigService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/mock/app-config.service.mock.ts" - }, - "name": "AppConfigServiceMock" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "AppDefinitionRepresentationModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.component.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 131, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/apps-process.service.ts" - }, - "name": "AppsProcessService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/aspect-oriented-config.service.ts" - }, - "name": "AspectOrientedConfigService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-file-widget.component.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-folder-widget.component.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/task-list/components/attach-form.component.ts" - }, - "name": "AttachFormComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "AttachFormComponent" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-task-attachment.component.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 132, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/authentication.service.mock.ts" - }, - "name": "AuthenticationMock" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/authentication.service.ts" - }, - "name": "AuthenticationService" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/auth-guard.service.ts" - }, - "name": "AuthGuard" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/auth-guard-bpm.service.ts" - }, - "name": "AuthGuardBpm" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard-ecm.service.ts" - }, - "name": "AuthGuardEcm" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/barChart.model.ts" - }, - "name": "BarChart" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/events/base.event.ts" - }, - "name": "BaseEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/events/base-ui.event.ts" - }, - "name": "BaseUIEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/basic-properties.service.ts" - }, - "name": "BasicPropertiesService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts" - }, - "name": "BooleanEditorComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "BpmProductVersionModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/userinfo/services/bpm-user.service.ts" - }, - "name": "BpmUserService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.component.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 112, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 166, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/buttons-menu/buttons-menu.module.ts" - }, - "name": "ButtonsMenuComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/buttons-menu/buttons-menu.component.ts" - }, - "name": "ButtonsMenuComponent" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ButtonsMenuModule" - }, - { - "position": { - "line": 294, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ButtonsMenuModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/buttons-menu/buttons-menu.module.ts" - }, - "name": "ButtonsMenuModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/card-view/services/card-item-types.service.ts" - }, - "name": "CardItemTypeService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-baseitem.model.ts" - }, - "name": "CardViewBaseItemModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-boolitem/card-view-boolitem.component.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 19, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-boolitem.model.ts" - }, - "name": "CardViewBoolItemModel" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/card-view/components/card-view/card-view.component.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 18, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/directives/card-view-content-proxy.directive.ts" - }, - "name": "CardViewContentProxyDirective" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 20, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-dateitem.model.ts" - }, - "name": "CardViewDateItemModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-datetimeitem.model.ts" - }, - "name": "CardViewDatetimeItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-floatitem.model.ts" - }, - "name": "CardViewFloatItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-intitem.model.ts" - }, - "name": "CardViewIntItemModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts" - }, - "name": "CardViewItemDispatcherComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-float.validator.ts" - }, - "name": "CardViewItemFloatValidator" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-int.validator.ts" - }, - "name": "CardViewItemIntValidator" - }, - { - "position": { - "line": 24, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewKeyValuePairsItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.ts" - }, - "name": "CardViewKeyValuePairsItemComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewKeyValuePairsItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-keyvaluepairs.model.ts" - }, - "name": "CardViewKeyValuePairsItemModel" - }, - { - "position": { - "line": 21, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-mapitem/card-view-mapitem.component.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-mapitem.model.ts" - }, - "name": "CardViewMapItemModel" - }, - { - "position": { - "line": 284, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-selectitem/card-view-selectitem.component.ts" - }, - "name": "CardViewSelectItemComponent" - }, - { - "position": { - "line": 23, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewSelectItemComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewSelectItemComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-selectitem.model.ts" - }, - "name": "CardViewSelectItemModel" - }, - { - "position": { - "line": 22, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-textitem/card-view-textitem.component.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-textitem.model.ts" - }, - "name": "CardViewTextItemModel" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/card-view/services/card-view-update.service.ts" - }, - "name": "CardViewUpdateService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/chart.model.ts" - }, - "name": "Chart" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "CheckboxWidgetAanalyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/checkbox/checkbox.widget.ts" - }, - "name": "CheckboxWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/components/checklist.component.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 285, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/comment-content.service.ts" - }, - "name": "CommentContentService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/comments/comment-list.component.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/comment.model.ts" - }, - "name": "CommentModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/models/comment-process.model.ts" - }, - "name": "CommentProcessModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/comment-process.service.ts" - }, - "name": "CommentProcessService" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/comments/comments.component.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 287, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 106, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 199, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 125, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "ConfirmDialogComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/dialogs/confirm.dialog.ts" - }, - "name": "ConfirmDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container-column.model.ts" - }, - "name": "ContainerColumnModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container.model.ts" - }, - "name": "ContainerModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/container/container.widget.ts" - }, - "name": "ContainerWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action.component.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action-list.component.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "ContentActionModel" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column.component.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column-list.component.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 171, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 117, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 64, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "ContentInfo" - }, - { - "position": { - "line": 21, - "character": 1, - "fileName": "lib/core/form/components/widgets/core/content-link.model.ts" - }, - "name": "ContentLinkModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/components/content-metadata-card/content-metadata-card.component.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/content-metadata-config.factory.ts" - }, - "name": "ContentMetadataConfigFactory" - }, - { - "position": { - "line": 114, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 168, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/content-metadata.service.ts" - }, - "name": "ContentMetadataService" - }, - { - "position": { - "line": 124, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModule" - }, - { - "position": { - "line": 81, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModuleLazy" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-dialog.service.ts" - }, - "name": "ContentNodeDialogService" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.component.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 113, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 167, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector-panel.component.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.service.ts" - }, - "name": "ContentNodeSelectorService" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/content.service.ts" - }, - "name": "ContentService" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/content/content.widget.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "ContentWidgetModule" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.directive.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/context-menu/context-menu-holder.component.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 283, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.service.ts" - }, - "name": "ContextMenuService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/cookie.service.ts" - }, - "name": "CookieService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/mock/cookie.service.mock.ts" - }, - "name": "CookieServiceMock" - }, - { - "position": { - "line": 229, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 156, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModuleLazy" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-process-attachment.component.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/services/custom-resources.service.ts" - }, - "name": "CustomResourcesService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/data-column/data-column.component.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/data-column/data-column-list.component.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 291, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/data/data-row-event.model.ts" - }, - "name": "DataRowEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/datatable/data/data-sorting.model.ts" - }, - "name": "DataSorting" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable-cell.component.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable.component.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 292, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/datatable/data/data-table.schema.ts" - }, - "name": "DataTableSchema" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/date-cell.component.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/date/date.editor.ts" - }, - "name": "DateEditorComponent" - }, - { - "position": { - "line": 133, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "DateFieldValidator" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DateRangeWidgetComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/datetime/datetime.editor.ts" - }, - "name": "DateTimeEditorComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/form/components/widgets/date-time/date-time.widget.ts" - }, - "name": "DateTimeWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/date/date.widget.ts" - }, - "name": "DateWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/app-config/debug-app-config.service.ts" - }, - "name": "DebugAppConfigService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/deleted-nodes-api.service.ts" - }, - "name": "DeletedNodesApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/detailsTableChart.model.ts" - }, - "name": "DetailsTableChart" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoundaryEventComponent" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoxPublishTaskComponent" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBusinessRuleTaskComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramCamelTaskComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/services/diagram-color.service.ts" - }, - "name": "DiagramColorService" - }, - { - "position": { - "line": 200, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram.component.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerIconEventTaskComponent" - }, - { - "position": { - "line": 204, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerServiceTaskComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElement.model.ts" - }, - "name": "DiagramElementModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElementProperty.model.ts" - }, - "name": "DiagramElementPropertyModel" - }, - { - "position": { - "line": 203, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEndEventComponent" - }, - { - "position": { - "line": 201, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramEventDefinition.model.ts" - }, - "name": "DiagramEventDefinitionModel" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventGatewayComponent" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventSubprocessComponent" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramExclusiveGatewayComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramFlowElement.model.ts" - }, - "name": "DiagramFlowElementModel" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGatewayComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBoxPublishTaskComponent" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBusinessRuleTaskComponent" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconCamelTaskComponent" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconErrorComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconManualTaskComponent" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMessageComponent" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMuleTaskComponent" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconReceiveTaskComponent" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconRestCallTaskComponent" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconScriptTaskComponent" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSendTaskComponent" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconServiceTaskComponent" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSignalComponent" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconTimerComponent" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconUserTaskComponent" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramInclusiveGatewayComponent" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIntermediateCatchingEventComponent" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLaneComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramLaneElement.model.ts" - }, - "name": "DiagramLaneElementModel" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLanesComponent" - }, - { - "position": { - "line": 209, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramManualTaskComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagram.model.ts" - }, - "name": "DiagramModel" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramMuleTaskComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramParallelGatewayComponent" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramPoolElement.model.ts" - }, - "name": "DiagramPoolElementModel" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolsComponent" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramReceiveTaskComponent" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramRestCallTaskComponent" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramScriptTaskComponent" - }, - { - "position": { - "line": 207, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSendTaskComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram-sequence-flow.component.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 206, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramServiceTaskComponent" - }, - { - "position": { - "line": 110, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 113, - "character": 0, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/diagram/services/diagrams.service.ts" - }, - "name": "DiagramsService" - }, - { - "position": { - "line": 202, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramStartEventComponent" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSubprocessComponent" - }, - { - "position": { - "line": 205, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTaskComponent" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramThrowEventComponent" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTooltipComponent" - }, - { - "position": { - "line": 208, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramUserTaskComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramWayPoint.model.ts" - }, - "name": "DiagramWayPointModel" - }, - { - "position": { - "line": 169, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 115, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 200, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/discovery-api.service.ts" - }, - "name": "DiscoveryApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/display-text/display-text.widget.ts" - }, - "name": "DisplayTextWidgetComponentComponent" - }, - { - "position": { - "line": 57, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "DocumentActionModel" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-actions.service.ts" - }, - "name": "DocumentActionsService" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/content-services/document-list/components/document-list.component.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 162, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 108, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-list.service.ts" - }, - "name": "DocumentListService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/document/document.widget.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/download-zip.dialog.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/dropdown-breadcrumb.component.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts" - }, - "name": "DropdownEditorComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.component.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DropdownWidgetAanalyticsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dropdown/dropdown.widget.ts" - }, - "name": "DropdownWidgetComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DurationWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentMapper" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentResolver" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.model.ts" - }, - "name": "DynamicTableModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.ts" - }, - "name": "DynamicTableWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/ecm-company.model.ts" - }, - "name": "EcmCompanyModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/ecm-model.service.ts" - }, - "name": "EcmModelService" - }, - { - "position": { - "line": 119, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "EcmProductVersionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/userinfo/services/ecm-user.service.ts" - }, - "name": "EcmUserService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/templates/empty-content/empty-content.component.ts" - }, - "name": "EmptyContentComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/templates/template.module.ts" - }, - "name": "EmptyContentComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/directives/empty-custom-content.directive.ts" - }, - "name": "EmptyCustomContentDirective" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyCustomContentDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/empty-folder/empty-folder-content.directive.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/search/components/empty-search-result.component.ts" - }, - "name": "EmptySearchResultComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/templates/error-content/error-content.component.ts" - }, - "name": "ErrorContentComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/templates/template.module.ts" - }, - "name": "ErrorContentComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/error-message.model.ts" - }, - "name": "ErrorMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/error/error.component.ts" - }, - "name": "ErrorWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/event.mock.ts" - }, - "name": "EventMock" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetField" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetFieldBucket" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetQuery" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/favorites-api.service.ts" - }, - "name": "FavoritesApiService" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/directives/file-draggable.directive.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/core/models/file.model.ts" - }, - "name": "FileModel" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/filesize-cell.component.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/file-size.pipe.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadCompleteEvent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadDeleteEvent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadErrorEvent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadEvent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-dialog.component.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list.component.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list-row.component.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/utils/file-utils.ts" - }, - "name": "FileUtils" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamRepresentationModel" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "FilterProcessRepresentationModel" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FilterQuery" - }, - { - "position": { - "line": 83, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterRepresentationModel" - }, - { - "position": { - "line": 483, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "FixedValueFieldValidator" - }, - { - "position": { - "line": 64, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "FolderActionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/document-list/services/folder-actions.service.ts" - }, - "name": "FolderActionsService" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-create.directive.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/folder.dialog.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 170, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 116, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-edit.directive.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/form.model.ts" - }, - "name": "Form" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/form.component.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormErrorEvent" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormEvent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormFieldComponent" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormFieldEvent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field.model.ts" - }, - "name": "FormFieldModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-types.ts" - }, - "name": "FormFieldTypes" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/form/components/form-list.component.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form.model.ts" - }, - "name": "FormModel" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 286, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome-event.model.ts" - }, - "name": "FormOutcomeEvent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome.model.ts" - }, - "name": "FormOutcomeModel" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/form/services/form-rendering.service.ts" - }, - "name": "FormRenderingService" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/form/services/form.service.ts" - }, - "name": "FormService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 107, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 89, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 201, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 127, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-widget.model.ts" - }, - "name": "FormWidgetModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/functional-group/functional-group.widget.ts" - }, - "name": "FunctionalGroupWidgetComponent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "HeaderLayoutComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/heatMapChart.model.ts" - }, - "name": "HeatMapChart" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/highlight.directive.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/text-highlight.pipe.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/highlight-transform.service.ts" - }, - "name": "HighlightTransformService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/settings/host-settings.component.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 204, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 203, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts" - }, - "name": "HyperlinkWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/imgViewer.component.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/indifferent-config.service.ts" - }, - "name": "IndifferentConfigService" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/pagination/infinite-pagination.component.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerButtonsDirective" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerContentDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 290, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerTitleDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/inherited-button.directive.ts" - }, - "name": "InheritPermissionDirective" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "InheritPermissionDirective" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/pipes/user-initial.pipe.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text-mask.component.ts" - }, - "name": "InputMaskDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModule" - }, - { - "position": { - "line": 95, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModuleLazy" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.component.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 289, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "LayoutContainerComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "LayoutModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/layout-oriented-config.service.ts" - }, - "name": "LayoutOrientedConfigService" - }, - { - "position": { - "line": 57, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "LicenseModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/like.component.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/lineChart.model.ts" - }, - "name": "LineChart" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/loading-template.directive.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/location-cell.component.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/core/login/components/login.component.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-error.event.ts" - }, - "name": "LoginErrorEvent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-footer.directive.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-header.directive.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 288, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-submit.event.ts" - }, - "name": "LoginSubmitEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-success.event.ts" - }, - "name": "LoginSuccessEvent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/directives/logout.directive.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/log.service.ts" - }, - "name": "LogService" - }, - { - "position": { - "line": 109, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 206, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 279, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 212, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateFieldValidator" - }, - { - "position": { - "line": 299, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateTimeFieldValidator" - }, - { - "position": { - "line": 372, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxLengthFieldValidator" - }, - { - "position": { - "line": 428, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxValueFieldValidator" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/mediaPlayer.component.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/mime-type-icon.pipe.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 165, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateFieldValidator" - }, - { - "position": { - "line": 253, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateTimeFieldValidator" - }, - { - "position": { - "line": 346, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinLengthFieldValidator" - }, - { - "position": { - "line": 398, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinValueFieldValidator" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/utils/momentDateAdapter.ts" - }, - "name": "MomentDateAdapter" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/multiBarChart.model.ts" - }, - "name": "MultiBarChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts" - }, - "name": "MultilineTextWidgetComponentComponent" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-node-selector/name-location-cell/name-location-cell.component.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-content-template.directive.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/node-actions.service.ts" - }, - "name": "NodeActionsService" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/core/directives/node-delete.directive.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/directives/node-download.directive.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntityEvent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntryEvent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/directives/node-favorite.directive.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "NodeLockDialogComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/dialogs/node-lock.dialog.ts" - }, - "name": "NodeLockDialogComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeLockDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimal" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimalEntry" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/node-name-tooltip.pipe.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePaging" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePagingList" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/permission-manager/services/node-permission-dialog.service.ts" - }, - "name": "NodePermissionDialogService" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/directives/node-permission.directive.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/services/node-permission.service.ts" - }, - "name": "NodePermissionService" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/nodes-api.service.ts" - }, - "name": "NodesApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/services/node.service.ts" - }, - "name": "NodeService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/directives/node-share.directive.ts" - }, - "name": "NodeSharedDirective" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeSharedDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/no-permission/no-permission-content.directive.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/permission-list/no-permission.component.ts" - }, - "name": "NoPermissionTemplateComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "NoPermissionTemplateComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-permission-template.directive.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/no-task-detail-template.directive.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/notification.service.ts" - }, - "name": "NotificationService" - }, - { - "position": { - "line": 92, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "NumberFieldValidator" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "NumberWidgetAanlyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/number/number.widget.ts" - }, - "name": "NumberWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datacolumn.model.ts" - }, - "name": "ObjectDataColumn" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datarow.model.ts" - }, - "name": "ObjectDataRow" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/datatable/data/object-datatable-adapter.ts" - }, - "name": "ObjectDataTableAdapter" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/utils/object-utils.ts" - }, - "name": "ObjectUtils" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/page-title.service.ts" - }, - "name": "PageTitleService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "Pagination" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/pagination/pagination.component.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/pagination.model.ts" - }, - "name": "PaginationModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 208, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 281, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/parameterValue.model.ts" - }, - "name": "ParameterValueModel" - }, - { - "position": { - "line": 77, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathElementEntity" - }, - { - "position": { - "line": 71, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathInfoEntity" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfPasswordDialogComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumb.component.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumbnails.component.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer.component.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people/people.component.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/people-content.service.ts" - }, - "name": "PeopleContentService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/components/people-list/people-list.component.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 133, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/people-process.service.ts" - }, - "name": "PeopleProcessService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-action-label.directive.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/people/components/people-search/people-search.component.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people-search-field/people-search-field.component.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-title.directive.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/people/components/people-selector/people-selector.component.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/form/components/widgets/people/people.widget.ts" - }, - "name": "PeopleWidgetComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/permission-manager/models/permission.model.ts" - }, - "name": "PermissionDisplayModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/permission-list/permission-list.component.ts" - }, - "name": "PermissionListComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "PermissionListComponent" - }, - { - "position": { - "line": 172, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 118, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions.model.ts" - }, - "name": "PermissionModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/permissions.enum.ts" - }, - "name": "PermissionsEnum" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions-style.model.ts" - }, - "name": "PermissionStyleModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/pieChart.model.ts" - }, - "name": "PieChart" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 198, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/process-attachment-list.component.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-audit.directive.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ProcessCloudModule" - }, - { - "position": { - "line": 79, - "character": 0, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ProcessCloudModuleLazy" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/process-services/process-comments/process-comments.module.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/process-comments/process-comments.component.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 126, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-comments/process-comments.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/process-content.service.ts" - }, - "name": "ProcessContentService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-definition.model.ts" - }, - "name": "ProcessDefinitionRepresentation" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "ProcessFilterParamRepresentationModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-filter.model.ts" - }, - "name": "ProcessFilterRequestRepresentation" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-filters.component.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/process-list/services/process-filter.service.ts" - }, - "name": "ProcessFilterService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance.model.ts" - }, - "name": "ProcessInstance" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-details.component.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-header.component.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-list.component.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-tasks.component.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-variable.model.ts" - }, - "name": "ProcessInstanceVariable" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 129, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModule" - }, - { - "position": { - "line": 110, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModuleLazy" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/process-list/services/process.service.ts" - }, - "name": "ProcessService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/services/process-upload.service.ts" - }, - "name": "ProcessUploadService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/property-descriptors.service.ts" - }, - "name": "PropertyDescriptorsService" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/property-groups-translator.service.ts" - }, - "name": "PropertyGroupTranslatorService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/radio-buttons/radio-buttons.widget.ts" - }, - "name": "RadioButtonsWidgetComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCircleDirective" - }, - { - "position": { - "line": 258, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCrossDirective" - }, - { - "position": { - "line": 257, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelFlowArrowDirective" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconAlfrescoPublishDirective" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBoxPublishDirective" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBusinessRuleDirective" - }, - { - "position": { - "line": 266, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconCamelDirective" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconErrorDirective" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconGoogleDrivePublishDirective" - }, - { - "position": { - "line": 265, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconManualDirective" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMessageDirective" - }, - { - "position": { - "line": 267, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMuleDirective" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconReceiveDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconRestCallDirective" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconScriptDirective" - }, - { - "position": { - "line": 263, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSendDirective" - }, - { - "position": { - "line": 262, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconServiceDirective" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSignalDirective" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconTimerDirective" - }, - { - "position": { - "line": 264, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconUserDirective" - }, - { - "position": { - "line": 256, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelMultilineTextDirective" - }, - { - "position": { - "line": 261, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPentagonDirective" - }, - { - "position": { - "line": 259, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPlusDirective" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRectDirective" - }, - { - "position": { - "line": 260, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRhombusDirective" - }, - { - "position": { - "line": 255, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelTextDirective" - }, - { - "position": { - "line": 30, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/rating.component.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/services/rating.service.ts" - }, - "name": "RatingService" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 128, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 108, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 202, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 90, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/models/redirection.model.ts" - }, - "name": "RedirectionModel" - }, - { - "position": { - "line": 458, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RegExFieldValidator" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/renditions.service.ts" - }, - "name": "RenditionsService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDateRange.model.ts" - }, - "name": "ReportDateRange" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDefinition.model.ts" - }, - "name": "ReportDefinitionModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameterDetails.model.ts" - }, - "name": "ReportParameterDetailsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameters.model.ts" - }, - "name": "ReportParametersModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportQuery.model.ts" - }, - "name": "ReportQuery" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RequiredFieldValidator" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "RestoreMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/row.editor.ts" - }, - "name": "RowEditorComponent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchCategory" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchCheckListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/search/components/search-chip-list/search-chip-list.component.ts" - }, - "name": "SearchChipListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/content-services/search/components/search.component.ts" - }, - "name": "SearchComponent" - }, - { - "position": { - "line": 24, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchConfiguration" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/search-configuration.service.ts" - }, - "name": "SearchConfigurationService" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/search/components/search-control.component.ts" - }, - "name": "SearchControlComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchDateRangeComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/search/components/search-filter/search-filter.component.ts" - }, - "name": "SearchFilterComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/search/components/search-filter/search-filter.service.ts" - }, - "name": "SearchFilterService" - }, - { - "position": { - "line": 164, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 110, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchNumberRangeComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/search/search-query-builder.service.ts" - }, - "name": "SearchQueryBuilderService" - }, - { - "position": { - "line": 25, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchQueryBuilderService" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchRadioComponent" - }, - { - "position": { - "line": 26, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchRange" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/search.service.ts" - }, - "name": "SearchService" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchSliderComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/search/components/search-sorting-picker/search-sorting-picker.component.ts" - }, - "name": "SearchSortingPickerComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchSortingPickerComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchTextComponent" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/search/components/search-trigger.directive.ts" - }, - "name": "SearchTriggerDirective" - }, - { - "position": { - "line": 23, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchWidget" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchWidgetContainerComponent" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchWidgetSettings" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/app-list/select-apps-dialog-component.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/settings.service.ts" - }, - "name": "SettingsService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-data-row.model.ts" - }, - "name": "ShareDataRow" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-datatable-adapter.ts" - }, - "name": "ShareDataTableAdapter" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/share.dialog.ts" - }, - "name": "ShareDialogComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "ShareDialogComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/shared-links-api.service.ts" - }, - "name": "SharedLinksApiService" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarActionMenuComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarMenuDirective" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarMenuExpandIconDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarMenuTitleIconDirective" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/layout/components/sidenav-layout/sidenav-layout.component.ts" - }, - "name": "SidenavLayoutComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutContentDirective" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutHeaderDirective" - }, - { - "position": { - "line": 61, - "character": 9, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 197, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutNavigationDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 165, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 111, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/sites.service.ts" - }, - "name": "SitesService" - }, - { - "position": { - "line": 159, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 105, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/sorting-picker/sorting-picker.component.ts" - }, - "name": "SortingPickerComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/sorting-picker/sorting-picker.module.ts" - }, - "name": "SortingPickerComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SortingPickerModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/sorting-picker/sorting-picker.module.ts" - }, - "name": "SortingPickerModule" - }, - { - "position": { - "line": 296, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SortingPickerModule" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/start-form.component.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormCustomButtonDirective" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/process-list/components/start-process.component.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/components/start-task.component.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/models/start-task.model.ts" - }, - "name": "StartTaskModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/storage.service.ts" - }, - "name": "StorageService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/tableChart.model.ts" - }, - "name": "TableChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/tab.model.ts" - }, - "name": "TabModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/tabs/tabs.widget.ts" - }, - "name": "TabsWidgetComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag-actions.component.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/tag/tag-list.component.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 160, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 106, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/tag-node-list.component.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/tag/services/tag.service.ts" - }, - "name": "TagService" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/task-attachment-list.component.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-audit.directive.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-details.component.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.event.ts" - }, - "name": "TaskDetailsEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.model.ts" - }, - "name": "TaskDetailsModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-filters.component.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-filter.service.ts" - }, - "name": "TaskFilterService" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-header.component.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-list.component.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-list.model.ts" - }, - "name": "TaskListModel" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 130, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/services/tasklist.service.ts" - }, - "name": "TaskListService" - }, - { - "position": { - "line": 109, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "TaskQueryRequestRepresentationModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-standalone.component.ts" - }, - "name": "TaskStandaloneComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskStandaloneComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-upload.service.ts" - }, - "name": "TaskUploadService" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TemplateModule" - }, - { - "position": { - "line": 295, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TemplateModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/templates/template.module.ts" - }, - "name": "TemplateModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/text/text.editor.ts" - }, - "name": "TextEditorComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text.widget.ts" - }, - "name": "TextWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/thumbnail.service.ts" - }, - "name": "ThumbnailService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/time-ago.pipe.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.component.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-divider.component.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 209, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 282, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-title.component.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/translate-loader.service.ts" - }, - "name": "TranslateLoaderService" - }, - { - "position": { - "line": 293, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/mock/translation.service.mock.ts" - }, - "name": "TranslationMock" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/translation.service.ts" - }, - "name": "TranslationService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/viewer/components/txtViewer.component.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/typeahead/typeahead.widget.ts" - }, - "name": "TypeaheadWidgetComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/unknown-format/unknown-format.component.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/unknown/unknown.widget.ts" - }, - "name": "UnknownWidgetComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/upload/components/base-upload/upload-base.ts" - }, - "name": "UploadBase" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-button.component.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/upload.directive.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-drag-area.component.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-files.event.ts" - }, - "name": "UploadFilesEvent" - }, - { - "position": { - "line": 163, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 109, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/upload.service.ts" - }, - "name": "UploadService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-version-button.component.ts" - }, - "name": "UploadVersionButtonComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadVersionButtonComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/upload/upload.widget.ts" - }, - "name": "UploadWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-event.model.ts" - }, - "name": "UserEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-group.model.ts" - }, - "name": "UserGroupModel" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "UserInfo" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/userinfo/components/user-info.component.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 205, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/user-preferences.service.ts" - }, - "name": "UserPreferencesService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/models/user-process.model.ts" - }, - "name": "UserProcessModel" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateDynamicTableRowEvent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormEvent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormFieldEvent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/version-manager/version-list.component.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.component.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 173, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 119, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModel" - }, - { - "position": { - "line": 95, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModuleModel" - }, - { - "position": { - "line": 79, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionStatusModel" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-upload.component.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/viewer/components/viewer.component.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/directives/viewer-extension.directive.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 196, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-more-actions.component.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-open-with.component.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-sidebar.component.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar-actions.component.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar.component.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/services/view-util.service.ts" - }, - "name": "ViewUtilService" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.component.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 107, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 161, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/form/components/widgets/widget.component.ts" - }, - "name": "WidgetComponent" - } -] \ No newline at end of file diff --git a/tools/export-check/export-2.6.0.json b/tools/export-check/export-2.6.0.json deleted file mode 100644 index cf9fa3a405..0000000000 --- a/tools/export-check/export-2.6.0.json +++ /dev/null @@ -1,7210 +0,0 @@ -[ - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/about/about.component.ts" - }, - "name": "AboutComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/about/about.module.ts" - }, - "name": "AboutComponent" - }, - { - "position": { - "line": 195, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AboutModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/about/about.module.ts" - }, - "name": "AboutModule" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AboutModule" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/collapsable/accordion.component.ts" - }, - "name": "AccordionComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/collapsable/accordion-group.component.ts" - }, - "name": "AccordionGroupComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/services/activiti-alfresco.service.ts" - }, - "name": "ActivitiContentService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/add-permission/add-permission.component.ts" - }, - "name": "AddPermissionComponent" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "AddPermissionComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/add-permission/add-permission-dialog.component.ts" - }, - "name": "AddPermissionDialogComponent" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "AddPermissionDialogComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/add-permission/add-permission-panel.component.ts" - }, - "name": "AddPermissionPanelComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "AddPermissionPanelComponent" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/mock/AlfrescoApi.mock.ts" - }, - "name": "AlfrescoApiMock" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/services/alfresco-api.service.ts" - }, - "name": "AlfrescoApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/mock/alfresco-api.service.mock.ts" - }, - "name": "AlfrescoApiServiceMock" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/amount/amount.widget.ts" - }, - "name": "AmountWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics.component.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-generator.component.ts" - }, - "name": "AnalyticsGeneratorComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 111, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "AnalyticsProcessModule" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportHeatMapComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-list.component.ts" - }, - "name": "AnalyticsReportListComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/insights/analytics-process/components/analytics-report-parameters.component.ts" - }, - "name": "AnalyticsReportParametersComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/insights/analytics-process/services/analytics.service.ts" - }, - "name": "AnalyticsService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 207, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 280, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "AppConfigModule" - }, - { - "position": { - "line": 29, - "character": 8, - "fileName": "lib/core/app-config/app-config.module.ts" - }, - "name": "AppConfigPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/app-config/app-config.pipe.ts" - }, - "name": "AppConfigPipe" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/app-config/app-config.service.ts" - }, - "name": "AppConfigService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/mock/app-config.service.mock.ts" - }, - "name": "AppConfigServiceMock" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "AppDefinitionRepresentationModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.component.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListComponent" - }, - { - "position": { - "line": 131, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AppsListModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/apps-process.service.ts" - }, - "name": "AppsProcessService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/aspect-oriented-config.service.ts" - }, - "name": "AspectOrientedConfigService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-file-widget.component.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFileWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/content-widget/attach-folder-widget.component.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "AttachFolderWidgetComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/task-list/components/attach-form.component.ts" - }, - "name": "AttachFormComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "AttachFormComponent" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-task-attachment.component.ts" - }, - "name": "AttachmentComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 132, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "AttachmentModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/mock/authentication.service.mock.ts" - }, - "name": "AuthenticationMock" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/authentication.service.ts" - }, - "name": "AuthenticationService" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/auth-guard.service.ts" - }, - "name": "AuthGuard" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/services/auth-guard-bpm.service.ts" - }, - "name": "AuthGuardBpm" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/auth-guard-ecm.service.ts" - }, - "name": "AuthGuardEcm" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/barChart.model.ts" - }, - "name": "BarChart" - }, - { - "position": { - "line": 18, - "character": 0, - "fileName": "lib/core/events/base.event.ts" - }, - "name": "BaseEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/events/base-ui.event.ts" - }, - "name": "BaseUIEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/basic-properties.service.ts" - }, - "name": "BasicPropertiesService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts" - }, - "name": "BooleanEditorComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "BpmProductVersionModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/userinfo/services/bpm-user.service.ts" - }, - "name": "BpmUserService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.component.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbComponent" - }, - { - "position": { - "line": 112, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 166, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "BreadcrumbModule" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/buttons-menu/buttons-menu.module.ts" - }, - "name": "ButtonsMenuComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/buttons-menu/buttons-menu.component.ts" - }, - "name": "ButtonsMenuComponent" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ButtonsMenuModule" - }, - { - "position": { - "line": 294, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ButtonsMenuModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/buttons-menu/buttons-menu.module.ts" - }, - "name": "ButtonsMenuModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/card-view/services/card-item-types.service.ts" - }, - "name": "CardItemTypeService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-baseitem.model.ts" - }, - "name": "CardViewBaseItemModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-boolitem/card-view-boolitem.component.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 19, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewBoolItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-boolitem.model.ts" - }, - "name": "CardViewBoolItemModel" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/card-view/components/card-view/card-view.component.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 18, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/directives/card-view-content-proxy.directive.ts" - }, - "name": "CardViewContentProxyDirective" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 20, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.ts" - }, - "name": "CardViewDateItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-dateitem.model.ts" - }, - "name": "CardViewDateItemModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-datetimeitem.model.ts" - }, - "name": "CardViewDatetimeItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-floatitem.model.ts" - }, - "name": "CardViewFloatItemModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-intitem.model.ts" - }, - "name": "CardViewIntItemModel" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts" - }, - "name": "CardViewItemDispatcherComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-float.validator.ts" - }, - "name": "CardViewItemFloatValidator" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/card-view/validators/card-view-item-int.validator.ts" - }, - "name": "CardViewItemIntValidator" - }, - { - "position": { - "line": 24, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewKeyValuePairsItemComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.ts" - }, - "name": "CardViewKeyValuePairsItemComponent" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewKeyValuePairsItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-keyvaluepairs.model.ts" - }, - "name": "CardViewKeyValuePairsItemModel" - }, - { - "position": { - "line": 21, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-mapitem/card-view-mapitem.component.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewMapItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-mapitem.model.ts" - }, - "name": "CardViewMapItemModel" - }, - { - "position": { - "line": 284, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CardViewModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-selectitem/card-view-selectitem.component.ts" - }, - "name": "CardViewSelectItemComponent" - }, - { - "position": { - "line": 23, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewSelectItemComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewSelectItemComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-selectitem.model.ts" - }, - "name": "CardViewSelectItemModel" - }, - { - "position": { - "line": 22, - "character": 4, - "fileName": "lib/core/card-view/public-api.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/card-view/components/card-view-textitem/card-view-textitem.component.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/card-view/card-view.module.ts" - }, - "name": "CardViewTextItemComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/card-view/models/card-view-textitem.model.ts" - }, - "name": "CardViewTextItemModel" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/card-view/services/card-view-update.service.ts" - }, - "name": "CardViewUpdateService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/chart.model.ts" - }, - "name": "Chart" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "CheckboxWidgetAanalyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/checkbox/checkbox.widget.ts" - }, - "name": "CheckboxWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/components/checklist.component.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "ChecklistComponent" - }, - { - "position": { - "line": 285, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/collapsable/collapsable.module.ts" - }, - "name": "CollapsableModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/comment-content.service.ts" - }, - "name": "CommentContentService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/comments/comment-list.component.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/comment.model.ts" - }, - "name": "CommentModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/models/comment-process.model.ts" - }, - "name": "CommentProcessModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/comment-process.service.ts" - }, - "name": "CommentProcessService" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/comments/comments.component.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentsComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 287, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/comments/comments.module.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/process-services/index.ts" - }, - "name": "CommentsModule" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 106, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 199, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 125, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "CommonModule" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "ConfirmDialogComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/dialogs/confirm.dialog.ts" - }, - "name": "ConfirmDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container-column.model.ts" - }, - "name": "ContainerColumnModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/container.model.ts" - }, - "name": "ContainerModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/container/container.widget.ts" - }, - "name": "ContainerWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action.component.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-action/content-action-list.component.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentActionListComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "ContentActionModel" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column.component.ts" - }, - "name": "ContentColumnComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/components/content-column/content-column-list.component.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "ContentColumnListComponent" - }, - { - "position": { - "line": 171, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 117, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentDirectiveModule" - }, - { - "position": { - "line": 64, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "ContentInfo" - }, - { - "position": { - "line": 21, - "character": 1, - "fileName": "lib/core/form/components/widgets/core/content-link.model.ts" - }, - "name": "ContentLinkModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/components/content-metadata-card/content-metadata-card.component.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataCardComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/content-metadata-config.factory.ts" - }, - "name": "ContentMetadataConfigFactory" - }, - { - "position": { - "line": 114, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 168, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-metadata/content-metadata.module.ts" - }, - "name": "ContentMetadataModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/content-metadata.service.ts" - }, - "name": "ContentMetadataService" - }, - { - "position": { - "line": 124, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModule" - }, - { - "position": { - "line": 81, - "character": 0, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentModuleLazy" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-dialog.service.ts" - }, - "name": "ContentNodeDialogService" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.component.ts" - }, - "name": "ContentNodeSelectorComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 113, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 167, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "ContentNodeSelectorModule" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector-panel.component.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "ContentNodeSelectorPanelComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-node-selector/content-node-selector.service.ts" - }, - "name": "ContentNodeSelectorService" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/content.service.ts" - }, - "name": "ContentService" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/content/content.widget.ts" - }, - "name": "ContentWidgetComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/content-widget/content-widget.module.ts" - }, - "name": "ContentWidgetModule" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.directive.ts" - }, - "name": "ContextMenuDirective" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/context-menu/context-menu-holder.component.ts" - }, - "name": "ContextMenuHolderComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 283, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ContextMenuModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/context-menu/context-menu.service.ts" - }, - "name": "ContextMenuService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/cookie.service.ts" - }, - "name": "CookieService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/mock/cookie.service.mock.ts" - }, - "name": "CookieServiceMock" - }, - { - "position": { - "line": 229, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModule" - }, - { - "position": { - "line": 156, - "character": 0, - "fileName": "lib/core/core.module.ts" - }, - "name": "CoreModuleLazy" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/attachment/create-process-attachment.component.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "CreateProcessAttachmentComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/services/custom-resources.service.ts" - }, - "name": "CustomResourcesService" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEvent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-cell.event.ts" - }, - "name": "DataCellEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/data-column/data-column.component.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/data-column/data-column-list.component.ts" - }, - "name": "DataColumnListComponent" - }, - { - "position": { - "line": 291, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/data-column/data-column.module.ts" - }, - "name": "DataColumnModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionEvent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/data-row-action.event.ts" - }, - "name": "DataRowActionModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/data/data-row-event.model.ts" - }, - "name": "DataRowEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/datatable/data/data-sorting.model.ts" - }, - "name": "DataSorting" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable-cell.component.ts" - }, - "name": "DataTableCellComponent" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/datatable.component.ts" - }, - "name": "DataTableComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 292, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DataTableModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/datatable/data/data-table.schema.ts" - }, - "name": "DataTableSchema" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/date-cell.component.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "DateCellComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/date/date.editor.ts" - }, - "name": "DateEditorComponent" - }, - { - "position": { - "line": 133, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "DateFieldValidator" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DateRangeWidgetComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/datetime/datetime.editor.ts" - }, - "name": "DateTimeEditorComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/form/components/widgets/date-time/date-time.widget.ts" - }, - "name": "DateTimeWidgetComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/date/date.widget.ts" - }, - "name": "DateWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/app-config/debug-app-config.service.ts" - }, - "name": "DebugAppConfigService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/deleted-nodes-api.service.ts" - }, - "name": "DeletedNodesApiService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/detailsTableChart.model.ts" - }, - "name": "DetailsTableChart" - }, - { - "position": { - "line": 212, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 243, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoundaryEventComponent" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBoxPublishTaskComponent" - }, - { - "position": { - "line": 218, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramBusinessRuleTaskComponent" - }, - { - "position": { - "line": 210, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramCamelTaskComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/services/diagram-color.service.ts" - }, - "name": "DiagramColorService" - }, - { - "position": { - "line": 200, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram.component.ts" - }, - "name": "DiagramComponent" - }, - { - "position": { - "line": 238, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerIconEventTaskComponent" - }, - { - "position": { - "line": 204, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramContainerServiceTaskComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElement.model.ts" - }, - "name": "DiagramElementModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramElementProperty.model.ts" - }, - "name": "DiagramElementPropertyModel" - }, - { - "position": { - "line": 203, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEndEventComponent" - }, - { - "position": { - "line": 201, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramEventDefinition.model.ts" - }, - "name": "DiagramEventDefinitionModel" - }, - { - "position": { - "line": 224, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventGatewayComponent" - }, - { - "position": { - "line": 247, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramEventSubprocessComponent" - }, - { - "position": { - "line": 221, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramExclusiveGatewayComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramFlowElement.model.ts" - }, - "name": "DiagramFlowElementModel" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGatewayComponent" - }, - { - "position": { - "line": 214, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 231, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconAlfrescoPublishTaskComponent" - }, - { - "position": { - "line": 234, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBoxPublishTaskComponent" - }, - { - "position": { - "line": 237, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconBusinessRuleTaskComponent" - }, - { - "position": { - "line": 229, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconCamelTaskComponent" - }, - { - "position": { - "line": 240, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconErrorComponent" - }, - { - "position": { - "line": 233, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconGoogleDrivePublishTaskComponent" - }, - { - "position": { - "line": 228, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconManualTaskComponent" - }, - { - "position": { - "line": 242, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMessageComponent" - }, - { - "position": { - "line": 230, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconMuleTaskComponent" - }, - { - "position": { - "line": 235, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconReceiveTaskComponent" - }, - { - "position": { - "line": 232, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconRestCallTaskComponent" - }, - { - "position": { - "line": 236, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconScriptTaskComponent" - }, - { - "position": { - "line": 226, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSendTaskComponent" - }, - { - "position": { - "line": 225, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconServiceTaskComponent" - }, - { - "position": { - "line": 241, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconSignalComponent" - }, - { - "position": { - "line": 239, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconTimerComponent" - }, - { - "position": { - "line": 227, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIconUserTaskComponent" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramInclusiveGatewayComponent" - }, - { - "position": { - "line": 245, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramIntermediateCatchingEventComponent" - }, - { - "position": { - "line": 251, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLaneComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramLaneElement.model.ts" - }, - "name": "DiagramLaneElementModel" - }, - { - "position": { - "line": 250, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramLanesComponent" - }, - { - "position": { - "line": 209, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramManualTaskComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagram.model.ts" - }, - "name": "DiagramModel" - }, - { - "position": { - "line": 211, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramMuleTaskComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramParallelGatewayComponent" - }, - { - "position": { - "line": 249, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramPoolElement.model.ts" - }, - "name": "DiagramPoolElementModel" - }, - { - "position": { - "line": 248, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramPoolsComponent" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramReceiveTaskComponent" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramRestCallTaskComponent" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramScriptTaskComponent" - }, - { - "position": { - "line": 207, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSendTaskComponent" - }, - { - "position": { - "line": 219, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/insights/diagram/components/diagram-sequence-flow.component.ts" - }, - "name": "DiagramSequenceFlowComponent" - }, - { - "position": { - "line": 206, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramServiceTaskComponent" - }, - { - "position": { - "line": 110, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 113, - "character": 0, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "DiagramsModule" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/insights/diagram/services/diagrams.service.ts" - }, - "name": "DiagramsService" - }, - { - "position": { - "line": 202, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramStartEventComponent" - }, - { - "position": { - "line": 246, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramSubprocessComponent" - }, - { - "position": { - "line": 205, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTaskComponent" - }, - { - "position": { - "line": 244, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramThrowEventComponent" - }, - { - "position": { - "line": 252, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramTooltipComponent" - }, - { - "position": { - "line": 208, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "DiagramUserTaskComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/diagram/diagramWayPoint.model.ts" - }, - "name": "DiagramWayPointModel" - }, - { - "position": { - "line": 169, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 115, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DialogModule" - }, - { - "position": { - "line": 200, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "DirectiveModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/discovery-api.service.ts" - }, - "name": "DiscoveryApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/display-text/display-text.widget.ts" - }, - "name": "DisplayTextWidgetComponentComponent" - }, - { - "position": { - "line": 57, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "DocumentActionModel" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-actions.service.ts" - }, - "name": "DocumentActionsService" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/content-services/document-list/components/document-list.component.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 162, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 108, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "DocumentListModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/document-list.service.ts" - }, - "name": "DocumentListService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/document/document.widget.ts" - }, - "name": "DocumentWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/download-zip.dialog.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "DownloadZipDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/breadcrumb/dropdown-breadcrumb.component.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/content-services/breadcrumb/breadcrumb.module.ts" - }, - "name": "DropdownBreadcrumbComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts" - }, - "name": "DropdownEditorComponent" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.component.ts" - }, - "name": "DropdownSitesComponent" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DropdownWidgetAanalyticsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dropdown/dropdown.widget.ts" - }, - "name": "DropdownWidgetComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "DurationWidgetComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentMapper" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/dynamic-component-mapper.service.ts" - }, - "name": "DynamicComponentResolver" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.model.ts" - }, - "name": "DynamicTableModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.ts" - }, - "name": "DynamicTableWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/ecm-company.model.ts" - }, - "name": "EcmCompanyModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/ecm-model.service.ts" - }, - "name": "EcmModelService" - }, - { - "position": { - "line": 119, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "EcmProductVersionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/userinfo/services/ecm-user.service.ts" - }, - "name": "EcmUserService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/templates/empty-content/empty-content.component.ts" - }, - "name": "EmptyContentComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/templates/template.module.ts" - }, - "name": "EmptyContentComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/directives/empty-custom-content.directive.ts" - }, - "name": "EmptyCustomContentDirective" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyCustomContentDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/empty-folder/empty-folder-content.directive.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 57, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "EmptyFolderContentDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListBodyDirective" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListFooterDirective" - }, - { - "position": { - "line": 69, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/empty-list.component.ts" - }, - "name": "EmptyListHeaderDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/search/components/empty-search-result.component.ts" - }, - "name": "EmptySearchResultComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/templates/error-content/error-content.component.ts" - }, - "name": "ErrorContentComponent" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/templates/template.module.ts" - }, - "name": "ErrorContentComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/error-message.model.ts" - }, - "name": "ErrorMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/error/error.component.ts" - }, - "name": "ErrorWidgetComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/mock/event.mock.ts" - }, - "name": "EventMock" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetField" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetFieldBucket" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FacetQuery" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/favorites-api.service.ts" - }, - "name": "FavoritesApiService" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/directives/file-draggable.directive.ts" - }, - "name": "FileDraggableDirective" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/core/models/file.model.ts" - }, - "name": "FileModel" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/filesize-cell.component.ts" - }, - "name": "FileSizeCellComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/file-size.pipe.ts" - }, - "name": "FileSizePipe" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadCompleteEvent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadDeleteEvent" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadErrorEvent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/events/file.event.ts" - }, - "name": "FileUploadEvent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-dialog.component.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingDialogComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list.component.ts" - }, - "name": "FileUploadingListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/upload/components/file-uploading-list-row.component.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "FileUploadingListRowComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/utils/file-utils.ts" - }, - "name": "FileUtils" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamRepresentationModel" - }, - { - "position": { - "line": 45, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterParamsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "FilterProcessRepresentationModel" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "FilterQuery" - }, - { - "position": { - "line": 83, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "FilterRepresentationModel" - }, - { - "position": { - "line": 483, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "FixedValueFieldValidator" - }, - { - "position": { - "line": 64, - "character": 0, - "fileName": "lib/content-services/document-list/models/content-action.model.ts" - }, - "name": "FolderActionModel" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/document-list/services/folder-actions.service.ts" - }, - "name": "FolderActionsService" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-create.directive.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 34, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderCreateDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/dialogs/folder.dialog.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "FolderDialogComponent" - }, - { - "position": { - "line": 170, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 116, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderDirectiveModule" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/content-services/folder-directive/folder-directive.module.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/folder-directive/folder-edit.directive.ts" - }, - "name": "FolderEditDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/form.model.ts" - }, - "name": "Form" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/form.component.ts" - }, - "name": "FormComponent" - }, - { - "position": { - "line": 18, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormErrorEvent" - }, - { - "position": { - "line": 17, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormEvent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormFieldComponent" - }, - { - "position": { - "line": 19, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "FormFieldEvent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field.model.ts" - }, - "name": "FormFieldModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-types.ts" - }, - "name": "FormFieldTypes" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/form/components/form-list.component.ts" - }, - "name": "FormListComponent" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form.model.ts" - }, - "name": "FormModel" - }, - { - "position": { - "line": 213, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 286, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "FormModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome-event.model.ts" - }, - "name": "FormOutcomeEvent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-outcome.model.ts" - }, - "name": "FormOutcomeModel" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/form/services/form-rendering.service.ts" - }, - "name": "FormRenderingService" - }, - { - "position": { - "line": 33, - "character": 0, - "fileName": "lib/core/form/services/form.service.ts" - }, - "name": "FormService" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 107, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 89, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 201, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 127, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "FormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-widget.model.ts" - }, - "name": "FormWidgetModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/functional-group/functional-group.widget.ts" - }, - "name": "FunctionalGroupWidgetComponent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "HeaderLayoutComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/heatMapChart.model.ts" - }, - "name": "HeatMapChart" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/highlight.directive.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "HighlightDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/text-highlight.pipe.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "HighlightPipe" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/highlight-transform.service.ts" - }, - "name": "HighlightTransformService" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/settings/host-settings.component.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/settings/host-settings.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 204, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HostSettingsModule" - }, - { - "position": { - "line": 203, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "HttpClientModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts" - }, - "name": "HyperlinkWidgetComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/imgViewer.component.ts" - }, - "name": "ImgViewerComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/indifferent-config.service.ts" - }, - "name": "IndifferentConfigService" - }, - { - "position": { - "line": 35, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/core/pagination/infinite-pagination.component.ts" - }, - "name": "InfinitePaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerButtonsDirective" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerContentDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerLayoutComponent" - }, - { - "position": { - "line": 290, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 217, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.module.ts" - }, - "name": "InfoDrawerModule" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer.component.ts" - }, - "name": "InfoDrawerTabComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/info-drawer/info-drawer-layout.component.ts" - }, - "name": "InfoDrawerTitleDirective" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/inherited-button.directive.ts" - }, - "name": "InheritPermissionDirective" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "InheritPermissionDirective" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/pipes/user-initial.pipe.ts" - }, - "name": "InitialUsernamePipe" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text-mask.component.ts" - }, - "name": "InputMaskDirective" - }, - { - "position": { - "line": 40, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModule" - }, - { - "position": { - "line": 95, - "character": 0, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "InsightsModuleLazy" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.component.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 32, - "character": 8, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/language-menu/language-menu.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 216, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 289, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LanguageMenuModule" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "LayoutContainerComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "LayoutModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/config/layout-oriented-config.service.ts" - }, - "name": "LayoutOrientedConfigService" - }, - { - "position": { - "line": 57, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "LicenseModel" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/like.component.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "LikeComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/lineChart.model.ts" - }, - "name": "LineChart" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/loading-template.directive.ts" - }, - "name": "LoadingContentTemplateDirective" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/components/datatable/location-cell.component.ts" - }, - "name": "LocationCellComponent" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 44, - "character": 0, - "fileName": "lib/core/login/components/login.component.ts" - }, - "name": "LoginComponent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-error.event.ts" - }, - "name": "LoginErrorEvent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-footer.directive.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginFooterDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/login/directives/login-header.directive.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginHeaderDirective" - }, - { - "position": { - "line": 288, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 215, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/login/login.module.ts" - }, - "name": "LoginModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-submit.event.ts" - }, - "name": "LoginSubmitEvent" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/login/models/login-success.event.ts" - }, - "name": "LoginSuccessEvent" - }, - { - "position": { - "line": 45, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/directives/logout.directive.ts" - }, - "name": "LogoutDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/log.service.ts" - }, - "name": "LogService" - }, - { - "position": { - "line": 109, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 206, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 279, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "MaterialModule" - }, - { - "position": { - "line": 212, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateFieldValidator" - }, - { - "position": { - "line": 299, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxDateTimeFieldValidator" - }, - { - "position": { - "line": 372, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxLengthFieldValidator" - }, - { - "position": { - "line": 428, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MaxValueFieldValidator" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/mediaPlayer.component.ts" - }, - "name": "MediaPlayerComponent" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/mime-type-icon.pipe.ts" - }, - "name": "MimeTypeIconPipe" - }, - { - "position": { - "line": 165, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateFieldValidator" - }, - { - "position": { - "line": 253, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinDateTimeFieldValidator" - }, - { - "position": { - "line": 346, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinLengthFieldValidator" - }, - { - "position": { - "line": 398, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "MinValueFieldValidator" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/utils/momentDateAdapter.ts" - }, - "name": "MomentDateAdapter" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/multiBarChart.model.ts" - }, - "name": "MultiBarChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/multiline-text/multiline-text.widget.ts" - }, - "name": "MultilineTextWidgetComponentComponent" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/content-services/content-node-selector/content-node-selector.module.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/content-node-selector/name-location-cell/name-location-cell.component.ts" - }, - "name": "NameLocationCellComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-content-template.directive.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoContentTemplateDirective" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/document-list/services/node-actions.service.ts" - }, - "name": "NodeActionsService" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/core/directives/node-delete.directive.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 46, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeDeleteDirective" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/directives/node-download.directive.ts" - }, - "name": "NodeDownloadDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntityEvent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/content-services/document-list/components/node.event.ts" - }, - "name": "NodeEntryEvent" - }, - { - "position": { - "line": 47, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/directives/node-favorite.directive.ts" - }, - "name": "NodeFavoriteDirective" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "NodeLockDialogComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/content-services/dialogs/node-lock.dialog.ts" - }, - "name": "NodeLockDialogComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeLockDirective" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimal" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodeMinimalEntry" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/node-name-tooltip.pipe.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "NodeNameTooltipPipe" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePaging" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "NodePagingList" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/permission-manager/services/node-permission-dialog.service.ts" - }, - "name": "NodePermissionDialogService" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/directives/node-permission.directive.ts" - }, - "name": "NodePermissionDirective" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/services/node-permission.service.ts" - }, - "name": "NodePermissionService" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "NodeRestoreDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/nodes-api.service.ts" - }, - "name": "NodesApiService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/services/node.service.ts" - }, - "name": "NodeService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/directives/node-share.directive.ts" - }, - "name": "NodeSharedDirective" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/directives/content-directive.module.ts" - }, - "name": "NodeSharedDirective" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/document-list/components/no-permission/no-permission-content.directive.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 58, - "character": 8, - "fileName": "lib/content-services/document-list/document-list.module.ts" - }, - "name": "NoPermissionContentDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/permission-list/no-permission.component.ts" - }, - "name": "NoPermissionTemplateComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "NoPermissionTemplateComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/datatable/directives/no-permission-template.directive.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/core/datatable/datatable.module.ts" - }, - "name": "NoPermissionTemplateDirective" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/task-list/components/no-task-detail-template.directive.ts" - }, - "name": "NoTaskDetailsTemplateDirective" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/notification.service.ts" - }, - "name": "NotificationService" - }, - { - "position": { - "line": 92, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "NumberFieldValidator" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/insights/analytics-process/analytics-process.module.ts" - }, - "name": "NumberWidgetAanlyticsComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/number/number.widget.ts" - }, - "name": "NumberWidgetComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datacolumn.model.ts" - }, - "name": "ObjectDataColumn" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/datatable/data/object-datarow.model.ts" - }, - "name": "ObjectDataRow" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/datatable/data/object-datatable-adapter.ts" - }, - "name": "ObjectDataTableAdapter" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/utils/object-utils.ts" - }, - "name": "ObjectUtils" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/page-title.service.ts" - }, - "name": "PageTitleService" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "Pagination" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/pagination/pagination.component.ts" - }, - "name": "PaginationComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/models/pagination.model.ts" - }, - "name": "PaginationModel" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/pagination/pagination.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 208, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 281, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PaginationModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/parameterValue.model.ts" - }, - "name": "ParameterValueModel" - }, - { - "position": { - "line": 77, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathElementEntity" - }, - { - "position": { - "line": 71, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "PathInfoEntity" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfPasswordDialogComponent" - }, - { - "position": { - "line": 80, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumb.component.ts" - }, - "name": "PdfThumbComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer-thumbnails.component.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 81, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfThumbListComponent" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/core/viewer/components/pdfViewer.component.ts" - }, - "name": "PdfViewerComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people/people.component.ts" - }, - "name": "PeopleComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/people-content.service.ts" - }, - "name": "PeopleContentService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/people/components/people-list/people-list.component.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 56, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleListComponent" - }, - { - "position": { - "line": 133, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/services/people-process.service.ts" - }, - "name": "PeopleProcessService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-action-label.directive.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 55, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchActionLabelDirective" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/people/components/people-search/people-search.component.ts" - }, - "name": "PeopleSearchComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/people/components/people-search-field/people-search-field.component.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchFieldComponent" - }, - { - "position": { - "line": 54, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/people/directives/people-search-title.directive.ts" - }, - "name": "PeopleSearchTitleDirective" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/process-services/people/people.module.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/people/components/people-selector/people-selector.component.ts" - }, - "name": "PeopleSelectorComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/form/components/widgets/people/people.widget.ts" - }, - "name": "PeopleWidgetComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/permission-manager/models/permission.model.ts" - }, - "name": "PermissionDisplayModel" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/permission-manager/components/permission-list/permission-list.component.ts" - }, - "name": "PermissionListComponent" - }, - { - "position": { - "line": 53, - "character": 8, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "PermissionListComponent" - }, - { - "position": { - "line": 172, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/permission-manager/permission-manager.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 118, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "PermissionManagerModule" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions.model.ts" - }, - "name": "PermissionModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/core/models/permissions.enum.ts" - }, - "name": "PermissionsEnum" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/document-list/models/permissions-style.model.ts" - }, - "name": "PermissionStyleModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/pieChart.model.ts" - }, - "name": "PieChart" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 198, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "PipeModule" - }, - { - "position": { - "line": 40, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/process-attachment-list.component.ts" - }, - "name": "ProcessAttachmentListComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-audit.directive.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 62, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessAuditDirective" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ProcessCloudModule" - }, - { - "position": { - "line": 79, - "character": 0, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ProcessCloudModuleLazy" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/process-services/process-comments/process-comments.module.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/process-comments/process-comments.component.ts" - }, - "name": "ProcessCommentsComponent" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 126, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-comments/process-comments.module.ts" - }, - "name": "ProcessCommentsModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/services/process-content.service.ts" - }, - "name": "ProcessContentService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-definition.model.ts" - }, - "name": "ProcessDefinitionRepresentation" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/process-list/models/filter-process.model.ts" - }, - "name": "ProcessFilterParamRepresentationModel" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-filter.model.ts" - }, - "name": "ProcessFilterRequestRepresentation" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-filters.component.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 60, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/process-list/services/process-filter.service.ts" - }, - "name": "ProcessFilterService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance.model.ts" - }, - "name": "ProcessInstance" - }, - { - "position": { - "line": 61, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-details.component.ts" - }, - "name": "ProcessInstanceDetailsComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-header.component.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 63, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceHeaderComponent" - }, - { - "position": { - "line": 59, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 47, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-list.component.ts" - }, - "name": "ProcessInstanceListComponent" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/process-services/process-list/components/process-instance-tasks.component.ts" - }, - "name": "ProcessInstanceTasksComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/process-list/models/process-instance-variable.model.ts" - }, - "name": "ProcessInstanceVariable" - }, - { - "position": { - "line": 78, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 129, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 36, - "character": 0, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "ProcessListModule" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModule" - }, - { - "position": { - "line": 110, - "character": 0, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ProcessModuleLazy" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/process-list/services/process.service.ts" - }, - "name": "ProcessService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/services/process-upload.service.ts" - }, - "name": "ProcessUploadService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/property-descriptors.service.ts" - }, - "name": "PropertyDescriptorsService" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/content-metadata/services/property-groups-translator.service.ts" - }, - "name": "PropertyGroupTranslatorService" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/radio-buttons/radio-buttons.widget.ts" - }, - "name": "RadioButtonsWidgetComponent" - }, - { - "position": { - "line": 253, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCircleDirective" - }, - { - "position": { - "line": 258, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelCrossDirective" - }, - { - "position": { - "line": 257, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelFlowArrowDirective" - }, - { - "position": { - "line": 268, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconAlfrescoPublishDirective" - }, - { - "position": { - "line": 271, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBoxPublishDirective" - }, - { - "position": { - "line": 274, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconBusinessRuleDirective" - }, - { - "position": { - "line": 266, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconCamelDirective" - }, - { - "position": { - "line": 276, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconErrorDirective" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconGoogleDrivePublishDirective" - }, - { - "position": { - "line": 265, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconManualDirective" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMessageDirective" - }, - { - "position": { - "line": 267, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconMuleDirective" - }, - { - "position": { - "line": 272, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconReceiveDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconRestCallDirective" - }, - { - "position": { - "line": 273, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconScriptDirective" - }, - { - "position": { - "line": 263, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSendDirective" - }, - { - "position": { - "line": 262, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconServiceDirective" - }, - { - "position": { - "line": 277, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconSignalDirective" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconTimerDirective" - }, - { - "position": { - "line": 264, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelIconUserDirective" - }, - { - "position": { - "line": 256, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelMultilineTextDirective" - }, - { - "position": { - "line": 261, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPentagonDirective" - }, - { - "position": { - "line": 259, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelPlusDirective" - }, - { - "position": { - "line": 254, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRectDirective" - }, - { - "position": { - "line": 260, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelRhombusDirective" - }, - { - "position": { - "line": 255, - "character": 8, - "fileName": "lib/insights/diagram/diagram.module.ts" - }, - "name": "RaphaelTextDirective" - }, - { - "position": { - "line": 30, - "character": 8, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/social/rating.component.ts" - }, - "name": "RatingComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/services/rating.service.ts" - }, - "name": "RatingService" - }, - { - "position": { - "line": 51, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 128, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 108, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 202, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 64, - "character": 8, - "fileName": "lib/insights/insights.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 90, - "character": 8, - "fileName": "lib/process-services-cloud/process-cloud.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 275, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ReactiveFormsModule" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/models/redirection.model.ts" - }, - "name": "RedirectionModel" - }, - { - "position": { - "line": 458, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RegExFieldValidator" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/core/services/renditions.service.ts" - }, - "name": "RenditionsService" - }, - { - "position": { - "line": 17, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDateRange.model.ts" - }, - "name": "ReportDateRange" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportDefinition.model.ts" - }, - "name": "ReportDefinitionModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameterDetails.model.ts" - }, - "name": "ReportParameterDetailsModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportParameters.model.ts" - }, - "name": "ReportParametersModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/report/reportQuery.model.ts" - }, - "name": "ReportQuery" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/form-field-validator.ts" - }, - "name": "RequiredFieldValidator" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/directives/node-restore.directive.ts" - }, - "name": "RestoreMessageModel" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/row.editor.ts" - }, - "name": "RowEditorComponent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchCategory" - }, - { - "position": { - "line": 75, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchCheckListComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/content-services/search/components/search-chip-list/search-chip-list.component.ts" - }, - "name": "SearchChipListComponent" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/content-services/search/components/search.component.ts" - }, - "name": "SearchComponent" - }, - { - "position": { - "line": 24, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchConfiguration" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/services/search-configuration.service.ts" - }, - "name": "SearchConfigurationService" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/search/components/search-control.component.ts" - }, - "name": "SearchControlComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchDateRangeComponent" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/search/components/search-filter/search-filter.component.ts" - }, - "name": "SearchFilterComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/search/components/search-filter/search-filter.service.ts" - }, - "name": "SearchFilterService" - }, - { - "position": { - "line": 164, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 110, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 49, - "character": 0, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchModule" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchNumberRangeComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/search/search-query-builder.service.ts" - }, - "name": "SearchQueryBuilderService" - }, - { - "position": { - "line": 25, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchQueryBuilderService" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchRadioComponent" - }, - { - "position": { - "line": 26, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchRange" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/search.service.ts" - }, - "name": "SearchService" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchSliderComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/search/components/search-sorting-picker/search-sorting-picker.component.ts" - }, - "name": "SearchSortingPickerComponent" - }, - { - "position": { - "line": 77, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchSortingPickerComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchTextComponent" - }, - { - "position": { - "line": 43, - "character": 0, - "fileName": "lib/content-services/search/components/search-trigger.directive.ts" - }, - "name": "SearchTriggerDirective" - }, - { - "position": { - "line": 23, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchWidget" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/content-services/search/search.module.ts" - }, - "name": "SearchWidgetContainerComponent" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/content-services/search/public-api.ts" - }, - "name": "SearchWidgetSettings" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/app-list/apps-list.module.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/app-list/select-apps-dialog-component.ts" - }, - "name": "SelectAppsDialogComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/settings.service.ts" - }, - "name": "SettingsService" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-data-row.model.ts" - }, - "name": "ShareDataRow" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/document-list/data/share-datatable-adapter.ts" - }, - "name": "ShareDataTableAdapter" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/content-services/dialogs/share.dialog.ts" - }, - "name": "ShareDialogComponent" - }, - { - "position": { - "line": 52, - "character": 8, - "fileName": "lib/content-services/dialogs/dialog.module.ts" - }, - "name": "ShareDialogComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/shared-links-api.service.ts" - }, - "name": "SharedLinksApiService" - }, - { - "position": { - "line": 41, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarActionMenuComponent" - }, - { - "position": { - "line": 42, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarMenuDirective" - }, - { - "position": { - "line": 43, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarMenuExpandIconDirective" - }, - { - "position": { - "line": 44, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidebarMenuTitleIconDirective" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/layout/components/sidenav-layout/sidenav-layout.component.ts" - }, - "name": "SidenavLayoutComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutContentDirective" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutHeaderDirective" - }, - { - "position": { - "line": 61, - "character": 9, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 197, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 270, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SidenavLayoutModule" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/layout/layout.module.ts" - }, - "name": "SidenavLayoutNavigationDirective" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/site-dropdown/sites-dropdown.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 165, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 111, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SitesDropdownModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/services/sites.service.ts" - }, - "name": "SitesService" - }, - { - "position": { - "line": 159, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/social/social.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 105, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "SocialModule" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/sorting-picker/sorting-picker.component.ts" - }, - "name": "SortingPickerComponent" - }, - { - "position": { - "line": 33, - "character": 8, - "fileName": "lib/core/sorting-picker/sorting-picker.module.ts" - }, - "name": "SortingPickerComponent" - }, - { - "position": { - "line": 223, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SortingPickerModule" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/sorting-picker/sorting-picker.module.ts" - }, - "name": "SortingPickerModule" - }, - { - "position": { - "line": 296, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "SortingPickerModule" - }, - { - "position": { - "line": 37, - "character": 0, - "fileName": "lib/core/form/components/start-form.component.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 73, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/form/form.module.ts" - }, - "name": "StartFormCustomButtonDirective" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/process-list/process-list.module.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/process-services/process-list/components/start-process.component.ts" - }, - "name": "StartProcessInstanceComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/components/start-task.component.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 71, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "StartTaskComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/process-services/task-list/models/start-task.model.ts" - }, - "name": "StartTaskModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/services/storage.service.ts" - }, - "name": "StorageService" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/insights/diagram/models/chart/tableChart.model.ts" - }, - "name": "TableChart" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/core/tab.model.ts" - }, - "name": "TabModel" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/form/components/widgets/tabs/tabs.widget.ts" - }, - "name": "TabsWidgetComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag-actions.component.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagActionsComponent" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/tag/tag-list.component.ts" - }, - "name": "TagListComponent" - }, - { - "position": { - "line": 160, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 106, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagModule" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/tag/tag.module.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/content-services/tag/tag-node-list.component.ts" - }, - "name": "TagNodeListComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/tag/services/tag.service.ts" - }, - "name": "TagService" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/process-services/attachment/attachment.module.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/attachment/task-attachment-list.component.ts" - }, - "name": "TaskAttachmentListComponent" - }, - { - "position": { - "line": 68, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-audit.directive.ts" - }, - "name": "TaskAuditDirective" - }, - { - "position": { - "line": 67, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 48, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-details.component.ts" - }, - "name": "TaskDetailsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.event.ts" - }, - "name": "TaskDetailsEvent" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-details.model.ts" - }, - "name": "TaskDetailsModel" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-filters.component.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 65, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskFiltersComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-filter.service.ts" - }, - "name": "TaskFilterService" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-header.component.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 70, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskHeaderComponent" - }, - { - "position": { - "line": 66, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 32, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-list.component.ts" - }, - "name": "TaskListComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/models/task-list.model.ts" - }, - "name": "TaskListModel" - }, - { - "position": { - "line": 39, - "character": 0, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 130, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 79, - "character": 8, - "fileName": "lib/process-services/process.module.ts" - }, - "name": "TaskListModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/process-services/task-list/services/tasklist.service.ts" - }, - "name": "TaskListService" - }, - { - "position": { - "line": 109, - "character": 0, - "fileName": "lib/process-services/task-list/models/filter.model.ts" - }, - "name": "TaskQueryRequestRepresentationModel" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/process-services/task-list/components/task-standalone.component.ts" - }, - "name": "TaskStandaloneComponent" - }, - { - "position": { - "line": 72, - "character": 8, - "fileName": "lib/process-services/task-list/task-list.module.ts" - }, - "name": "TaskStandaloneComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/services/task-upload.service.ts" - }, - "name": "TaskUploadService" - }, - { - "position": { - "line": 222, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TemplateModule" - }, - { - "position": { - "line": 295, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TemplateModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/templates/template.module.ts" - }, - "name": "TemplateModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/form/components/widgets/dynamic-table/editors/text/text.editor.ts" - }, - "name": "TextEditorComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/text/text.widget.ts" - }, - "name": "TextWidgetComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/services/thumbnail.service.ts" - }, - "name": "ThumbnailService" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/pipes/time-ago.pipe.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/pipes/pipe.module.ts" - }, - "name": "TimeAgoPipe" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.component.ts" - }, - "name": "ToolbarComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-divider.component.ts" - }, - "name": "ToolbarDividerComponent" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 209, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 282, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ToolbarModule" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/core/toolbar/toolbar.module.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/toolbar/toolbar-title.component.ts" - }, - "name": "ToolbarTitleComponent" - }, - { - "position": { - "line": 27, - "character": 0, - "fileName": "lib/core/services/translate-loader.service.ts" - }, - "name": "TranslateLoaderService" - }, - { - "position": { - "line": 293, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 220, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "TranslateModule" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/mock/translation.service.mock.ts" - }, - "name": "TranslationMock" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/translation.service.ts" - }, - "name": "TranslationService" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/core/viewer/components/txtViewer.component.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 76, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "TxtViewerComponent" - }, - { - "position": { - "line": 26, - "character": 0, - "fileName": "lib/core/form/components/widgets/typeahead/typeahead.widget.ts" - }, - "name": "TypeaheadWidgetComponent" - }, - { - "position": { - "line": 83, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/unknown-format/unknown-format.component.ts" - }, - "name": "UnknownFormatComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/form/components/widgets/unknown/unknown.widget.ts" - }, - "name": "UnknownWidgetComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/upload/components/base-upload/upload-base.ts" - }, - "name": "UploadBase" - }, - { - "position": { - "line": 49, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-button.component.ts" - }, - "name": "UploadButtonComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/directives/upload.directive.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/core/directives/directive.module.ts" - }, - "name": "UploadDirective" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-drag-area.component.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 48, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadDragAreaComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-files.event.ts" - }, - "name": "UploadFilesEvent" - }, - { - "position": { - "line": 163, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 31, - "character": 0, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 109, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "UploadModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/upload.service.ts" - }, - "name": "UploadService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/upload/components/upload-version-button.component.ts" - }, - "name": "UploadVersionButtonComponent" - }, - { - "position": { - "line": 50, - "character": 8, - "fileName": "lib/content-services/upload/upload.module.ts" - }, - "name": "UploadVersionButtonComponent" - }, - { - "position": { - "line": 29, - "character": 0, - "fileName": "lib/core/form/components/widgets/upload/upload.widget.ts" - }, - "name": "UploadWidgetComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-event.model.ts" - }, - "name": "UserEventModel" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/process-services/task-list/models/user-group.model.ts" - }, - "name": "UserGroupModel" - }, - { - "position": { - "line": 59, - "character": 0, - "fileName": "lib/content-services/document-list/models/document-library.model.ts" - }, - "name": "UserInfo" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/core/userinfo/components/user-info.component.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 36, - "character": 8, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoComponent" - }, - { - "position": { - "line": 278, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 205, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 25, - "character": 0, - "fileName": "lib/core/userinfo/userinfo.module.ts" - }, - "name": "UserInfoModule" - }, - { - "position": { - "line": 30, - "character": 0, - "fileName": "lib/core/services/user-preferences.service.ts" - }, - "name": "UserPreferencesService" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/core/models/user-process.model.ts" - }, - "name": "UserProcessModel" - }, - { - "position": { - "line": 22, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateDynamicTableRowEvent" - }, - { - "position": { - "line": 21, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormEvent" - }, - { - "position": { - "line": 20, - "character": 9, - "fileName": "lib/core/form/events/index.ts" - }, - "name": "ValidateFormFieldEvent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/version-manager/version-list.component.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 39, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionListComponent" - }, - { - "position": { - "line": 38, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 23, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.component.ts" - }, - "name": "VersionManagerComponent" - }, - { - "position": { - "line": 173, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 119, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 28, - "character": 0, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionManagerModule" - }, - { - "position": { - "line": 35, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModel" - }, - { - "position": { - "line": 95, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionModuleModel" - }, - { - "position": { - "line": 79, - "character": 0, - "fileName": "lib/core/models/product-version.model.ts" - }, - "name": "VersionStatusModel" - }, - { - "position": { - "line": 37, - "character": 8, - "fileName": "lib/content-services/version-manager/version-manager.module.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 21, - "character": 0, - "fileName": "lib/content-services/version-manager/version-upload.component.ts" - }, - "name": "VersionUploadComponent" - }, - { - "position": { - "line": 34, - "character": 0, - "fileName": "lib/core/viewer/components/viewer.component.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 74, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerComponent" - }, - { - "position": { - "line": 20, - "character": 0, - "fileName": "lib/core/viewer/directives/viewer-extension.directive.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 82, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerExtensionDirective" - }, - { - "position": { - "line": 269, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 42, - "character": 0, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 196, - "character": 8, - "fileName": "lib/core/core.module.ts" - }, - "name": "ViewerModule" - }, - { - "position": { - "line": 87, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-more-actions.component.ts" - }, - "name": "ViewerMoreActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-open-with.component.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 86, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerOpenWithComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-sidebar.component.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 85, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerSidebarComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar-actions.component.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 88, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarActionsComponent" - }, - { - "position": { - "line": 19, - "character": 0, - "fileName": "lib/core/viewer/components/viewer-toolbar.component.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 84, - "character": 8, - "fileName": "lib/core/viewer/viewer.module.ts" - }, - "name": "ViewerToolbarComponent" - }, - { - "position": { - "line": 22, - "character": 0, - "fileName": "lib/core/viewer/services/view-util.service.ts" - }, - "name": "ViewUtilService" - }, - { - "position": { - "line": 41, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.component.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 31, - "character": 8, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebscriptComponent" - }, - { - "position": { - "line": 107, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 161, - "character": 8, - "fileName": "lib/content-services/content.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 24, - "character": 0, - "fileName": "lib/content-services/webscript/webscript.module.ts" - }, - "name": "WebScriptModule" - }, - { - "position": { - "line": 38, - "character": 0, - "fileName": "lib/core/form/components/widgets/widget.component.ts" - }, - "name": "WidgetComponent" - } -] \ No newline at end of file diff --git a/tools/export-check/export-check-config.json b/tools/export-check/export-check-config.json deleted file mode 100644 index aa8d3518cc..0000000000 --- a/tools/export-check/export-check-config.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "export-last-version": "export-new.json", - "export-versions": [ - "export-2.0.0.json", - "export-2.1.0.json", - "export-2.2.0.json", - "export-2.3.0.json", - "export-2.5.0.json" - ] -} diff --git a/tools/export-check/exportCheck.ts b/tools/export-check/exportCheck.ts deleted file mode 100644 index 4353239c76..0000000000 --- a/tools/export-check/exportCheck.ts +++ /dev/null @@ -1,373 +0,0 @@ -import * as ts from "typescript"; -import * as fs from "fs"; -import chalk from "chalk"; - -var nconf = require('nconf'); -var basePath = "./tools/export-check/"; - -nconf.add('config', { type: 'file', file: `${basePath}export-check-config.json` }); - -var newLibExports = basePath + nconf.get('export-last-version'); -var exportFilesVersions = nconf.get('export-versions').map((currentFile) => { - return basePath + currentFile; -}); - -interface DocEntry { - position?: { - line: number, - character: number, - fileName: string - }, - name?: string, - skipError?: boolean -}; - -let error_array = []; -let warning_array = []; -let exportedAllPath: Array = []; -let classList: Array = []; - -let add_error = function (error: string, nameClass: string) { - let findErrorClass = false; - - error_array.forEach((currentError) => { - - if (currentError.nameClass === nameClass) { - findErrorClass = true; - return; - } - }); - - if (!findErrorClass) { - error_array.push({ - error: error, - nameClass: nameClass - }); - } - -} - -let count_error = 0; -let count_warning = 0; - -let print_errors = function () { - error_array.forEach((current_error) => { - console.log(chalk.red(`[${++count_error}] ${current_error.error}\n`)); - }); -} - - -let add_warning = function (warning: string, nameClass: string, arrayCall: string[]) { - - let findWarningClass = false; - - warning_array.forEach((currentWarning) => { - - if (currentWarning.nameClass === nameClass) { - findWarningClass = true; - return; - } - }); - - if (!findWarningClass) { - warning_array.push({ - warning: warning, - nameClass: nameClass, - arrayCall: arrayCall - }); - } -} - -let print_warnings = function () { - warning_array.forEach((current_warning) => { - console.log(chalk.yellow(`[${++count_warning}] ${current_warning.warning} \n ${current_warning.arrayCall} \n`)); - }); -} - -let currentErrorPostion = function (exportEntry) { - return ` ${exportEntry.position.fileName} (${exportEntry.position.line},${exportEntry.position.character})` -} - -let check_export = function (exportLastMajor: any, exportNew: any) { - - exportLastMajor.forEach((currentexportLastMajor) => { - - let currentexportNew = exportNew.filter((currentexportNew) => { - return currentexportNew.name === currentexportLastMajor.name; - }); - - if (currentexportNew.length > 1) { - - let arrayCall = []; - - currentexportNew.forEach((error) => { - arrayCall.push(`${currentErrorPostion(error)}`); - }) - - add_warning(`Multiple export ${currentexportNew[0].name} times ${currentexportNew.length}`, currentexportNew[0].name, arrayCall); - - } else if (currentexportNew.length === 0) { - if (!currentexportLastMajor.skipError) { - add_error(`Not find export ${currentexportLastMajor.name} , old path: [${currentErrorPostion(currentexportLastMajor)}]`, currentexportLastMajor.name); - } - } - }); -}; - -let expandStarExport = function (node: ts.Node): ts.ExportDeclaration { - const ed = node as ts.Node as ts.ExportDeclaration; - const exports = [{ name: "x" }]; - const exportSpecifiers = exports.map(e => ts.createExportSpecifier(e.name, e.name)); - const exportClause = ts.createNamedExports(exportSpecifiers); - const newEd = ts.updateExportDeclaration(ed, ed.decorators, ed.modifiers, exportClause, ed.moduleSpecifier); - - return newEd as ts.ExportDeclaration -}; - -/** Generate documentation for all classes in a set of .ts files */ -function generatExportList(fileNames: string[], options: ts.CompilerOptions): void { - // Build a program using the set of root file names in fileNames - let program = ts.createProgram(fileNames, options); - // Get the checker, we will use it to find more about classes - let checker = program.getTypeChecker(); - - let exportCurrentVersion: DocEntry[] = []; - - // Visit every sourceFile in the program - for (const sourceFile of program.getSourceFiles()) { - if (!sourceFile.isDeclarationFile) { - // Walk the tree to search for classes - ts.forEachChild(sourceFile, visit); - } - } - - classList.forEach((classNode) => { - if (classNode.symbol.parent) { - let pathClass = classNode.symbol.parent.escapedName.replace(/"/g, ""); - - exportedAllPath.forEach((currenPath) => { - let pathNoExtension = currenPath.replace(/\.[^/.]+$/, ""); - - if (pathNoExtension === pathClass) { - // console.log('pathClass'+ pathClass); - // console.log('pathNoExtension '+ pathNoExtension); - extractExport(classNode); - return; - } - - }); - } - }); - - exportCurrentVersion.sort((nameA, nameB) => nameA.name.localeCompare(nameB.name)); - - console.log(chalk.green(`Saving new export in ${newLibExports}`)); - - fs.writeFileSync(newLibExports, JSON.stringify(exportCurrentVersion, undefined, 4)); - - var exportNewJSON = JSON.parse(JSON.stringify(exportCurrentVersion)); - - exportFilesVersions.forEach((currentExportVersionFile) => { - - error_array = []; - warning_array = []; - - try { - var currentExportVersionJSON = JSON.parse(fs.readFileSync(`${currentExportVersionFile}`, 'utf8')); - } catch (error) { - console.log(chalk.red(`${currentExportVersionFile} json not present`)); - throw new Error(`Undetected export comapring file ${currentExportVersionFile}`); - } - - - console.log(chalk.green(`Comparing ${newLibExports} and ${currentExportVersionFile}`)); - - check_export(currentExportVersionJSON, exportNewJSON); - - print_warnings(); - print_errors(); - - - if (error_array.length > 0) { - throw new Error('Export problems detected'); - } else { - return; - } - - }) - - function extractExport(node: ts.Node) { - //skip file with export-check: exclude comment - if (node.getFullText(node.getSourceFile()).indexOf('export-check: exclude') > 0) { - return; - } - - let { line, character } = node.getSourceFile().getLineAndCharacterOfPosition(node.getStart()); - //console.log(line + " " + character + " " + node.getSourceFile().fileName); - - let symbol = checker.getSymbolAtLocation(node); - - if (symbol) { - let arryCalls = recursiveStackSave(node); - - let className: any = symbol.escapedName; - let filename = node.getSourceFile().fileName.substring(node.getSourceFile().fileName.indexOf('lib'), node.getSourceFile().fileName.length); - exportCurrentVersion.push(serializeClass(className, line, character, filename, arryCalls)); - - // if (className === "ContentMetadataService") { - // console.log(chalk.red("exportedAllPath" + exportedAllPath)); - // console.log(chalk.red("ContentMetadataService")); - // recursiveStack(node); - // } - - } else { - - let arryCalls = recursiveStackSave(node); - - let className: any = (node as ts.ClassDeclaration).name.escapedText; - let filename = node.getSourceFile().fileName.substring(node.getSourceFile().fileName.indexOf('lib'), node.getSourceFile().fileName.length); - exportCurrentVersion.push(serializeClass(className, line, character, filename, arryCalls)); - - // if (className === "ContentMetadataService") { - // console.log(chalk.greenBright("exportedAllPath" + exportedAllPath)); - // console.log(chalk.greenBright("ContentMetadataService")); - // recursiveStack(node); - // } - - } - } - - function recursiveStackSave(node: ts.Node, arrayCalls?: string[]) { - if (!arrayCalls) { - arrayCalls = []; - } - - let filename = node.getSourceFile().fileName.substring(node.getSourceFile().fileName.indexOf('lib'), node.getSourceFile().fileName.length); - let { line, character } = node.getSourceFile().getLineAndCharacterOfPosition(node.getStart()); - - arrayCalls.push(node.getSourceFile().fileName); - - if (node.parent) { - recursiveStackSave(node.parent, arrayCalls) - } - - return arrayCalls; - - } - - function recursiveStack(node: ts.Node) { - let filename = node.getSourceFile().fileName.substring(node.getSourceFile().fileName.indexOf('lib'), node.getSourceFile().fileName.length); - let { line, character } = node.getSourceFile().getLineAndCharacterOfPosition(node.getStart()); - console.log(chalk.bgCyan(line + " " + character + " " + node.getSourceFile().fileName)); - - if (node.parent) { - recursiveStack(node.parent) - } - - } - - /** visit nodes finding exported classes */ - function visit(node: ts.Node) { - // Only consider exported nodes - - if (node.kind === ts.SyntaxKind.ClassDeclaration) { - - if (node.decorators) { - node.decorators.forEach((decorator) => { - visit(decorator as ts.Node); - }); - } - - classList.push(node); - } - - if (node.kind === ts.SyntaxKind.PropertyAssignment) { - const initializer = (node as ts.PropertyAssignment).initializer; - - visit(initializer as ts.Node); - } - - if (node.kind === ts.SyntaxKind.Identifier) { - extractExport(node); - } - - if (node.kind === ts.SyntaxKind.ArrayLiteralExpression) { - (node as ts.ArrayLiteralExpression).elements.forEach((element) => { - visit(element as ts.Node); - }); - } - - if (node.kind === ts.SyntaxKind.Decorator && - ((node as ts.Decorator).expression as any).expression.text === "NgModule") { - - ((node as ts.Decorator).expression as any).arguments.forEach((argument) => { - argument.properties.forEach((property) => { - if (property.name.escapedText === "exports") { - visit(property as ts.Node); - } - }); - }); - } - - if (ts.isExportDeclaration(node)) { - if (node.exportClause) { - node.exportClause.elements.forEach(exportCurrent => { - extractExport(exportCurrent as ts.Node); - }); - } else { - (node.parent as any).resolvedModules.forEach((currentModule) => { - - if (currentModule) { - let find; - exportedAllPath.forEach((currentExported) => { - if (currentModule.resolvedFileName === currentExported) { - find = currentExported; - } - }) - - if (!find) { - exportedAllPath.push(currentModule.resolvedFileName); - } - } - }) - - visit(node.moduleSpecifier); - } - - } - - if (ts.isModuleDeclaration(node)) { - // This is a namespace, visit its children - ts.forEachChild(node, visit); - } - } - - /** Serialize a symbol into a json object */ - function serializeSymbol(className: string, line?: number, character?: number, fileName?: string, arryCalls?: string[]): DocEntry { - - return { - position: { - line: line, - character: character, - fileName: fileName - }, - name: className - }; - } - - /** Serialize a class symbol information */ - function serializeClass(className: string, line?: number, character?: number, fileName?: string, arryCalls?: string[]) { - let details = serializeSymbol(className, line, character, fileName, arryCalls); - - return details; - } - - /** True if this is visible outside this file, false otherwise */ - function isNodeExported(node: ts.Node): boolean { - return (ts.getCombinedModifierFlags(node) & ts.ModifierFlags.Export) !== 0 || (!!node.parent && node.parent.kind === ts.SyntaxKind.SourceFile); - } -} - -generatExportList(process.argv.slice(2), { - target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS, removeComments: false -});