@omnia/management-system 8.0.3-dev → 8.0.5-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 (33) 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 +4 -2
  5. package/internal-do-not-import-from-here/models/Enums.js +2 -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/DocumentRollupBlockSettings.d.ts +14 -0
  9. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
  10. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  11. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
  12. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  13. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  14. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
  15. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
  16. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  17. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
  18. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +1 -0
  19. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +1 -0
  20. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
  21. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -1
  23. package/internal-do-not-import-from-here/models/styles/index.js +0 -1
  24. package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
  25. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
  26. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +31 -2
  27. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +27 -3
  28. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +27 -3
  29. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +27 -3
  30. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +27 -3
  31. package/internal-do-not-import-from-here/wctypings.d.ts +309 -133
  32. package/models/package.json +6 -7
  33. 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.5-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
+ }