@omnia/management-system 8.0.0-dev → 8.0.0-dev.561

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.
Files changed (101) hide show
  1. package/README.md +2 -2
  2. package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.d.ts +1 -0
  3. package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts +1 -0
  4. package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts +1 -0
  5. package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.manifest.d.ts +1 -0
  6. package/internal-do-not-import-from-here/constants.d.ts +38 -1
  7. package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/models/Enums.d.ts +27 -7
  9. package/internal-do-not-import-from-here/models/Enums.js +21 -0
  10. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
  11. package/internal-do-not-import-from-here/models/Enums.tooling.js +9 -1
  12. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +0 -149
  13. package/internal-do-not-import-from-here/models/ManifestIds.js +1 -155
  14. package/internal-do-not-import-from-here/models/Properties.d.ts +1 -0
  15. package/internal-do-not-import-from-here/models/Properties.js +3 -0
  16. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +14 -0
  17. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.js +2 -0
  18. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.d.ts +19 -0
  19. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.js +2 -0
  20. package/internal-do-not-import-from-here/models/components/approvaltask/index.d.ts +2 -0
  21. package/internal-do-not-import-from-here/models/components/approvaltask/index.js +5 -0
  22. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockProperty.d.ts +4 -0
  23. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockProperty.js +2 -0
  24. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +15 -0
  25. package/internal-do-not-import-from-here/models/components/documentrollup/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/models/components/documentrollup/index.js +1 -0
  27. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.d.ts +19 -0
  28. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.js +2 -0
  29. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +22 -0
  30. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.js +2 -0
  31. package/internal-do-not-import-from-here/models/components/documenttype/index.d.ts +2 -0
  32. package/internal-do-not-import-from-here/models/components/documenttype/index.js +5 -0
  33. package/internal-do-not-import-from-here/models/components/index.d.ts +2 -0
  34. package/internal-do-not-import-from-here/models/components/index.js +2 -0
  35. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
  36. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  37. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
  38. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  39. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  40. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
  41. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
  42. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
  44. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +1 -0
  45. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +2 -0
  46. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +9 -1
  47. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +4 -1
  48. package/internal-do-not-import-from-here/models/data/index.d.ts +1 -0
  49. package/internal-do-not-import-from-here/models/data/index.js +1 -0
  50. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
  51. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.d.ts +8 -0
  52. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.js +15 -0
  53. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/index.js +4 -0
  55. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +1 -0
  56. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +10 -10
  57. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +0 -8
  58. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +1 -33
  59. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +1 -0
  60. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +1 -0
  61. package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +1 -0
  62. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +1 -0
  63. package/internal-do-not-import-from-here/models/index.d.ts +1 -1
  64. package/internal-do-not-import-from-here/models/index.js +1 -1
  65. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
  66. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts +16 -0
  67. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.js +2 -0
  68. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.d.ts +9 -0
  69. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.js +2 -0
  70. package/internal-do-not-import-from-here/models/readreceiptsignoff/index.d.ts +2 -0
  71. package/internal-do-not-import-from-here/models/readreceiptsignoff/index.js +5 -0
  72. package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +2 -2
  73. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
  74. package/internal-do-not-import-from-here/models/styles/index.js +0 -2
  75. package/internal-do-not-import-from-here/processshape/index.d.ts +1 -0
  76. package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts +9 -0
  77. package/internal-do-not-import-from-here/processshape/shapedefinitions/index.d.ts +1 -0
  78. package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
  79. package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +1 -1
  80. package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +2 -2
  81. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +5 -2
  82. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
  83. package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +2 -4
  84. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +32 -3
  85. package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +5 -5
  86. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +1 -0
  87. package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +6 -6
  88. package/internal-do-not-import-from-here/utils.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +28 -6
  90. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +28 -7
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +28 -12
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +28 -13
  93. package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +1 -1
  94. package/internal-do-not-import-from-here/wctypings.d.ts +531 -85
  95. package/models/package.json +6 -7
  96. package/package.json +6 -7
  97. package/task.js +1 -2
  98. package/internal-do-not-import-from-here/models/Constants.d.ts +0 -34
  99. package/internal-do-not-import-from-here/models/Constants.js +0 -38
  100. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
  101. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/preciofishbone/OmniaDocumentManagement.git"
11
+ "url": "git+https://github.com/omniaintranet/OmniaDocumentManagement.git"
12
12
  },
13
13
  "keywords": [
14
14
  "omnia",
@@ -17,12 +17,11 @@
17
17
  "office365",
18
18
  "sharepoint"
19
19
  ],
20
- "author": "Precio Fishbone",
21
- "dependencies": {
22
- },
20
+ "author": "Omnia Digital Workplace AB",
21
+ "dependencies": {},
23
22
  "typings": "./index.d.ts",
24
23
  "bugs": {
25
- "url": "https://github.com/preciofishbone/OmniaDocumentManagement/issues"
24
+ "url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
26
25
  },
27
- "homepage": "https://github.com/preciofishbone/OmniaDocumentManagement#readme"
28
- }
26
+ "homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
27
+ }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "8.0.0-dev",
4
+ "version": "8.0.0-dev.561",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/preciofishbone/OmniaDocumentManagement.git"
11
+ "url": "git+https://github.com/omniaintranet/OmniaDocumentManagement.git"
12
12
  },
