@omnia/management-system 8.0.3-dev → 8.0.6-dev

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 (49) hide show
  1. package/README.md +2 -2
  2. package/internal-do-not-import-from-here/constants.d.ts +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/models/Enums.d.ts +12 -5
  5. package/internal-do-not-import-from-here/models/Enums.js +7 -0
  6. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +1 -1
  7. package/internal-do-not-import-from-here/models/Enums.tooling.js +2 -1
  8. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockProperty.d.ts +4 -0
  9. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockProperty.js +2 -0
  10. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +15 -0
  11. package/internal-do-not-import-from-here/models/components/documentrollup/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/models/components/documentrollup/index.js +1 -0
  13. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
  14. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  15. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
  16. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  18. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
  19. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
  20. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  21. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
  22. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +1 -0
  23. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +1 -0
  24. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +6 -1
  25. package/internal-do-not-import-from-here/models/data/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/models/data/index.js +1 -0
  27. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
  28. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.d.ts +8 -0
  29. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.js +15 -0
  30. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/index.d.ts +1 -0
  31. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/index.js +4 -0
  32. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +1 -0
  33. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +1 -0
  34. package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +1 -0
  35. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +1 -0
  36. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
  37. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -1
  38. package/internal-do-not-import-from-here/models/styles/index.js +0 -1
  39. package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
  40. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +2 -0
  41. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
  42. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +31 -2
  43. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +27 -3
  44. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +27 -3
  45. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +27 -3
  46. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +27 -3
  47. package/internal-do-not-import-from-here/wctypings.d.ts +316 -133
  48. package/models/package.json +6 -7
  49. package/package.json +7 -8
@@ -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.3-dev",
4
+ "version": "8.0.6-dev",
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"
28
- }
26
+ "homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
27
+ }