vcomply-workflow-engine 6.1.0 → 6.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +5 -1
- package/esm2022/lib/workflow-program/constants.mjs +2 -1
- package/esm2022/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.mjs +3 -2
- package/esm2022/lib/workflow-program/workflow-program.component.mjs +2 -1
- package/fesm2022/vcomply-workflow-engine.mjs +74 -68
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-program/constants.d.ts +1 -0
- package/package.json +1 -1
|
@@ -48,3 +48,4 @@ export declare const CONSTANTS: {
|
|
|
48
48
|
};
|
|
49
49
|
export declare const COLLABORATOR_TOOLTIP = "<strong>Collaborators</strong> can only access responsibilities in this program where they are directly involved, such as creator, reviewer, assignor, oversight user, or collaborator.<br>\n <br>\n This role is ideal for users who need to work on specific tasks but shouldn't see the entire program\u2019s contents.\n <br>\n <br>\n <em>Example:</em> In an AML (Anti-Money Laundering) program, the Finance lead added as a collaborator will only see responsibilities related to financial reporting or audits they are linked to, not those owned by Legal or Compliance.";
|
|
50
50
|
export declare const COLLABORATOR_PLACEHODLER = "Select users that can collaborate in this Program";
|
|
51
|
+
export declare const COLLABORATOR_TOOLTIP_TEXT = "This user has already been selected as a Program Owner.";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.02",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
|
|
6
6
|
"@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "
|