13
13
  "keywords": [
14
14
  "omnia",
@@ -17,12 +17,11 @@
17
17
  "office365",
18
18
  "sharepoint"
19
19
  ],
20
- "author": "Precio Fishbone",
21
- "dependencies": {
22
- },
20
+ "author": "Omnia Digital Workplace AB",
21
+ "dependencies": {},
23
22
  "typings": "./index.d.ts",
24
23
  "bugs": {
25
- "url": "https://github.com/preciofishbone/OmniaDocumentManagement/issues"
24
+ "url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
26
25
  },
27
- "homepage": "https://github.com/preciofishbone/OmniaDocumentManagement#readme"
26
+ "homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
28
27
  }
package/task.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.init = void 0;
3
+ exports.init = init;
4
4
  const models_1 = require("@omnia/fx/models");
5
5
  const tooling_vue_1 = require("@omnia/tooling-vue");
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -20,4 +20,3 @@ function init() {
20
20
  (0, tooling_vue_1.registerOutputInfo)(fsExtra.readJSONSync(outputPath));
21
21
  }
22
22
  }
23
- exports.init = init;
@@ -1,34 +0,0 @@
1
- import { guid } from "@omnia/fx/models";
2
- export declare const OPMEnterprisePropertyInternalNames: {
3
- readonly OPMEdition: string;
4
- readonly OPMRevision: string;
5
- readonly OPMProcessType: string;
6
- readonly OPMProcessIdNumber: string;
7
- readonly OPMPublished: string;
8
- readonly OPMApprovedBy: string;
9
- readonly OPMIsArchived: string;
10
- readonly OPMIsPublished: string;
11
- };
12
- export declare const OPMProcessProperty: {
13
- readonly Id: string;
14
- };
15
- export declare namespace Security {
16
- const OPMRoleDefinitions: {
17
- readonly Author: guid;
18
- readonly Reader: guid;
19
- readonly Approver: guid;
20
- readonly Reviewer: guid;
21
- };
22
- const OPMResourceEvaluators: {
23
- readonly SecurityResourceIdResource: string;
24
- readonly OPMProcessIdResource: string;
25
- };
26
- const Parameters: {
27
- readonly OPMProcessId: string;
28
- readonly SecurityResourceId: string;
29
- };
30
- const ODMRoleDefinitions: {
31
- readonly AppInstanceAuthor: guid;
32
- readonly AppInstanceReader: guid;
33
- };
34
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Security = exports.OPMProcessProperty = exports.OPMEnterprisePropertyInternalNames = void 0;
4
- const models_1 = require("@omnia/fx/models");
5
- exports.OPMEnterprisePropertyInternalNames = {
6
- get OPMEdition() { return "OPMEdition"; },
7
- get OPMRevision() { return "OPMRevision"; },
8
- get OPMProcessType() { return "OPMProcessType"; },
9
- get OPMProcessIdNumber() { return "OPMProcessIdNumber"; },
10
- get OPMPublished() { return "OPMPublished"; },
11
- get OPMApprovedBy() { return "OPMApprovedBy"; },
12
- get OPMIsArchived() { return "OPMIsArchived"; },
13
- get OPMIsPublished() { return "OPMIsPublished"; }
14
- };
15
- exports.OPMProcessProperty = {
16
- get Id() { return "7491ec1a-9cf5-4c49-b102-2f84f89795eb"; }
17
- };
18
- var Security;
19
- (function (Security) {
20
- Security.OPMRoleDefinitions = {
21
- get Author() { return (0, models_1.guid)("f412d0be-16e8-4fc2-80cf-dca39a265a08"); },
22
- get Reader() { return (0, models_1.guid)("38c86dbf-44a2-45c4-b370-2c1cabea954c"); },
23
- get Approver() { return (0, models_1.guid)("22672fb9-e62f-470c-a68d-77ae03a5115d"); },
24
- get Reviewer() { return (0, models_1.guid)("89e89b72-a75c-41d2-8303-b83800980faa"); }
25
- };
26
- Security.OPMResourceEvaluators = {
27
- get SecurityResourceIdResource() { return "Omnia.ManagementSystem.Web.Security.ResourceEvaluators.ISecurityResourceIdResourceEvaluator"; },
28
- get OPMProcessIdResource() { return "Omnia.ManagementSystem.Web.Security.ResourceEvaluators.IOPMProcessIdResourceEvaluator"; }
29
- };
30
- Security.Parameters = {
31
- get OPMProcessId() { return "opmProcessId"; },
32
- get SecurityResourceId() { return "opmSecurityResourceId"; }
33
- };
34
- Security.ODMRoleDefinitions = {
35
- get AppInstanceAuthor() { return (0, models_1.guid)("86c0c947-91e5-45aa-b85e-4ea8a9a31b07"); },
36
- get AppInstanceReader() { return (0, models_1.guid)("cde81de4-58b0-4fe5-a45f-ed66138cb64c"); }
37
- };
38
- })(Security || (exports.Security = Security = {}));
@@ -1,5 +0,0 @@
1
- import { types } from "typestyle";
2
- export declare const UnpublishProcessDialogStyles: {
3
- centerDialogBody: types.NestedCSSProperties;
4
- dialogFooter: types.NestedCSSProperties;
5
- };
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnpublishProcessDialogStyles = void 0;
4
- exports.UnpublishProcessDialogStyles = {};